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": "71e92729-85f8-4620-8d6a-1e9781a49261",
  "InvoiceID": "9d535852-a4cc-4dd7-9092-92813460176c",
  "DiscountCodeID": "d37ec492-400c-4bce-8aa7-a6876aa239ea",
  "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": "32cb47a9-8f3e-45fb-926d-4b6c7fda67f4",
  "InvoiceID": "6f29dd8d-7589-41db-8dc0-7437fb831769",
  "DiscountCodeID": "23670c08-a172-4541-959f-53a44f1e99d4",
  "Deleted": true
}