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": "6f1e3e20-c36f-49cf-962f-d21c8a7eb090",
  "InvoiceID": "c16acfde-fe48-4239-a95d-3782807089a4",
  "DiscountCodeID": "8a08da2f-bf1d-4bb2-9d7a-5eafd94ce923",
  "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": "419701b2-6fcd-4a1b-b4fc-fa3e42dcbd0c",
  "InvoiceID": "fd4242f1-20d8-4f92-8292-8abd49fdf673",
  "DiscountCodeID": "38dc6851-29f5-42ac-b8c8-7117dc72ba69",
  "Deleted": true
}