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": "b9788d25-0b65-44f6-8820-261f02e0b8b2",
  "InvoiceID": "946ebb97-28c8-4b8a-afa5-a4ae9ee347ea",
  "DiscountCodeID": "10f500d9-7a89-4316-85db-81e42a7db314",
  "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": "a31e84c4-7bd8-4183-a860-b40b576adcdb",
  "InvoiceID": "a21bece1-97bb-4b70-b235-58d653f1bc64",
  "DiscountCodeID": "11a30f34-cf77-448f-a0da-21257461bd7f",
  "Deleted": true
}