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": "0a18563f-39b2-473a-8f8c-e7ef24d1c06d",
  "InvoiceID": "4dad20ae-abe0-4824-9ce5-ce9f270f597c",
  "DiscountCodeID": "84d87ce4-26a9-4653-9cdb-02902229d2fe",
  "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": "bc0213b3-6f08-4c85-b5d6-10591ec432f3",
  "InvoiceID": "96cd9065-f65b-405f-82b4-8df27dea6b88",
  "DiscountCodeID": "a3f92e08-29e5-4c64-94e3-99e425e415fd",
  "Deleted": true
}