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": "34ae519c-1dcb-4c2e-9dbe-e2855fe4e655",
  "InvoiceID": "ac8437ae-d09e-4dba-bb59-4961c5410ef5",
  "DiscountCodeID": "b8bf7eff-4b4a-4b03-9bf4-34c0b685a886",
  "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": "5d649c12-97e7-44b8-9a05-618daf9450b4",
  "InvoiceID": "56ddcf3e-d0a1-4fe5-afa2-6818e029d128",
  "DiscountCodeID": "947dea71-1f45-4f1f-9634-8d929a4bf7b7",
  "Deleted": true
}