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": "ff0de5ab-4c48-4f0e-8fda-32e9ae907895",
  "InvoiceID": "587efe0a-4dd8-4e9f-912a-58e8d9da80de",
  "DiscountCodeID": "a987701e-9959-4727-8d23-19e6134db1eb",
  "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": "6fb9c1fe-dfec-4521-8a64-ec27e59c41d3",
  "InvoiceID": "bc52f465-e3a1-4641-9995-96136c4e781e",
  "DiscountCodeID": "1230fc58-b286-44d2-83fd-06909206d480",
  "Deleted": true
}