POST api/Account/EditBillingAddress
Request Information
URI Parameters
None.
Body Parameters
ChangeBillingAddress| Name | Description | Type | Additional information |
|---|---|---|---|
| BSCustomerID | string |
None. |
|
| BillingAddress1 | string |
None. |
|
| BillingAddress2 | string |
None. |
|
| BillingCity | string |
None. |
|
| BillingState | string |
None. |
|
| BillingZip | string |
None. |
|
| PortalID | string |
None. |
|
| CompanyID | integer |
None. |
|
| CheckedAll | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"BSCustomerID": "sample string 1",
"BillingAddress1": "sample string 2",
"BillingAddress2": "sample string 3",
"BillingCity": "sample string 4",
"BillingState": "sample string 5",
"BillingZip": "sample string 6",
"PortalID": "sample string 7",
"CompanyID": 8,
"CheckedAll": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1