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": "db01997e-e11d-4714-8dbd-d7ca178daf33",
  "InvoiceID": "94db7b95-5930-48e0-afbd-a593d87fbe50",
  "DiscountCodeID": "61378dfe-8e8d-479f-ab09-d85dd5a151ee",
  "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": "4ab6bec3-4acf-4066-98bb-d8adb3d1d580",
  "InvoiceID": "0ba04050-a9dd-45da-8d68-bac111eeb150",
  "DiscountCodeID": "9ab599ee-af65-48d1-a8f6-6418eba1be7f",
  "Deleted": true
}