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": "e26c91f8-a564-4c22-8d4c-15afd146a1c9",
  "InvoiceID": "0d15e986-294e-47fd-93fd-717e42e837f8",
  "DiscountCodeID": "fd3be867-b9ff-43f6-9c9d-bdef82785347",
  "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": "6457f50b-65d9-4486-ad83-ee48e751a719",
  "InvoiceID": "9cce8411-8817-4078-934d-243f2ae0b653",
  "DiscountCodeID": "e48677d7-fe01-497c-8d31-26d3c2d4d8bc",
  "Deleted": true
}