DELETE api/Pledge
Cancel a pledge
Request Information
URI Parameters
None.
Body Parameters
CancelPledgeData| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId |
1 for klove, 2 for air1 |
integer |
None. |
| Pledge |
The pledge to cancel |
Pledge |
None. |
| ReasonCode |
The pledge cancel reason code |
string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| HasErrors |
True if there are any errors present |
boolean |
None. |
| Errors |
The list of errors |
Collection of ApiResultError |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.