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": "7b46ecd1-e6d4-4002-9330-2359f4e25078",
  "InvoiceID": "606d9070-0b9c-4a46-b07c-6109213ab363",
  "DiscountCodeID": "345631f4-5fcf-47be-8db4-930cbc391061",
  "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": "3b4332e5-0655-484f-bff1-18406f5f9488",
  "InvoiceID": "bd770aba-5282-4920-bf66-652a63af9114",
  "DiscountCodeID": "2ae1e9a0-6cd5-46cc-81e8-d2897fa44c04",
  "Deleted": true
}