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": "4f5df675-6585-4b28-9967-e35e4dbfbafa",
  "InvoiceID": "fd64c108-faa7-4b43-8731-04fbed60d56f",
  "DiscountCodeID": "7bf7aa71-0195-4b49-b2a1-2a9eaa9a339e",
  "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": "2063a736-3279-48aa-8882-f765b24b13e4",
  "InvoiceID": "118752cb-0d3f-4dac-96bd-d97264b11144",
  "DiscountCodeID": "1b86d774-da4a-4e00-a1fb-137a2eeceb12",
  "Deleted": true
}