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": "87ef1548-aa03-45f6-9726-5acd95d49d37",
  "InvoiceID": "545d5041-f7ac-4f4a-9100-c71d11bf09db",
  "DiscountCodeID": "892d8861-698d-46a9-80c7-556c71bf2ffc",
  "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": "0b968df5-9701-458d-bb16-53a1ee093848",
  "InvoiceID": "316cd69d-fbd2-4221-91ba-d06a8e157478",
  "DiscountCodeID": "a7362ef0-38c7-4b0d-bc36-7a093265e433",
  "Deleted": true
}