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": "fddb3673-ae6e-4db1-804e-028c08f97bf0",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2026-06-05T15:50:11.5530486+01:00",
"LastLogin": "2026-06-05T15:50:11.5530486+01:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2026-06-05T15:50:11.5530486+01:00",
"CreatedBy": "e125b9c6-57dd-4816-a14c-f926b082b187",
"UpdatedAt": "2026-06-05T15:50:11.5530486+01:00",
"UpdatedBy": "9222b0b5-50a8-4eef-9a25-9ead67306b8e",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "a187c338-4814-43fc-a705-50dafb7aa910",
"CustomerId": "959e423a-338a-4b5b-951f-4544e2623754",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2026-06-05T15:50:11.5530486+01:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2026-06-05T15:50:11.5530486+01:00",
"CreatedBy": "fbf5d940-5431-4995-959e-f1a8bcc0b0df",
"UpdatedAt": "2026-06-05T15:50:11.5530486+01:00",
"UpdatedBy": "1a2cc8c2-9e6b-421f-8858-89921ffd1689",
"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. |