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": "dae1c8b1-8c47-4f5b-8fe4-30367a28c19f",
  "InvoiceID": "8639da75-0dc5-43ee-ac53-9025bba2f4f4",
  "DiscountCodeID": "379316c8-c2c6-4f16-9537-3a882f8264c2",
  "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": "e3012af8-666d-47ba-b588-beb32933bda4",
  "InvoiceID": "e6797cd3-1613-4bc6-a5ae-087b3f2b4b7e",
  "DiscountCodeID": "be3d4151-d284-4ee9-aea0-164f009dc567",
  "Deleted": true
}