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": "bb9a3912-0813-4a69-8243-fd8ea1844702",
  "InvoiceID": "e126c8ec-319e-45d9-902e-2be17dbe06e0",
  "DiscountCodeID": "62ad7286-8a9b-46f1-839e-fc157c586a1a",
  "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": "96ee7929-6d0e-419c-b6f6-956048a55e6d",
  "InvoiceID": "00e6e167-1278-4723-b7ce-ec8a6a43efb2",
  "DiscountCodeID": "2458d4d0-9488-4647-b07c-dc1d996d1fff",
  "Deleted": true
}