POST api/Customer/AddEditCustomerBillingAddress
Request Information
URI Parameters
None.
Body Parameters
CustomerMapper| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID | integer |
None. |
|
| CompanyID | integer |
None. |
|
| FirstName | string |
None. |
|
| MiddleName | string |
None. |
|
| LastName | string |
None. |
|
| Salutation | string |
None. |
|
| DayArea | string |
None. |
|
| DayTime | string |
None. |
|
| WorkAreaCode | string |
None. |
|
| WorkNumber | string |
None. |
|
| Ext1 | string |
None. |
|
| Cellular | string |
None. |
|
| AlternateContact | string |
None. |
|
| WorkAreaCode2 | string |
None. |
|
| WorkNumber2 | string |
None. |
|
| Ext2 | string |
None. |
|
| BillingName | string |
None. |
|
| BillingAddress | string |
None. |
|
| PostalID | string |
None. |
|
| CityStatePOV | string |
None. |
|
| ReferredBy | string |
None. |
|
| PreviousHCS | string |
None. |
|
| Status | string |
None. |
|
| Reason | string |
None. |
|
| FirstClean | boolean |
None. |
|
| IsMail | boolean |
None. |
|
| CUFREQ | string |
None. |
|
| HourlyRate | decimal number |
None. |
|
| RoomRate | decimal number |
None. |
|
| Notes | string |
None. |
|
| Balance | decimal number |
None. |
|
| TaxExempt | boolean |
None. |
|
| TaxID | string |
None. |
|
| FollowUp | string |
None. |
|
| Payroll | decimal number |
None. |
|
| EffectiveDate | date |
None. |
|
| NewRate | decimal number |
None. |
|
| RateType | string |
None. |
|
| NoOfClean | integer |
None. |
|
| Total | decimal number |
None. |
|
| CleanDate | date |
None. |
|
| CustomerAlert | boolean |
None. |
|
| EmailID | string |
None. |
|
| RefralFriendName | string |
None. |
|
| PreETA | string |
None. |
|
| ServiceTax | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerID": 1,
"CompanyID": 1,
"FirstName": "sample string 2",
"MiddleName": "sample string 3",
"LastName": "sample string 4",
"Salutation": "sample string 5",
"DayArea": "sample string 6",
"DayTime": "sample string 7",
"WorkAreaCode": "sample string 8",
"WorkNumber": "sample string 9",
"Ext1": "sample string 10",
"Cellular": "sample string 11",
"AlternateContact": "sample string 12",
"WorkAreaCode2": "sample string 13",
"WorkNumber2": "sample string 14",
"Ext2": "sample string 15",
"BillingName": "sample string 16",
"BillingAddress": "sample string 17",
"PostalID": "sample string 18",
"CityStatePOV": "sample string 19",
"ReferredBy": "sample string 20",
"PreviousHCS": "sample string 21",
"Status": "sample string 22",
"Reason": "sample string 23",
"FirstClean": true,
"IsMail": true,
"CUFREQ": "sample string 24",
"HourlyRate": 1.0,
"RoomRate": 1.0,
"Notes": "sample string 25",
"Balance": 1.0,
"TaxExempt": true,
"TaxID": "sample string 27",
"FollowUp": "sample string 28",
"Payroll": 1.0,
"EffectiveDate": "2025-11-08T11:52:18.7250663+00:00",
"NewRate": 1.0,
"RateType": "sample string 29",
"NoOfClean": 1,
"Total": 1.0,
"CleanDate": "2025-11-08T11:52:18.7250663+00:00",
"CustomerAlert": true,
"EmailID": "sample string 31",
"RefralFriendName": "sample string 32",
"PreETA": "sample string 33",
"ServiceTax": 34.0
}
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
}
}