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": "a145870c-50d3-492c-8bae-74a6d36f78b7",
  "InvoiceID": "5a488f90-53e0-4bc4-ac16-e01cae1bcd8e",
  "DiscountCodeID": "b7ad00e4-5423-4d8c-a476-e42e28ce2e50",
  "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": "16838cbd-5e52-4741-9537-e066401ca624",
  "InvoiceID": "d65b9315-6b32-483d-862b-a4d997ddaffb",
  "DiscountCodeID": "1c9d95b0-51bc-4ffb-8412-9f893b8d5f45",
  "Deleted": true
}