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": "071503f9-5c4f-448f-a6c8-76166b5472c1",
  "InvoiceID": "88a07af1-902c-4bbc-b65c-9296165be1b4",
  "DiscountCodeID": "76628497-39a1-4810-8c66-0d6f856e9cf0",
  "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": "35e274d2-7fb1-429f-9dc5-9e0ddde019d6",
  "InvoiceID": "9b6d5f4a-296a-4acd-aaf4-09a975c0cafd",
  "DiscountCodeID": "c7c9fc50-afac-4b8a-a845-21f2908d5ea2",
  "Deleted": true
}