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": "eb95b75e-95af-4f9b-ac86-b43b8e65b368",
  "InvoiceID": "06accd8d-56b8-46a8-9c2e-650c6825202a",
  "DiscountCodeID": "9c5de06c-56bd-4d2d-a9fb-99c18b8c8392",
  "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": "eb10fec1-7804-4985-bb3e-b172b67af60d",
  "InvoiceID": "72c2581e-16ad-47b9-b161-604ab818bb5a",
  "DiscountCodeID": "75b1de44-fcd4-46ae-8bc7-f3da2437e909",
  "Deleted": true
}