POST api/Sigma/UpdateBillMode
Request Information
URI Parameters
None.
Body Parameters
CUpdateBillMode| Name | Description | Type | Additional information |
|---|---|---|---|
| BSCustomerID | string |
None. |
|
| BillMode | string |
None. |
|
| CallerID | string |
None. |
|
| EmailTo | string |
None. |
|
| TypeOfAccount | string |
None. |
|
| CreditID | string |
None. |
|
| PrimaryCustomerID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BSCustomerID": "sample string 1",
"BillMode": "sample string 2",
"CallerID": "sample string 3",
"EmailTo": "sample string 4",
"TypeOfAccount": "sample string 5",
"CreditID": "sample string 6",
"PrimaryCustomerID": "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"