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": "41261edc-6acf-4e3d-9af3-cb00a2465c34",
  "InvoiceID": "1d32d26a-0f77-434e-a71c-2f5e2a17f28a",
  "DiscountCodeID": "f41ea596-ed1e-4e34-872f-8fc3f48d4ca0",
  "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": "e53a8abc-3c53-4433-ae30-fde95187a81f",
  "InvoiceID": "cd77978f-c6b2-4d35-ab2a-9f5ae7e8e055",
  "DiscountCodeID": "8752c642-c9c6-42c3-96a3-3922f18354d1",
  "Deleted": true
}