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": "c744e459-f345-4662-a9c4-d2077f5a9a5f",
  "InvoiceID": "4960e4e9-0813-4227-92a3-d1a488e9a557",
  "DiscountCodeID": "367826b5-b381-4b59-88de-52261af99780",
  "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": "2e52321e-1d3a-4e7b-85cf-d0c0652abfac",
  "InvoiceID": "2681d8d8-b473-420c-badc-3b895e874a9a",
  "DiscountCodeID": "639b6762-c3f8-484d-9973-fbe118c164d9",
  "Deleted": true
}