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": "7f97cedd-6e48-4c8a-b634-d53bb9ceabca",
  "InvoiceID": "29301c1c-22db-4d0d-9d0b-e68aa1657f1f",
  "DiscountCodeID": "0472a1d1-95f5-4536-90d6-6165f71eeabb",
  "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": "85d66ae8-cc73-45f1-ab4b-bfa6cef9022c",
  "InvoiceID": "4069cfe9-82d9-4e88-9c75-2e14b3c8b154",
  "DiscountCodeID": "fafe3989-434d-4ee5-8738-639944bed754",
  "Deleted": true
}