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": "94952eee-ada3-4884-9acb-24e4b3eaa7ca",
  "InvoiceID": "89cc5e8d-db5d-46e3-a79f-cb24005fb68b",
  "DiscountCodeID": "ffcb64f9-8c4e-4d22-85d5-3db251da6acb",
  "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": "195acb09-f939-4473-b42f-e92c6a932614",
  "InvoiceID": "229bea93-fb5c-4064-9c62-3272ee2c08da",
  "DiscountCodeID": "783dfaef-3b92-4b2b-aaa6-87aa9dd68ccb",
  "Deleted": true
}