Queries
Expected Date Payment
Returns the next valid date for payment.
post/ExpectedDatePayment
Request body
Example request
{
"Method": "ExpectedDatePayment",
"PartnerId": 4548,
"BusinessUnitId": 4548,
"ActualDatePayment": "2022/05/16",
"BarCode": "03394894500000087671760680778200262003064000"
}Response
OK
Example response
{
"ExpectedDatePayment": "2022/05/16"
}