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": "7c575cab-edd4-41d0-90fc-13fd5f894b6e",
  "InvoiceID": "c189e27c-7ad5-453f-aec1-b0dbb5d6e89d",
  "DiscountCodeID": "87321546-bcb9-4db6-966f-c9b9a255bdd8",
  "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": "555881f8-e10e-49f0-bca9-b9f1c7573baf",
  "InvoiceID": "c38d2c17-b606-46fb-afb9-307af41cfb33",
  "DiscountCodeID": "19a514b8-b144-4277-b086-a784f4951131",
  "Deleted": true
}