POST v1/Invoices/ReverseSpecificCharges

Documentation for 'ReverseSpecificCharges'.

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,
  "chargeIds": [
    1,
    2,
    3
  ],
  "reverseChargeOption": "sample string 2",
  "reference": "sample string 3"
}

application/xml, text/xml

Sample:
Click to beautify!
<ReverseSpecificCharges xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Post">
  <ChargeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:long>1</d2p1:long>
    <d2p1:long>2</d2p1:long>
    <d2p1:long>3</d2p1:long>
  </ChargeIds>
  <InvoiceId>1</InvoiceId>
  <Reference>sample string 3</Reference>
  <ReverseChargeOption>sample string 2</ReverseChargeOption>
</ReverseSpecificCharges>

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.