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": "9103b3dd-35a4-4045-aa12-e52617f3beec",
  "InvoiceID": "0becb8de-3b84-4e89-a50a-6c192b688d86",
  "DiscountCodeID": "0404545a-dbee-41b7-9f5a-e3b3c3cbc920",
  "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": "06110abc-94a8-4b39-999b-e3b8db55652b",
  "InvoiceID": "2ed9a21f-b963-4f6d-a6a8-3eeaf82aa5f6",
  "DiscountCodeID": "d7070760-474c-49e0-baa7-7e8b9bd2724e",
  "Deleted": true
}