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": "2a6e1c01-25f2-4929-8648-4bb8296ad54e",
  "InvoiceID": "a9a0c2f8-4e1a-4f31-9cfe-7901f619b86d",
  "DiscountCodeID": "f55eeed5-8f06-44f3-8cd8-8c68bc4cc795",
  "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": "e887c81e-d189-477c-87ea-8914658639ee",
  "InvoiceID": "5979cdc4-2ad9-4331-9de3-3dd52efefe54",
  "DiscountCodeID": "63713a54-ccc7-4a46-838d-fbc191a0a5f7",
  "Deleted": true
}