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": "25da6aa5-1601-441c-a2b7-0e55845a9e46",
  "InvoiceID": "966267fc-cb6f-4e44-800f-6658041c890d",
  "DiscountCodeID": "ba668c5d-c4e1-4b0e-a9b1-40e445d57b46",
  "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": "4dadf08b-21dd-4036-a1f7-d46ce3841e3a",
  "InvoiceID": "f51f1ec1-6fc8-496e-835f-a4802562b61e",
  "DiscountCodeID": "1c2e20b7-c36c-4336-a985-e81c3af0e2cf",
  "Deleted": true
}