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": "9df2e0c7-1401-42cd-8a0d-06e65ab16e0d",
  "InvoiceID": "3865d268-f86f-421c-b3d7-6c20a4ed1a2e",
  "DiscountCodeID": "a5acbd38-fa67-49e0-94bc-1dd84ce95d67",
  "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": "7d515aa5-df5f-44ca-ac58-bfda54697aa8",
  "InvoiceID": "c84913b3-62e0-4800-82bd-a887ea8a4e7e",
  "DiscountCodeID": "03fb3903-df47-4186-b4a3-8e61b35ca207",
  "Deleted": true
}