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": "7608bfc5-6e96-4046-a5fd-16680173c8b4",
  "InvoiceID": "712570c2-7ed1-43d2-9dd2-cb2a63358903",
  "DiscountCodeID": "bad935e2-d752-4608-81a2-cea6afecff07",
  "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": "8907e493-6175-47f7-b91d-23087213802a",
  "InvoiceID": "7f6ea5df-8a32-4a48-8343-55eea16daaf9",
  "DiscountCodeID": "2bb0af62-fcd3-4772-a1c1-49e1ddd0a8f9",
  "Deleted": true
}