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": "4db47538-5f6e-46f5-b09c-f7f973f0e3ee",
  "InvoiceID": "521d525c-2262-4f14-9d47-f4bde4d801af",
  "DiscountCodeID": "0410489e-c28d-467a-ac23-c7320b1c6c94",
  "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": "43bb064a-bd8b-40c6-af3f-6b67d2f04f81",
  "InvoiceID": "4c0cd3a7-a73d-4822-add3-fa9eb25aa666",
  "DiscountCodeID": "13b2dc2b-8357-4531-b86a-7e497e9e7974",
  "Deleted": true
}