POST v2/reconcile/save
Request Information
URI Parameters
None.
Body Parameters
OperationReconcileModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RTIID |
Unique identifier of an RTI |
integer |
None. |
| Notes |
Notes about reconciliation |
string |
None. |
| Disposition | DispositionModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"rtiid": 1,
"notes": "sample string 2",
"disposition": {
"dispositionID": 1,
"isActive": true,
"disposition": "sample string 3"
}
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.