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": "6f4ee59e-2e2e-4943-822d-1edec087b438",
  "InvoiceID": "a776601d-0215-40bd-b12f-e328fc8059fe",
  "DiscountCodeID": "1963e082-e0c0-4e95-8143-7246d490d058",
  "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": "04bdb345-ed1b-403b-8211-827cde20aa26",
  "InvoiceID": "ed289c0a-703f-4d7a-8a84-585aca61b73d",
  "DiscountCodeID": "aa84576d-838a-4d39-8819-0658517c3e29",
  "Deleted": true
}