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": "45c02c4f-5404-4ecb-824e-1f1d68b20641",
  "InvoiceID": "8a5fa40c-57ee-45ae-9263-4fcbabbaf3c6",
  "DiscountCodeID": "c0fe5aa9-66c8-4283-bb1a-56a0fc81c8df",
  "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": "75dde1c0-15ed-4acf-8dd6-4414a2e68eb5",
  "InvoiceID": "e2685dc5-d9ea-4c70-acb3-f01872942d7e",
  "DiscountCodeID": "6da0845a-a479-44ea-94f6-c9a80b26d77f",
  "Deleted": true
}