PUT TransactionsContingencyApproval
Approves or Rejects a Contingency as a Network Admin.
Request Information
URI Parameters
None.
Body Parameters
TransactionContingencyApprovalDto| Name | 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": "d4935390-130c-47fd-951e-375c99f0aaee",
"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>d4935390-130c-47fd-951e-375c99f0aaee</_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.