POST v1/Invoices/Reverse

Documentation for 'Reverse'.

Request Information

Parameters

NameDescriptionAdditional information
entity
Documentation for 'entity'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
Click to beautify!
{
  "invoiceId": 1,
  "reverseChargeOption": "sample string 2",
  "reference": "sample string 3"
}

application/xml, text/xml

Sample:
Click to beautify!
<ReverseInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Post">
  <InvoiceId>1</InvoiceId>
  <Reference>sample string 3</Reference>
  <ReverseChargeOption>sample string 2</ReverseChargeOption>
</ReverseInvoice>

application/x-www-form-urlencoded

Sample:
Click to beautify!

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
Click to beautify!

Sample not available.