PATCH v1/Invoices

Documentation for 'Patch'.

Request Information

Parameters

NameDescriptionAdditional information
dto
Documentation for 'dto'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
Click to beautify!
{
  "netTerms": "sample string 1",
  "netTermsSet": true,
  "hideOnSSP": true,
  "hideOnSSPSet": true,
  "id": 5
}

application/xml, text/xml

Sample:
Click to beautify!
<Invoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Patch">
  <Id>5</Id>
  <HideOnSSP>true</HideOnSSP>
  <HideOnSSPSet>true</HideOnSSPSet>
  <NetTerms>sample string 1</NetTerms>
  <NetTermsSet>true</NetTermsSet>
</Invoice>

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.