POST POS/PurchaseOrders/Payments/Reconcile Try Now
Reconciles the po payment.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|
Body Parameters
The purchase order reconcillation.
Collection of ReconcilePOPaymentRequest
Name | Description | Type | Additional information |
---|---|---|---|
PurchaseOrderId | string |
None.
|
|
PurchaseOrderPaymentId | string |
None.
|
|
IsReconciled | boolean |
None.
|
Request Formats
application/json, text/json
Sample:
[ { "PurchaseOrderId": "", "PurchaseOrderPaymentId": "", "IsReconciled": true } ]
Response Information
Resource Description
None.