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": "4c817b0c-3f42-404b-aaf3-6b47087f5852",
  "InvoiceID": "5acdcb72-17c7-461f-88e9-d4e4f6663724",
  "DiscountCodeID": "bbc86640-df45-49d8-ab9e-611d50730a77",
  "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": "40d6a29d-7854-4187-9211-46ab40d521cd",
  "InvoiceID": "2d0de63d-1689-4280-bfe4-925d90be4b27",
  "DiscountCodeID": "18bd5c3e-13f7-4796-9f57-c52ce17a8654",
  "Deleted": true
}