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": "4268d270-7434-4454-b06e-7e04991b9bed",
  "InvoiceID": "ecb6ab37-f792-41a6-8250-fd1ef6431f4a",
  "DiscountCodeID": "53210916-64a8-4518-8939-782bb9f18c0b",
  "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": "8dda8191-4a52-434c-af5c-2bfec7c85cb6",
  "InvoiceID": "78ab7b35-c077-464f-8862-2c00baba6218",
  "DiscountCodeID": "a9f1bab3-4ec4-4089-9761-d759e159c520",
  "Deleted": true
}