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": "cefc98e6-97bc-4129-acbe-3fad032dd1ae",
  "InvoiceID": "a510e88c-e101-4604-b231-a88dca3ffae6",
  "DiscountCodeID": "2f0b3cc4-8ef8-41a9-af27-d6e82d421a25",
  "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": "43d55be9-04c7-4114-9031-32451608f035",
  "InvoiceID": "83dc7d10-32fb-41cd-b645-0fcada594e71",
  "DiscountCodeID": "4d5b6a82-0bd9-499f-b099-c748616111d7",
  "Deleted": true
}