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": "23f0efcd-2d9b-4766-95b0-ab879eabc5f4",
  "InvoiceID": "5d4c22ab-d7f5-447f-877d-cdb3c09d69fc",
  "DiscountCodeID": "7610bcfd-f889-440e-ad56-2014895ad8d0",
  "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": "cf11d2ea-06fc-4206-ad90-00742f84eece",
  "InvoiceID": "8525cee5-181b-43ea-9d02-2b605a99cfa8",
  "DiscountCodeID": "c53ba175-92ca-42e9-ade0-82f57abffa39",
  "Deleted": true
}