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": "8e055d71-b6e6-467b-aa4e-9bdb1c3934a5",
  "InvoiceID": "f68fb71a-a242-446f-8d1f-22bed6bc412f",
  "DiscountCodeID": "ed066f52-ca79-41bc-a44b-f0fdf2cd1d33",
  "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": "3900a521-4f5a-4db4-aa6a-db0d31e50861",
  "InvoiceID": "80498b05-7035-4401-984b-4a0242529057",
  "DiscountCodeID": "0f7c3cbc-4289-43ce-85e6-8d00fe455ef5",
  "Deleted": true
}