POST v3/CustomerRegistration?ClientID={ClientID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientID | string |
Required |
Body Parameters
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
customerName | Description | Type | Additional information |
---|---|---|---|
customerId | integer |
None. |
|
ClientID | string |
None. |
|
customerAccountGuid | globally unique identifier |
None. |
|
customerAuthGuid | globally unique identifier |
None. |
|
SMSaccountSID | string |
None. |
|
SMSauthToken | string |
None. |
|
smsNumber | string |
None. |
|
emailEnabled | boolean |
None. |
|
smsEnabled | boolean |
None. |
|
customerEmail | string |
None. |
|
countryCode | string |
None. |
|
batches | Collection of batch |
None. |
|
emailMessages | Collection of emailMessage |
None. |
|
smsMessages | Collection of smsMessage |
None. |
|
smsMessageBlocked | Collection of smsMessageBlocked |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.