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": "a8d6a297-0756-4250-9046-541100ae78a9",
  "InvoiceID": "ed31e507-0ad8-4ff8-81b9-3afbf73a80b6",
  "DiscountCodeID": "7e987765-78c0-4e15-bbe8-41eef754899e",
  "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": "d528e292-5899-451a-bc11-66fd2682f724",
  "InvoiceID": "38fc2083-2a8b-464b-88a2-2bd059d9b903",
  "DiscountCodeID": "f2174024-9cea-41bb-8475-31203e0a31c1",
  "Deleted": true
}