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": "14dcb256-9f26-481f-818d-a86106b2c04d",
  "InvoiceID": "ccc3ce84-f0e6-4733-85a3-542f7fe1ccb9",
  "DiscountCodeID": "c7b6aec5-2acb-4e9e-9744-d5beb073ffc8",
  "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": "c38668a5-38e8-463c-94fb-c5637b64347b",
  "InvoiceID": "b7b1bfd3-aaf6-4006-a8ed-1fd9bd0e04e8",
  "DiscountCodeID": "036a3289-d02d-4a98-af91-64f4b868a4ff",
  "Deleted": true
}