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": "8baa429a-8ef4-4e5e-9797-b4564c56e766",
  "InvoiceID": "60f4cce1-54fd-4e4b-a316-c7ba081ba408",
  "DiscountCodeID": "854ec3f1-9aea-44b9-8c1e-089261915001",
  "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": "14d7d007-95f7-479c-a5e3-0386adda2417",
  "InvoiceID": "befa2dec-0058-4019-a557-4055aa0d3015",
  "DiscountCodeID": "a0ce1cdc-724d-4cbd-a9e0-f0a393068182",
  "Deleted": true
}