POST api/SigmaCommon/PostAutoTopUp
Request Information
URI Parameters
None.
Body Parameters
iSigmaPostAutoTopUp| Name | Description | Type | Additional information |
|---|---|---|---|
| customerID | string |
None. |
|
| reloadThreshold | string |
None. |
|
| reloadAmount | string |
None. |
|
| lastUpdateBy | string |
None. |
|
| appSource | string |
Required |
|
| webServicekey | string |
Required |
|
| appSourceTeam | string |
Required |
|
| companyID | integer |
Required |
|
| callerID | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"customerID": "sample string 1",
"reloadThreshold": "sample string 2",
"reloadAmount": "sample string 3",
"lastUpdateBy": "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
WithJsonResponseCode| Name | Description | Type | Additional information |
|---|---|---|---|
| iSigmaJSONSent | string |
None. |
|
| iSigmaRespString | string |
None. |
|
| ResponseCode | string |
None. |
|
| ResponseMessage | string |
None. |
|
| CustomerID | string |
None. |
|
| CompanyID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"iSigmaJSONSent": "sample string 1",
"iSigmaRespString": "sample string 2",
"ResponseCode": "sample string 3",
"ResponseMessage": "sample string 4",
"CustomerID": "sample string 5",
"CompanyID": 6
}