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": "031cd8aa-cd0e-4de4-8421-936570c176e7",
  "InvoiceID": "3205580f-9293-4195-a537-94616429fb2b",
  "DiscountCodeID": "55ad6e91-aceb-481a-aadd-3f8df19dc56e",
  "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": "20ae027a-d0a2-466a-ae47-e2c42e504490",
  "InvoiceID": "92a9594c-d724-4bb3-a4da-324a0425cec6",
  "DiscountCodeID": "62ec9900-a20d-4993-ac21-46bd7a270904",
  "Deleted": true
}