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": "399e5621-fb1a-4cd7-ba7e-30660df76929",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2026-07-29T05:01:56.6248929+01:00",
"LastLogin": "2026-07-29T05:01:56.6248929+01:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2026-07-29T05:01:56.6248929+01:00",
"CreatedBy": "d79172c0-eca6-4dcf-9f10-2bce09de3eff",
"UpdatedAt": "2026-07-29T05:01:56.6248929+01:00",
"UpdatedBy": "a3bbb004-d5ab-4631-b0a2-129cc069b68b",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "7aada894-c19f-4551-bb62-78f200689f20",
"CustomerId": "3c46d0d2-93d2-4c70-b465-fc12dc18caca",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2026-07-29T05:01:56.6248929+01:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2026-07-29T05:01:56.6248929+01:00",
"CreatedBy": "0b26db7e-2385-4399-b258-aa5ad422f733",
"UpdatedAt": "2026-07-29T05:01:56.6248929+01:00",
"UpdatedBy": "cb80e962-e84b-4515-91ef-cf70f3648b8c",
"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. |