PUT TransactionsContingencyApproval
Approves or Rejects a Contingency as a Network Admin.
Request Information
URI Parameters
None.
Body Parameters
TransactionContingencyApprovalDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Approve | boolean |
None. |
|
ReasonReview | string |
None. |
|
RejectionReason | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "7480673b-6589-4564-8bc6-ee7c49b8cf08", "Approve": true, "ReasonReview": "sample string 3", "RejectionReason": "sample string 4" }
application/xml, text/xml
Sample:
<TransactionContingencyApprovalDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <_x003C_Approve_x003E_k__BackingField>true</_x003C_Approve_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>7480673b-6589-4564-8bc6-ee7c49b8cf08</_x003C_Id_x003E_k__BackingField> <_x003C_ReasonReview_x003E_k__BackingField>sample string 3</_x003C_ReasonReview_x003E_k__BackingField> <_x003C_RejectionReason_x003E_k__BackingField>sample string 4</_x003C_RejectionReason_x003E_k__BackingField> </TransactionContingencyApprovalDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.