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": "76076ddc-aad4-479a-99d3-c303c2c3fd40",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2026-09-23T10:50:08.5223021+01:00",
"LastLogin": "2026-09-23T10:50:08.5223021+01:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2026-09-23T10:50:08.5223021+01:00",
"CreatedBy": "8b91afd8-b962-41e8-b8f7-918cd6f6c361",
"UpdatedAt": "2026-09-23T10:50:08.5223021+01:00",
"UpdatedBy": "512f24bb-e323-442c-a9d1-449178deb77d",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "a98f2743-0215-4aeb-8ef3-ee47bcf572ee",
"CustomerId": "43acdc84-a6ed-4c08-a913-a096a0e0e682",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2026-09-23T10:50:08.5223021+01:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2026-09-23T10:50:08.5223021+01:00",
"CreatedBy": "8c883288-55e8-4cd5-bb0a-5e4cb446c1d3",
"UpdatedAt": "2026-09-23T10:50:08.5223021+01:00",
"UpdatedBy": "4a7e8b94-ae8c-4c69-8b74-978e65782058",
"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. |