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": "e6490e03-f91e-46fb-906b-518708c2ead0",
  "InvoiceID": "928867e7-06e0-4933-af68-f1e4bd879849",
  "DiscountCodeID": "e4733894-76ce-43c2-88ab-d2eeb138f2cc",
  "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": "4990322a-570a-4da4-bc55-009c530cb4a7",
  "InvoiceID": "59b9c0be-8d6d-45ff-822d-663e441885d9",
  "DiscountCodeID": "82323881-b5ee-4656-833b-c23604b9aca9",
  "Deleted": true
}