Create Adjustment
Overview
This route will allow user to create Adjustment entries for DXC for monetary adjustment.
Resource Access
POST https://<hostname>/payment/v1/generateMonetaryAdjustmentTransactions
Attributes
The requested criteria can be a combination of one or more of the following fields:
Field | Sub-field | Additional Information |
---|---|---|
payload | Mandatory | |
buyerId | Mandatory | |
amount | Mandatory | |
method | Mandatory | |
uploadFile | Mandatory |
Example Request
POST https://<hostname>/payment/v1/generateMonetaryAdjustmentTransactions
{
"payload": {
"buyerId": "98d320b7-9390-5029-bb48-565e1b0f9a9a",
"amount": 310.27,
"method": "CREDIT",
"uploadFile": true
}
}
Example Response
"NA07899900999441557900000000031027CPX AUTO ADJUSTMENT\n"
Updated 3 days ago