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": "05518b18-5e56-4ebc-95f7-a03731a503db",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2025-12-06T04:58:37.7369662+00:00",
"LastLogin": "2025-12-06T04:58:37.7369662+00:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2025-12-06T04:58:37.7369662+00:00",
"CreatedBy": "bd6d8936-63b9-4bda-9131-c3c71be26e43",
"UpdatedAt": "2025-12-06T04:58:37.7369662+00:00",
"UpdatedBy": "82fb21bb-5257-45d7-a512-3bb77d124a04",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "1d712a2c-82a0-4d92-b5b4-55a5507a2c98",
"CustomerId": "38f9dc35-9242-49bd-b4b9-5adb8946e711",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2025-12-06T04:58:37.7369662+00:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2025-12-06T04:58:37.7369662+00:00",
"CreatedBy": "c6e80919-b06d-46b3-a6d6-c1e64af6a7e5",
"UpdatedAt": "2025-12-06T04:58:37.7369662+00:00",
"UpdatedBy": "00a6dd11-c0d7-49b1-8d92-b6377b9afea4",
"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. |