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": "2f10139c-c93b-4860-aa44-1cf47c3a1c19",
  "InvoiceID": "8b7b552e-7d7f-4237-9f39-cc2c8de30675",
  "DiscountCodeID": "ae3843e6-edf9-4b66-b193-8450f3b1b55f",
  "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": "ea582421-32d2-4c78-a6ba-9cb18eaa7c1d",
  "InvoiceID": "8e1773b0-b19f-4241-9446-6386a01dd5b5",
  "DiscountCodeID": "30dd1b79-1e60-4c95-abf8-587ad9e6bdcf",
  "Deleted": true
}