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": "4fb4e976-aa45-400d-ae39-28b2d94bf8a3",
  "InvoiceID": "11357aec-d075-42c6-8529-c6898a08b80c",
  "DiscountCodeID": "049d55c2-19b2-49ef-83a5-188ac76ce344",
  "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": "5dd241de-1fef-4582-afc1-2d71374dc5bd",
  "InvoiceID": "564582c5-6a91-48a1-8184-8ab9da96b7ed",
  "DiscountCodeID": "a2df7f6e-2411-4ad5-a3af-611b42a5de18",
  "Deleted": true
}