POST api/Payment/CancelSchedulePayment
Request Information
URI Parameters
None.
Body Parameters
CancelSchedulePaymentData| Name | Description | Type | Additional information |
|---|---|---|---|
| amount | decimal number |
None. |
|
| bsCustomerId | string |
None. |
|
| callerID | string |
None. |
|
| achOrCardType | string |
None. |
|
| emailTo | string |
None. |
|
| scheduledate | string |
None. |
|
| scheduleId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"amount": 1.0,
"bsCustomerId": "sample string 2",
"callerID": "sample string 3",
"achOrCardType": "sample string 4",
"emailTo": "sample string 5",
"scheduledate": "sample string 6",
"scheduleId": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MyResults| Name | Description | Type | Additional information |
|---|---|---|---|
| MyReturn | boolean |
None. |
|
| MyMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MyReturn": true,
"MyMsg": "sample string 2"
}