POST api/InvoiceDiscountCode

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
invoice_discountcode
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Invoice_DiscountCodeID": "f226960c-615a-41c0-afc1-68acdd2448ec",
  "InvoiceID": "21e73e6c-3021-4ac0-a421-8283b6f61693",
  "DiscountCodeID": "0c5af946-ec3c-446f-83ea-cddba60bcfb8",
  "Deleted": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Invoice_DiscountCodeID": "a971fead-e288-48e7-9225-f61e4454f762",
  "InvoiceID": "df48821a-3ec1-4da9-9556-8fa6f977510e",
  "DiscountCodeID": "c600889f-461d-47a0-a987-4dace71df61d",
  "Deleted": true
}