POST api/Customer/customerSave
Request Information
URI Parameters
None.
Body Parameters
CustomerClass| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerIDP | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| PhoneCountryCode | string |
None. |
|
| PhoneNumber | string |
None. |
|
| string |
None. |
||
| Address | string |
None. |
|
| DateOfBirth | date |
None. |
|
| UserIDF | globally unique identifier |
None. |
|
| RestaurantIDF | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerIDP": "b0ce503d-62ec-4044-99a8-cd31f5678933",
"Name": "sample string 2",
"PhoneCountryCode": "sample string 3",
"PhoneNumber": "sample string 4",
"Email": "sample string 5",
"Address": "sample string 6",
"DateOfBirth": "2026-03-03T01:36:06.6187768+01:00",
"UserIDF": "d222d113-0f67-47df-b587-6afd140dd729",
"RestaurantIDF": "d19a3918-4525-4f09-83ef-d9bfbc43fa15"
}
application/xml, text/xml
Sample:
<CustomerClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <Address>sample string 6</Address> <CustomerIDP>b0ce503d-62ec-4044-99a8-cd31f5678933</CustomerIDP> <DateOfBirth>2026-03-03T01:36:06.6187768+01:00</DateOfBirth> <Email>sample string 5</Email> <Name>sample string 2</Name> <PhoneCountryCode>sample string 3</PhoneCountryCode> <PhoneNumber>sample string 4</PhoneNumber> <RestaurantIDF>d19a3918-4525-4f09-83ef-d9bfbc43fa15</RestaurantIDF> <UserIDF>d222d113-0f67-47df-b587-6afd140dd729</UserIDF> </CustomerClass>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |