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": "aaf77dc4-7c45-4148-bd97-aefbe4cc964c",
  "InvoiceID": "2700bcf8-f15c-40f5-8fee-11aae840db28",
  "DiscountCodeID": "1a3acae0-717b-4036-b45d-d2040d2e8cd4",
  "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": "5b36ef1c-b7f4-4567-936d-8038abab7995",
  "InvoiceID": "2b7f5ac2-d4d3-49da-9f3a-ba1554ef50e0",
  "DiscountCodeID": "f193ad11-4913-469f-b3e6-e0671295f9f0",
  "Deleted": true
}