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": "291d877f-3860-44dd-abe0-63b01bac3205",
  "InvoiceID": "73b285a8-6b42-4dfb-a027-29c63590b549",
  "DiscountCodeID": "2718b0c4-58e1-4dac-8c41-0071c0708c26",
  "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": "0552916a-4c23-4580-9d9b-38960224116f",
  "InvoiceID": "bbf19b0a-228c-4d51-bdaf-448ee8581b0c",
  "DiscountCodeID": "349ec318-5558-4faf-b579-f877123191e8",
  "Deleted": true
}