POST api/Customer/AddEditCustomerCleaningAddress
Request Information
URI Parameters
None.
Body Parameters
CleaningDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| CityStatePOV | string |
None. |
|
| ID | integer |
None. |
|
| CustomerID | integer |
None. |
|
| ContactName | string |
None. |
|
| ContactNumber | string |
None. |
|
| CleaningAddress | string |
None. |
|
| PostalCodeID | string |
None. |
|
| MOE | string |
None. |
|
| SpecialInstruction | string |
None. |
|
| KeyNo | string |
None. |
|
| Directions | string |
None. |
|
| Carpet | boolean |
None. |
|
| Tile | boolean |
None. |
|
| Vinyl | boolean |
None. |
|
| HardWood | boolean |
None. |
|
| SqFt | decimal number |
None. |
|
| Adult | integer |
None. |
|
| Child | integer |
None. |
|
| Cat | integer |
None. |
|
| Dog | integer |
None. |
|
| SaveAddress | boolean |
None. |
|
| Freq | string |
None. |
|
| AdditionalMile | decimal number |
None. |
|
| AdjPer | decimal number |
None. |
|
| SubTotal | decimal number |
None. |
|
| ServiceTax | decimal number |
None. |
|
| Total | decimal number |
None. |
|
| LastCleanDate | date |
None. |
|
| CreatedOn | date |
None. |
|
| UpdatedOn | date |
None. |
|
| IsDefault | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CityStatePOV": "sample string 1",
"ID": 2,
"CustomerID": 3,
"ContactName": "sample string 4",
"ContactNumber": "sample string 5",
"CleaningAddress": "sample string 6",
"PostalCodeID": "sample string 7",
"MOE": "sample string 8",
"SpecialInstruction": "sample string 9",
"KeyNo": "sample string 10",
"Directions": "sample string 11",
"Carpet": true,
"Tile": true,
"Vinyl": true,
"HardWood": true,
"SqFt": 16.0,
"Adult": 17,
"Child": 18,
"Cat": 19,
"Dog": 20,
"SaveAddress": true,
"Freq": "sample string 22",
"AdditionalMile": 23.0,
"AdjPer": 24.0,
"SubTotal": 25.0,
"ServiceTax": 26.0,
"Total": 27.0,
"LastCleanDate": "2025-11-08T11:52:18.7094007+00:00",
"CreatedOn": "2025-11-08T11:52:18.7094007+00:00",
"UpdatedOn": "2025-11-08T11:52:18.7094007+00:00",
"IsDefault": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| HasError | boolean |
None. |
|
| HasSuccess | boolean |
None. |
|
| Status | StatusType |
None. |
|
| MessageTitle | string |
None. |
|
| Message | string |
None. |
|
| ExceptionMessage | string |
None. |
|
| ExceptionStackTrace | string |
None. |
|
| ResultException | Exception |
None. |
|
| ResultObject | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResultObject": {},
"HasError": false,
"HasSuccess": true,
"Status": 200,
"MessageTitle": "sample string 3",
"Message": "sample string 4",
"ExceptionMessage": "sample string 5",
"ExceptionStackTrace": "sample string 6",
"ResultException": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
}
}