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": "367b9668-4f59-40a2-b916-66d37fd67942",
  "InvoiceID": "76c29d5a-db5f-4d88-b40c-f5bc7ca471e5",
  "DiscountCodeID": "ee162a5b-b73a-4faf-92d7-7675aa173471",
  "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": "47157fb5-77ed-420c-9465-5ed4e6861c25",
  "InvoiceID": "331ce6c7-8815-4332-b295-387a3887db2e",
  "DiscountCodeID": "7fabf5bd-ab02-4663-9c3b-7e738cc22673",
  "Deleted": true
}