POST api/Customer
Request Information
URI Parameters
None.
Body Parameters
Customer| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| FullName | string |
None. |
|
| string |
None. |
||
| Msisdn | string |
None. |
|
| PasswordMD5 | string |
None. |
|
| DeliverTokenEmail | boolean |
None. |
|
| DeliverTokenText | boolean |
None. |
|
| Bank | integer |
None. |
|
| RegisterDateUtc | date |
None. |
|
| ManagementAffiliateID | globally unique identifier |
None. |
|
| SuperAffiliateCollection | Dictionary of globally unique identifier [key] and globally unique identifier [value] |
None. |
|
| AdministrativeAffiliateID | globally unique identifier |
None. |
|
| Otk | string |
None. |
|
| Otp | string |
None. |
|
| TimeStamp | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "b3394892-76ba-42e0-b268-4fa3081fd4a5",
"full-name": "sample string 2",
"email": "sample string 3",
"msisdn": "sample string 4",
"password-md5": "sample string 5",
"deliver-token-email": true,
"deliver-token-text": true,
"bank": 8,
"register-date-utc": "2026-06-12T09:25:37.8739021+00:00",
"management-affiliate-id": "2e4d88cc-f846-4c97-a485-1d4e6516a798",
"super-affiliate-collection": {
"f6af914e-5f5a-4be8-a0c7-2b67394b5701": "39bd465b-dfc6-426f-ae8f-8293e1f8bb17",
"87c67072-e201-4292-a0b6-987c9e7a572e": "f635079f-7922-41b0-8572-9f9c18857185"
},
"administrative-affiliate-id": "035f4eeb-7b3d-4dd0-8d49-573f89c21a64",
"otk": "sample string 11",
"otp": "sample string 12",
"time-stamp": "QEA="
}
application/xml, text/xml
Sample:
<Customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caprica.Models">
<AdministrativeAffiliateID>035f4eeb-7b3d-4dd0-8d49-573f89c21a64</AdministrativeAffiliateID>
<Bank>8</Bank>
<DeliverTokenEmail>true</DeliverTokenEmail>
<DeliverTokenText>true</DeliverTokenText>
<Email>sample string 3</Email>
<FullName>sample string 2</FullName>
<Id>b3394892-76ba-42e0-b268-4fa3081fd4a5</Id>
<ManagementAffiliateID>2e4d88cc-f846-4c97-a485-1d4e6516a798</ManagementAffiliateID>
<Msisdn>sample string 4</Msisdn>
<Otk>sample string 11</Otk>
<Otp>sample string 12</Otp>
<PasswordMD5>sample string 5</PasswordMD5>
<RegisterDateUtc>2026-06-12T09:25:37.8739021+00:00</RegisterDateUtc>
<SuperAffiliateCollection xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfguidguid>
<d2p1:Key>f6af914e-5f5a-4be8-a0c7-2b67394b5701</d2p1:Key>
<d2p1:Value>39bd465b-dfc6-426f-ae8f-8293e1f8bb17</d2p1:Value>
</d2p1:KeyValueOfguidguid>
<d2p1:KeyValueOfguidguid>
<d2p1:Key>87c67072-e201-4292-a0b6-987c9e7a572e</d2p1:Key>
<d2p1:Value>f635079f-7922-41b0-8572-9f9c18857185</d2p1:Value>
</d2p1:KeyValueOfguidguid>
</SuperAffiliateCollection>
<TimeStamp>QEA=</TimeStamp>
</Customer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.