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": "2ef6c66e-0ed5-4ae0-88f3-f5e95674732f",
  "InvoiceID": "e7a9455b-11f6-48a9-bc45-2c55cf06ff54",
  "DiscountCodeID": "8043bd92-3a2a-4c6b-9502-5f29aba72388",
  "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": "6817633b-695e-4697-9896-9a979730efeb",
  "InvoiceID": "72013e80-c7ba-4f6d-8243-2a3664a11cff",
  "DiscountCodeID": "617bc5cf-fb07-4c47-90e3-80519a68eb1e",
  "Deleted": true
}