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": "1a1fa0a8-80ae-454e-9ee5-f23e7b3c293b",
  "InvoiceID": "9930946c-6f27-4d34-956d-8a18ce443ab3",
  "DiscountCodeID": "cbfeb30f-28be-4c18-b1a1-705ebedc979e",
  "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": "23264e92-79a6-4e0c-bd40-ae83622160b0",
  "InvoiceID": "bfc18738-f5e4-42d8-b069-fc87d517ff3f",
  "DiscountCodeID": "4fcea3f1-37b8-4491-89ee-18964795200e",
  "Deleted": true
}