POST API/BON/DCTManager/ApproveOrDeclineBONTransaction
Request Information
URI Parameters
None.
Body Parameters
CBONApproveOrRejectName | Description | Type | Additional information |
---|---|---|---|
Category | string |
None. |
|
TrxID | integer |
None. |
|
ApproveOrReject | string |
None. |
|
RejectReason | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Category": "sample string 1", "TrxID": 2, "ApproveOrReject": "sample string 3", "RejectReason": "sample string 4" }
text/xml
Sample:
<CBONApproveOrReject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSerivce.Models"> <ApproveOrReject>sample string 3</ApproveOrReject> <Category>sample string 1</Category> <RejectReason>sample string 4</RejectReason> <TrxID>2</TrxID> </CBONApproveOrReject>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.