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": "a298bceb-4f80-4aa3-8fe8-5c7d348a9148",
  "InvoiceID": "b028f801-a03c-4201-9fd0-61743751b069",
  "DiscountCodeID": "92952653-1e34-4a9e-9672-901667421318",
  "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": "b833ca14-0fec-4ca0-bff1-b5f5690b7bba",
  "InvoiceID": "033e83ed-20f1-4762-a772-b09389a39166",
  "DiscountCodeID": "4d58c54c-bbcc-413b-b594-20eac95fb1f4",
  "Deleted": true
}