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": "944d2074-ea60-4a93-8873-bf25ddbd672e",
  "InvoiceID": "b6800fb3-3ed6-4dce-8b7f-9d70544aa8ce",
  "DiscountCodeID": "e82aa4d1-2e0e-460b-82a4-e23cfe5e5c4c",
  "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": "f04f3e5e-f3ae-435d-8c29-0a0e9fcaceac",
  "InvoiceID": "52139224-e4c0-4b25-a0de-5143ae663e16",
  "DiscountCodeID": "d7d57a13-99f1-428d-9d22-8578d316b81a",
  "Deleted": true
}