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": "07cbbe5b-0054-4602-b18c-8effb7c05fa4",
  "InvoiceID": "fb3e28ae-cef6-43cc-b608-9d1010307db6",
  "DiscountCodeID": "37a3aad7-d8ec-44d7-88e8-a36307b4057e",
  "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": "356ff7ee-2edd-4354-bcce-d43a5aba6f91",
  "InvoiceID": "83cfd30e-d11b-49c8-8d08-d078ea53c8df",
  "DiscountCodeID": "cdac4b4a-5ed2-427c-b6d3-efe1aaf58bf5",
  "Deleted": true
}