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": "65d544ac-8256-4c7c-9e9c-0b64494f1e20",
  "InvoiceID": "54c53bdd-0ead-4008-85d3-a19332da53e8",
  "DiscountCodeID": "d0511d49-d136-41bb-bc8a-d4ec3aaac586",
  "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": "26297359-7167-4e04-9415-133217f27261",
  "InvoiceID": "f12d4c59-f4b6-4bb5-864e-4b2db9da6c24",
  "DiscountCodeID": "13350e83-485f-408e-81d1-8ad5ef142ca7",
  "Deleted": true
}