PUT api/reconciliation/save
Save current reconciliation progress
Request Information
URI Parameters
None.
Body Parameters
SetReconciliationDataContractName | Description | Type | Additional information |
---|---|---|---|
SaveForLater | boolean |
None. |
|
ReconciliationItems | Collection of integer |
None. |
|
Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "SaveForLater": true, "ReconciliationItems": [ 1, 2 ], "Id": 2 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.