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": "677212ee-5e26-460d-8133-e1304d66d849",
  "InvoiceID": "44d51dfb-202a-484d-bc56-fad4537f43d2",
  "DiscountCodeID": "01dc4932-a502-4433-b37d-33b24d84432a",
  "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": "4d0097a1-9159-4c4c-af90-0d46a574bab5",
  "InvoiceID": "9b155f1f-b3a3-4cbe-8080-a069d699965d",
  "DiscountCodeID": "898b4266-fbe1-4b40-98a2-4c1e7f4d6e88",
  "Deleted": true
}