POST api/SigmaCommon/GeneralUpdate_AutoPay
Request Information
URI Parameters
None.
Body Parameters
iSigmaGeneralAutoPayName | Description | Type | Additional information |
---|---|---|---|
bsCustomerID | string |
None. |
|
sigmaCUSTA_ID | string |
None. |
|
fieldName | string |
None. |
|
paymentMethod | string |
None. |
|
appSource | string |
Required |
|
webServicekey | string |
Required |
|
appSourceTeam | string |
Required |
|
companyID | integer |
Required |
|
callerID | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "bsCustomerID": "sample string 1", "sigmaCUSTA_ID": "sample string 2", "fieldName": "sample string 3", "paymentMethod": "sample string 4", "appSource": "sample string 5", "webServicekey": "sample string 6", "appSourceTeam": "sample string 7", "companyID": 8, "callerID": "sample string 9" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseCodeBaseName | Description | Type | Additional information |
---|---|---|---|
ResponseCode | string |
None. |
|
ResponseMessage | string |
None. |
|
CustomerID | string |
None. |
|
CompanyID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResponseCode": "sample string 1", "ResponseMessage": "sample string 2", "CustomerID": "sample string 3", "CompanyID": 4 }