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": "72050ce5-2841-4a31-8e36-6106f32210dc",
  "InvoiceID": "a1207684-ccca-4fdb-9a68-be692284d4b6",
  "DiscountCodeID": "9096e94b-984b-42a2-b806-37c82c73d996",
  "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": "6c773bc6-3a92-422a-9586-70ee7cf69ec0",
  "InvoiceID": "07c8bb1c-0c80-4f82-b87e-7890c782d35d",
  "DiscountCodeID": "ee806639-6bac-4d2e-88cf-bc06df15e259",
  "Deleted": true
}