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": "6da10f6a-feeb-482d-b637-66747e58f674",
  "InvoiceID": "50083468-a8d1-4353-82ce-91fcf6651b48",
  "DiscountCodeID": "0fd196ea-12c0-4c1a-928c-b63469e9eaf0",
  "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": "4caa63b0-9b1c-480e-b325-d0941a904013",
  "InvoiceID": "9c016152-a1e6-44b2-8a52-08fb324ded38",
  "DiscountCodeID": "a099744b-151c-4d18-bcea-13ceb8d2b074",
  "Deleted": true
}