# Post multiple conversions Posts multiple conversions with validation. Returns validation information and processes valid records even if some are invalid. Endpoint: POST /v1/conversions Version: 1.0.0 Security: apikey ## Request fields (application/json): - `firstName` (string) Converted Person's First Name - `lastName` (string) Converted Person's Last Name - `fullName` (string) Converted Person's Full Name - `businessName` (string) Converted Business' Name - `primaryAddress` (object) Converted Entity's Primary Address - `primaryAddress.fullAddress` (string) Converted Entity's Full Address (Optional) - `primaryAddress.address1` (string) Converted Entity's Address Line 1 - `primaryAddress.address2` (string) Converted Entity's Address Line 2 - `primaryAddress.city` (string) Converted Entity's City - `primaryAddress.state` (string) Converted Entity's State - `primaryAddress.zipCode` (string) Converted Entity's Zip Code - `primaryAddress.country` (string) Converted Entity's Country (Optional) - `secondaryAddress` (object) Converted Entity's Primary Address - `couponCode` (string) Converted Purchase Coupon Code - `primaryPhoneNumber` (string) Converted Entity's Primary Phone Number - `secondaryPhoneNumber` (string) Converted Entity's Secondary Phone Number - `primaryEmail` (string) Converted Entity's Primary Email - `secondaryEmail` (string) Converted Entity's Secondary Email - `revenue` (number) Converted Revenue - `orderId` (string) Converted Order ID. Providing an Order ID is recommended to avoid duplication of conversions. - `storeId` (string) Converted Store ID. Providing a Store ID is recommended to help classify conversions. - `uniqueId` (string) Provide a Unique ID as a pass through field. This allows you to tie data back when exporting to your CRM. - `crmId` (string) Provide a CRM ID as a pass through field. This allows you to tie data back when exporting to your CRM. - `customerId` (string) Provide a unique Customer ID to help tie data back to a specific customer. - `eventDate` (string) Date and time of the conversion event (UTC). This is the date the conversion occurred. Providing no date will default to the current date and time. Please use standard IDO datetime formats. ## Response 200 fields (application/json): - `profile` (object) - `profile.id` (integer) Account ID - `profile.aadId` (string) Account AAD ID - `profile.email` (string) Account Email - `profile.firstName` (string) Account First Name - `profile.lastName` (string) Account Last Name - `profile.company` (string) Account Company - `profile.created` (string) Account Created Date - `profile.shouldProcessQrCodes` (boolean) Account Setting - Should Process QR Codes - `payload` (array) - `payload.firstName` (string) Converted Person's First Name - `payload.lastName` (string) Converted Person's Last Name - `payload.fullName` (string) Converted Person's Full Name - `payload.businessName` (string) Converted Business' Name - `payload.primaryAddress` (object) Converted Entity's Primary Address - `payload.primaryAddress.fullAddress` (string) Converted Entity's Full Address (Optional) - `payload.primaryAddress.address1` (string) Converted Entity's Address Line 1 - `payload.primaryAddress.address2` (string) Converted Entity's Address Line 2 - `payload.primaryAddress.city` (string) Converted Entity's City - `payload.primaryAddress.state` (string) Converted Entity's State - `payload.primaryAddress.zipCode` (string) Converted Entity's Zip Code - `payload.primaryAddress.country` (string) Converted Entity's Country (Optional) - `payload.secondaryAddress` (object) Converted Entity's Primary Address - `payload.couponCode` (string) Converted Purchase Coupon Code - `payload.primaryPhoneNumber` (string) Converted Entity's Primary Phone Number - `payload.secondaryPhoneNumber` (string) Converted Entity's Secondary Phone Number - `payload.primaryEmail` (string) Converted Entity's Primary Email - `payload.secondaryEmail` (string) Converted Entity's Secondary Email - `payload.revenue` (number) Converted Revenue - `payload.orderId` (string) Converted Order ID. Providing an Order ID is recommended to avoid duplication of conversions. - `payload.storeId` (string) Converted Store ID. Providing a Store ID is recommended to help classify conversions. - `payload.uniqueId` (string) Provide a Unique ID as a pass through field. This allows you to tie data back when exporting to your CRM. - `payload.crmId` (string) Provide a CRM ID as a pass through field. This allows you to tie data back when exporting to your CRM. - `payload.customerId` (string) Provide a unique Customer ID to help tie data back to a specific customer. - `payload.eventDate` (string) Date and time of the conversion event (UTC). This is the date the conversion occurred. Providing no date will default to the current date and time. Please use standard IDO datetime formats. - `errors` (array) - `hasErrors` (boolean) - `warnings` (array) - `hasWarnings` (boolean) - `metadata` (object) ## Response 400 fields (application/json): - `profile` (object) - `profile.id` (integer) Account ID - `profile.aadId` (string) Account AAD ID - `profile.email` (string) Account Email - `profile.firstName` (string) Account First Name - `profile.lastName` (string) Account Last Name - `profile.company` (string) Account Company - `profile.created` (string) Account Created Date - `profile.shouldProcessQrCodes` (boolean) Account Setting - Should Process QR Codes - `payload` (array) - `payload.firstName` (string) Converted Person's First Name - `payload.lastName` (string) Converted Person's Last Name - `payload.fullName` (string) Converted Person's Full Name - `payload.businessName` (string) Converted Business' Name - `payload.primaryAddress` (object) Converted Entity's Primary Address - `payload.primaryAddress.fullAddress` (string) Converted Entity's Full Address (Optional) - `payload.primaryAddress.address1` (string) Converted Entity's Address Line 1 - `payload.primaryAddress.address2` (string) Converted Entity's Address Line 2 - `payload.primaryAddress.city` (string) Converted Entity's City - `payload.primaryAddress.state` (string) Converted Entity's State - `payload.primaryAddress.zipCode` (string) Converted Entity's Zip Code - `payload.primaryAddress.country` (string) Converted Entity's Country (Optional) - `payload.secondaryAddress` (object) Converted Entity's Primary Address - `payload.couponCode` (string) Converted Purchase Coupon Code - `payload.primaryPhoneNumber` (string) Converted Entity's Primary Phone Number - `payload.secondaryPhoneNumber` (string) Converted Entity's Secondary Phone Number - `payload.primaryEmail` (string) Converted Entity's Primary Email - `payload.secondaryEmail` (string) Converted Entity's Secondary Email - `payload.revenue` (number) Converted Revenue - `payload.orderId` (string) Converted Order ID. Providing an Order ID is recommended to avoid duplication of conversions. - `payload.storeId` (string) Converted Store ID. Providing a Store ID is recommended to help classify conversions. - `payload.uniqueId` (string) Provide a Unique ID as a pass through field. This allows you to tie data back when exporting to your CRM. - `payload.crmId` (string) Provide a CRM ID as a pass through field. This allows you to tie data back when exporting to your CRM. - `payload.customerId` (string) Provide a unique Customer ID to help tie data back to a specific customer. - `payload.eventDate` (string) Date and time of the conversion event (UTC). This is the date the conversion occurred. Providing no date will default to the current date and time. Please use standard IDO datetime formats. - `errors` (array) - `hasErrors` (boolean) - `warnings` (array) - `hasWarnings` (boolean) - `metadata` (object) ## Response 401 fields (application/json): - `profile` (object) - `profile.id` (integer) Account ID - `profile.aadId` (string) Account AAD ID - `profile.email` (string) Account Email - `profile.firstName` (string) Account First Name - `profile.lastName` (string) Account Last Name - `profile.company` (string) Account Company - `profile.created` (string) Account Created Date - `profile.shouldProcessQrCodes` (boolean) Account Setting - Should Process QR Codes - `payload` (array) - `payload.firstName` (string) Converted Person's First Name - `payload.lastName` (string) Converted Person's Last Name - `payload.fullName` (string) Converted Person's Full Name - `payload.businessName` (string) Converted Business' Name - `payload.primaryAddress` (object) Converted Entity's Primary Address - `payload.primaryAddress.fullAddress` (string) Converted Entity's Full Address (Optional) - `payload.primaryAddress.address1` (string) Converted Entity's Address Line 1 - `payload.primaryAddress.address2` (string) Converted Entity's Address Line 2 - `payload.primaryAddress.city` (string) Converted Entity's City - `payload.primaryAddress.state` (string) Converted Entity's State - `payload.primaryAddress.zipCode` (string) Converted Entity's Zip Code - `payload.primaryAddress.country` (string) Converted Entity's Country (Optional) - `payload.secondaryAddress` (object) Converted Entity's Primary Address - `payload.couponCode` (string) Converted Purchase Coupon Code - `payload.primaryPhoneNumber` (string) Converted Entity's Primary Phone Number - `payload.secondaryPhoneNumber` (string) Converted Entity's Secondary Phone Number - `payload.primaryEmail` (string) Converted Entity's Primary Email - `payload.secondaryEmail` (string) Converted Entity's Secondary Email - `payload.revenue` (number) Converted Revenue - `payload.orderId` (string) Converted Order ID. Providing an Order ID is recommended to avoid duplication of conversions. - `payload.storeId` (string) Converted Store ID. Providing a Store ID is recommended to help classify conversions. - `payload.uniqueId` (string) Provide a Unique ID as a pass through field. This allows you to tie data back when exporting to your CRM. - `payload.crmId` (string) Provide a CRM ID as a pass through field. This allows you to tie data back when exporting to your CRM. - `payload.customerId` (string) Provide a unique Customer ID to help tie data back to a specific customer. - `payload.eventDate` (string) Date and time of the conversion event (UTC). This is the date the conversion occurred. Providing no date will default to the current date and time. Please use standard IDO datetime formats. - `errors` (array) - `hasErrors` (boolean) - `warnings` (array) - `hasWarnings` (boolean) - `metadata` (object) ## Response 422 fields (application/json): - `profile` (object) - `profile.id` (integer) Account ID - `profile.aadId` (string) Account AAD ID - `profile.email` (string) Account Email - `profile.firstName` (string) Account First Name - `profile.lastName` (string) Account Last Name - `profile.company` (string) Account Company - `profile.created` (string) Account Created Date - `profile.shouldProcessQrCodes` (boolean) Account Setting - Should Process QR Codes - `payload` (array) - `payload.firstName` (string) Converted Person's First Name - `payload.lastName` (string) Converted Person's Last Name - `payload.fullName` (string) Converted Person's Full Name - `payload.businessName` (string) Converted Business' Name - `payload.primaryAddress` (object) Converted Entity's Primary Address - `payload.primaryAddress.fullAddress` (string) Converted Entity's Full Address (Optional) - `payload.primaryAddress.address1` (string) Converted Entity's Address Line 1 - `payload.primaryAddress.address2` (string) Converted Entity's Address Line 2 - `payload.primaryAddress.city` (string) Converted Entity's City - `payload.primaryAddress.state` (string) Converted Entity's State - `payload.primaryAddress.zipCode` (string) Converted Entity's Zip Code - `payload.primaryAddress.country` (string) Converted Entity's Country (Optional) - `payload.secondaryAddress` (object) Converted Entity's Primary Address - `payload.couponCode` (string) Converted Purchase Coupon Code - `payload.primaryPhoneNumber` (string) Converted Entity's Primary Phone Number - `payload.secondaryPhoneNumber` (string) Converted Entity's Secondary Phone Number - `payload.primaryEmail` (string) Converted Entity's Primary Email - `payload.secondaryEmail` (string) Converted Entity's Secondary Email - `payload.revenue` (number) Converted Revenue - `payload.orderId` (string) Converted Order ID. Providing an Order ID is recommended to avoid duplication of conversions. - `payload.storeId` (string) Converted Store ID. Providing a Store ID is recommended to help classify conversions. - `payload.uniqueId` (string) Provide a Unique ID as a pass through field. This allows you to tie data back when exporting to your CRM. - `payload.crmId` (string) Provide a CRM ID as a pass through field. This allows you to tie data back when exporting to your CRM. - `payload.customerId` (string) Provide a unique Customer ID to help tie data back to a specific customer. - `payload.eventDate` (string) Date and time of the conversion event (UTC). This is the date the conversion occurred. Providing no date will default to the current date and time. Please use standard IDO datetime formats. - `errors` (array) - `hasErrors` (boolean) - `warnings` (array) - `hasWarnings` (boolean) - `metadata` (object) ## Response 499 fields (application/json): - `profile` (object) - `profile.id` (integer) Account ID - `profile.aadId` (string) Account AAD ID - `profile.email` (string) Account Email - `profile.firstName` (string) Account First Name - `profile.lastName` (string) Account Last Name - `profile.company` (string) Account Company - `profile.created` (string) Account Created Date - `profile.shouldProcessQrCodes` (boolean) Account Setting - Should Process QR Codes - `payload` (array) - `payload.firstName` (string) Converted Person's First Name - `payload.lastName` (string) Converted Person's Last Name - `payload.fullName` (string) Converted Person's Full Name - `payload.businessName` (string) Converted Business' Name - `payload.primaryAddress` (object) Converted Entity's Primary Address - `payload.primaryAddress.fullAddress` (string) Converted Entity's Full Address (Optional) - `payload.primaryAddress.address1` (string) Converted Entity's Address Line 1 - `payload.primaryAddress.address2` (string) Converted Entity's Address Line 2 - `payload.primaryAddress.city` (string) Converted Entity's City - `payload.primaryAddress.state` (string) Converted Entity's State - `payload.primaryAddress.zipCode` (string) Converted Entity's Zip Code - `payload.primaryAddress.country` (string) Converted Entity's Country (Optional) - `payload.secondaryAddress` (object) Converted Entity's Primary Address - `payload.couponCode` (string) Converted Purchase Coupon Code - `payload.primaryPhoneNumber` (string) Converted Entity's Primary Phone Number - `payload.secondaryPhoneNumber` (string) Converted Entity's Secondary Phone Number - `payload.primaryEmail` (string) Converted Entity's Primary Email - `payload.secondaryEmail` (string) Converted Entity's Secondary Email - `payload.revenue` (number) Converted Revenue - `payload.orderId` (string) Converted Order ID. Providing an Order ID is recommended to avoid duplication of conversions. - `payload.storeId` (string) Converted Store ID. Providing a Store ID is recommended to help classify conversions. - `payload.uniqueId` (string) Provide a Unique ID as a pass through field. This allows you to tie data back when exporting to your CRM. - `payload.crmId` (string) Provide a CRM ID as a pass through field. This allows you to tie data back when exporting to your CRM. - `payload.customerId` (string) Provide a unique Customer ID to help tie data back to a specific customer. - `payload.eventDate` (string) Date and time of the conversion event (UTC). This is the date the conversion occurred. Providing no date will default to the current date and time. Please use standard IDO datetime formats. - `errors` (array) - `hasErrors` (boolean) - `warnings` (array) - `hasWarnings` (boolean) - `metadata` (object)