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": "0f1d50d8-7b95-422b-977d-d71848752d4c",
  "InvoiceID": "586f559b-8429-4779-89cf-7bbeea7b3b3f",
  "DiscountCodeID": "39202d38-320b-492e-9ce1-378f77f0ac97",
  "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": "1b2e4ce5-c388-44f2-9cee-4c1458d94c2f",
  "InvoiceID": "a0ff6465-0c71-4d47-adcf-ac2a2b9e5203",
  "DiscountCodeID": "e67adca5-cbee-48dc-9508-af8854950a70",
  "Deleted": true
}