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": "c2473716-3e08-4dba-a0df-17d0c27e6e3c",
  "InvoiceID": "9fe4b495-bcc8-4b78-9979-f4a9de8acc39",
  "DiscountCodeID": "ad03d572-749d-4722-b060-f6880b0344b9",
  "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": "0f03231b-dad4-4571-b011-13b312c65575",
  "InvoiceID": "d800aee2-0012-4824-8e80-1a5d03023221",
  "DiscountCodeID": "e3abfb9c-2011-4971-abcd-15f42d2fe455",
  "Deleted": true
}