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": "91fce125-b7c7-4aa3-a3ea-4539ddf63bd4",
  "InvoiceID": "af78c56b-33da-4750-89ea-0dd44e9cd1ab",
  "DiscountCodeID": "a8bd5474-b097-4954-8e65-971bfbb8d5c9",
  "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": "5975b667-b58e-482d-bd66-f9feec9e68ef",
  "InvoiceID": "742f449d-bd03-4307-b820-c1cc677d8612",
  "DiscountCodeID": "46af220a-1cd2-46ac-937b-e32f4b562f97",
  "Deleted": true
}