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": "54b6ab7e-f900-4af4-af68-6277d1b93bf9",
  "InvoiceID": "60489d38-7539-4b24-b876-800f1cdf4dac",
  "DiscountCodeID": "ae0b3d9b-7633-4983-8504-db8c2384d373",
  "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": "7858a0b8-e030-4059-8f06-9ba1887b3949",
  "InvoiceID": "c447036c-a2db-415d-be44-15b44d5b47b0",
  "DiscountCodeID": "521c6d20-d763-439f-81e9-78520a8a60c7",
  "Deleted": true
}