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": "5304283a-5c62-463d-bc4e-67732ec21c97",
  "InvoiceID": "bb96a80d-8837-4532-8930-cb755bf4afed",
  "DiscountCodeID": "4458eda1-3780-4170-99bd-60cd95f062e6",
  "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": "e49fb3e4-5698-4dbe-a47c-1cee140fe56b",
  "InvoiceID": "70b5e1ee-426a-403a-91ff-2dccf7fca1f1",
  "DiscountCodeID": "2dd8cbe1-673c-4681-95e6-1412cd14d688",
  "Deleted": true
}