v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
Queries

Expected Date Payment

Returns the next valid date for payment.

post/ExpectedDatePayment

Request body

Methodstring required
PartnerIdinteger required

Number Of The Partner

BusinessUnitIdinteger required

Number Of The BusinessUnit

ActualDatePaymentstring required
BarCodestring

Example request

{
  "Method": "ExpectedDatePayment",
  "PartnerId": 4548,
  "BusinessUnitId": 4548,
  "ActualDatePayment": "2022/05/16",
  "BarCode": "03394894500000087671760680778200262003064000"
}

Response

OK

Successboolean
ExpectedDatePaymentstring
Messagestring
Validationobject

Example response

{
  "ExpectedDatePayment": "2022/05/16"
}