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": "27a8e0dd-109a-4723-b4a9-ebdd3e41b95e",
  "InvoiceID": "16be693e-a644-467a-8bed-d08924756a8c",
  "DiscountCodeID": "9fc369ba-f581-4708-9c0f-f2aaca2c60eb",
  "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": "bb8ce7a7-ff07-4ae2-8aba-d7bc6344e9c2",
  "InvoiceID": "29cc0d33-4fff-4e2d-9eb3-12dee0b89bbd",
  "DiscountCodeID": "21793b51-a3f8-452d-9957-b22fc7f7d1b2",
  "Deleted": true
}