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": "d8141c6b-d582-429b-8c93-748989f9d02c",
  "InvoiceID": "210a6b4f-43db-4405-945d-97f3a0bdcce8",
  "DiscountCodeID": "5004b3d3-d976-4672-95af-159dfc334852",
  "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": "b109e436-b37d-4899-975a-35b3c90cf1e6",
  "InvoiceID": "dff0af3a-10bb-4b86-812f-f015d5bca261",
  "DiscountCodeID": "23b9da20-de28-4e87-93f3-ea846363bf6b",
  "Deleted": true
}