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": "33232c69-0a81-4b98-8e96-067ae3de9ccc",
  "InvoiceID": "95ad080c-c616-4a4f-beec-b1d408f6b603",
  "DiscountCodeID": "55d091e5-c254-4642-a532-e19fa83c29c8",
  "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": "2efd9618-d076-4405-9cfc-0f721ca7cd91",
  "InvoiceID": "110a9e6d-c5ad-43f6-8552-a331f0bf5990",
  "DiscountCodeID": "f868b5cd-80af-4493-abf0-92ba9170bac0",
  "Deleted": true
}