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": "579921ed-456a-436b-9267-895a03a23732",
  "InvoiceID": "ac50d0e2-acbc-49bc-b0d5-a90cea6d5e61",
  "DiscountCodeID": "f8e0c1da-c056-4ccc-95ef-14e0fab78168",
  "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": "b44c4a74-45ad-4967-8d54-d9a4016b8ca8",
  "InvoiceID": "1d18554d-60fd-4b91-b178-575ca096e16c",
  "DiscountCodeID": "8c3d2376-a827-4f66-8c4e-75df5d541a4e",
  "Deleted": true
}