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": "3f82ddcb-df86-4e3f-b572-2ab0ecfd1db6",
  "InvoiceID": "032a182d-b97b-4dd8-8855-5cdc8f958bb1",
  "DiscountCodeID": "af31ff08-ef66-48f5-9aa0-059f56a0d3f7",
  "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": "56458f63-5fab-4062-9d33-dae60c14acfa",
  "InvoiceID": "a6386fa3-fbf3-44b9-abf6-ea1eec757923",
  "DiscountCodeID": "bc8b9432-7331-4bb3-941c-42488ced55a5",
  "Deleted": true
}