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": "702884f9-1e8f-497e-8d65-384c0433d189",
  "InvoiceID": "4bf3e13b-e674-40b4-ad07-15817367b52d",
  "DiscountCodeID": "d581eace-10c6-4605-b26d-07c25671473b",
  "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": "9c6f89d1-75df-4945-8826-26b6f98caaf0",
  "InvoiceID": "d51f04b5-b8af-4c42-aec6-7a45986d5fa3",
  "DiscountCodeID": "4229c81d-f626-423c-b523-6899fe33d32e",
  "Deleted": true
}