POST api/SaveCustomerOld
Request Information
URI Parameters
None.
Body Parameters
CustomerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | globally unique identifier |
None. |
|
| PhoneNumber | string |
None. |
|
| Password | string |
None. |
|
| OTPCode | string |
None. |
|
| OTPExpiry | date |
None. |
|
| LastLogin | date |
None. |
|
| IsVerified | boolean |
None. |
|
| Status | byte |
None. |
|
| CreatedAt | date |
None. |
|
| CreatedBy | globally unique identifier |
None. |
|
| UpdatedAt | date |
None. |
|
| UpdatedBy | globally unique identifier |
None. |
|
| IsPhotoIdVerified | byte |
None. |
|
| CountryCode | string |
None. |
|
| CustomerDetail | CustomerDetailModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "53541632-fac6-4534-94d1-b9295b6edad5",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2026-04-11T13:59:27.1481162+01:00",
"LastLogin": "2026-04-11T13:59:27.1481162+01:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2026-04-11T13:59:27.1481162+01:00",
"CreatedBy": "29070d23-4efb-49b6-aa33-7c93c725b97e",
"UpdatedAt": "2026-04-11T13:59:27.1481162+01:00",
"UpdatedBy": "c66361b7-f55d-4a3f-ac39-7bec6374137a",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "c2f19088-16a3-4908-a7fe-d90cb800448b",
"CustomerId": "84e16393-9433-4b87-a285-3880a055ac06",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2026-04-11T13:59:27.1481162+01:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2026-04-11T13:59:27.1481162+01:00",
"CreatedBy": "33b5f614-dbd8-4b9f-908e-13c44b1c0fca",
"UpdatedAt": "2026-04-11T13:59:27.1481162+01:00",
"UpdatedBy": "8aecf42d-10a3-4de6-a163-c65463e7f071",
"PhotoIdPic": "sample string 7"
}
}
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. |