POST GetNextInvoice

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "branch": 1,
  "type": "sample string 2",
  "token": "sample string 3",
  "function": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<GetNextInvoiceRequest>
  <token>sample string 3</token>
  <function>AddCleanBag</function>
  <branch>1</branch>
  <type>sample string 2</type>
</GetNextInvoiceRequest>

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "data": "sample string 1",
  "valid": true,
  "message": "sample string 3"
}

application/xml, text/xml

Sample:
<GetNextInvoiceResponse>
  <valid>true</valid>
  <message>sample string 3</message>
  <data>sample string 1</data>
</GetNextInvoiceResponse>