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": "693afb8f-8e81-4773-b548-7c54bdb8d266",
  "InvoiceID": "63f6e88b-0ab3-41d3-8733-829cb4c6ded8",
  "DiscountCodeID": "aff7a1d1-f5b0-4586-a303-03ab71ba0e37",
  "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": "8a25226a-6de8-4888-b496-31ba4781944f",
  "InvoiceID": "250f09d7-bc94-4001-bc8e-429c3e34a890",
  "DiscountCodeID": "daf40d9c-808b-4a7c-be10-b82ac5f304c9",
  "Deleted": true
}