POST api/Sigma/UpdateBillingAddress
Request Information
URI Parameters
None.
Body Parameters
CUpdateBillingAddress| Name | Description | Type | Additional information |
|---|---|---|---|
| BSCustomerID | string |
None. |
|
| BillingAddress1 | string |
None. |
|
| BillingAddress2 | string |
None. |
|
| BillingCity | string |
None. |
|
| BillingState | string |
None. |
|
| BillingZip | string |
None. |
|
| CallerID | string |
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",
"CallerID": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"