POST v1/Partner/CreateCustomer
Create a customer without login information.
Request Information
Parameters (ParameterName * = required)
Name
Description
Sample Value
FirstName *
The first name of the customer.
Tyler
LastName *
The last name of the customer.
Durden
ExternalCustomerId *
The external partner ID of the customer.
421020
DateOfBirth *
Date of birth for the customer.
1985-09-25
TaxId *
The customer's identification number (social security number).
555-55-5555
Address *
Address of the customer.
1503 Ria St.
MiddleName
The middle name of the customer.
Jack
LastName2
The 2nd last name of the recipient.
Singer
Country *
The 2-letter country code of the recipient's address
MX
EmailAddress *
The email address of the customer.
yourname@example.com
Occupation
The customer's day job.
Surfer
IdDocumentNumber
The identification value for the customer (drivers license number, passport number, etc.).
2559-2150-094F
IdDocumentExpiration
The identification expiration.
1985-09-25
IssuedByState
The identification issuing state
Baja California
IdDocumentType
Identification document type (DriverLicense or StateIdentification).
Not available
UnitNumber
Unit or apartment number for the address.
Apt. 10
PostalCode
Zip / Postal code of the customer's address
80201
City *
The city of the customer's address.
Tijuana
State *
The state of the customer's address.
Baja California
HomePhone
No description available
Not available
MobilePhone
No description available
Not available
SendToCountry
No description available
Not available
PhoneNumberCountryIso
No description available
Not available
TelephoneNumber
The home phone number for the customer.
555-555-5555
TelephoneNumberCell
The cell phone number for the customer.
555-555-5555
MfaPreference
No description available
Not available
IsReferred
No description available
Not available
Response Information
Response body formats
application/json, text/json
Sample:
{ "occupation": "NONE", "id": 1, "name": "sample string 2", "firstName": "sample string 3", "middleName": "sample string 4", "lastName": "sample string 5", "address": "sample string 6", "unitNumber": "sample string 7", "city": "sample string 8", "state": "sample string 9", "postalCode": "sample string 10", "country": "sample string 11", "emailAddress": "sample string 12", "homePhone": { "areaCode": 1, "countryCode": 1, "phoneNumber": "sample string 1", "phoneNumberNoAreaCode": "sample string 2", "phoneNumberFormatted": "sample string 3", "isValid": true }, "mobilePhone": { "areaCode": 1, "countryCode": 1, "phoneNumber": "sample string 1", "phoneNumberNoAreaCode": "sample string 2", "phoneNumberFormatted": "sample string 3", "isValid": true }, "dateOfBirth": "2025-05-05T07:39:17.1228917-07:00" }
application/xml, text/xml
Sample:
<PartnerCustomerResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels"> <_x003C_Address_x003E_k__BackingField>sample string 6</_x003C_Address_x003E_k__BackingField> <_x003C_City_x003E_k__BackingField>sample string 8</_x003C_City_x003E_k__BackingField> <_x003C_Country_x003E_k__BackingField>sample string 11</_x003C_Country_x003E_k__BackingField> <_x003C_DateOfBirth_x003E_k__BackingField>2025-05-05T07:39:17.1228917-07:00</_x003C_DateOfBirth_x003E_k__BackingField> <_x003C_EmailAddress_x003E_k__BackingField>sample string 12</_x003C_EmailAddress_x003E_k__BackingField> <_x003C_FirstName_x003E_k__BackingField>sample string 3</_x003C_FirstName_x003E_k__BackingField> <_x003C_HomePhone_x003E_k__BackingField> <_x003C_AreaCode_x003E_k__BackingField>1</_x003C_AreaCode_x003E_k__BackingField> <_x003C_CountryCode_x003E_k__BackingField>1</_x003C_CountryCode_x003E_k__BackingField> <_x003C_IsValid_x003E_k__BackingField>true</_x003C_IsValid_x003E_k__BackingField> <_x003C_PhoneNumberFormatted_x003E_k__BackingField>sample string 3</_x003C_PhoneNumberFormatted_x003E_k__BackingField> <_x003C_PhoneNumberNoAreaCode_x003E_k__BackingField>sample string 2</_x003C_PhoneNumberNoAreaCode_x003E_k__BackingField> <_x003C_PhoneNumber_x003E_k__BackingField>sample string 1</_x003C_PhoneNumber_x003E_k__BackingField> </_x003C_HomePhone_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_LastName_x003E_k__BackingField>sample string 5</_x003C_LastName_x003E_k__BackingField> <_x003C_MiddleName_x003E_k__BackingField>sample string 4</_x003C_MiddleName_x003E_k__BackingField> <_x003C_MobilePhone_x003E_k__BackingField> <_x003C_AreaCode_x003E_k__BackingField>1</_x003C_AreaCode_x003E_k__BackingField> <_x003C_CountryCode_x003E_k__BackingField>1</_x003C_CountryCode_x003E_k__BackingField> <_x003C_IsValid_x003E_k__BackingField>true</_x003C_IsValid_x003E_k__BackingField> <_x003C_PhoneNumberFormatted_x003E_k__BackingField>sample string 3</_x003C_PhoneNumberFormatted_x003E_k__BackingField> <_x003C_PhoneNumberNoAreaCode_x003E_k__BackingField>sample string 2</_x003C_PhoneNumberNoAreaCode_x003E_k__BackingField> <_x003C_PhoneNumber_x003E_k__BackingField>sample string 1</_x003C_PhoneNumber_x003E_k__BackingField> </_x003C_MobilePhone_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 2</_x003C_Name_x003E_k__BackingField> <_x003C_PostalCode_x003E_k__BackingField>sample string 10</_x003C_PostalCode_x003E_k__BackingField> <_x003C_State_x003E_k__BackingField>sample string 9</_x003C_State_x003E_k__BackingField> <_x003C_UnitNumber_x003E_k__BackingField>sample string 7</_x003C_UnitNumber_x003E_k__BackingField> <Occupation>NONE</Occupation> </PartnerCustomerResponse>