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": "5e01fbf5-d554-4f5a-a120-b070c8c4363e",
  "InvoiceID": "7418c3f6-f9df-4f49-bd38-3613ce232b0f",
  "DiscountCodeID": "e8d99bbc-8518-4816-805e-223127da24a0",
  "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": "ab01f9d7-c1b4-449d-9b9b-abdb08246f7c",
  "InvoiceID": "66361557-50c5-40c5-8c83-32485e8e4a00",
  "DiscountCodeID": "41696fdd-285b-4b3d-9bf0-809e02a331be",
  "Deleted": true
}