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": "2ce81e1a-032f-4f7d-90be-04d3e8fbe109",
  "InvoiceID": "a09ea8ed-c4c1-47e0-8e7d-9785b43ae962",
  "DiscountCodeID": "af8988a7-cd40-4c3a-a9fe-5b1ddc63b8f7",
  "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": "96827ad4-f84c-4a9b-871c-a4e22180adea",
  "InvoiceID": "b53d797a-a533-4a68-a69e-f18a732cc939",
  "DiscountCodeID": "a342535f-370c-401d-a2f8-6020976f2fda",
  "Deleted": true
}