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": "3c147f77-e723-498d-ba08-a812147337ec",
  "InvoiceID": "77589397-1826-4d3e-a430-c03dafdcf44a",
  "DiscountCodeID": "d8accb84-8ab8-408d-a48c-76f650da7d91",
  "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": "7b4573f2-fdad-48bd-acbf-9b81a2d59a6f",
  "InvoiceID": "7eea8dc6-633a-4778-bf32-70b254aff315",
  "DiscountCodeID": "1de318e7-de58-4904-b7be-ca4f6c8c043d",
  "Deleted": true
}