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": "88badff3-63f0-4260-9f15-e1596202d36a",
  "InvoiceID": "84545f2c-c9bf-4c27-a1d9-c5303e90b4fc",
  "DiscountCodeID": "9b0c1f92-69bb-4b47-9c9d-de3290aeefd8",
  "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": "3b016ebc-80b2-4077-896a-5f772a723546",
  "InvoiceID": "5950bdf3-e623-41e6-b507-80a6c5636a98",
  "DiscountCodeID": "0a861322-0836-4689-80bb-70f78b3635c0",
  "Deleted": true
}