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": "7f826de9-5b5e-40a1-9cdc-06fc31538941",
  "InvoiceID": "beb1de51-7b93-426a-b7b3-2e725d221130",
  "DiscountCodeID": "d2296300-acb3-4e4c-bfc6-d4e1e734b6f5",
  "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": "ad2f67f6-55e9-4ed5-8912-f74c552dddb9",
  "InvoiceID": "10dfd622-99a9-4fbc-90eb-333904468c98",
  "DiscountCodeID": "c018a8de-3488-4707-a5dc-fafe60da3325",
  "Deleted": true
}