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": "fbf5dfa0-adf0-45ee-a4c6-d3d066801c67",
  "InvoiceID": "763a09b9-ced0-4fc9-b34f-9ad7f8d18652",
  "DiscountCodeID": "6567a835-4590-4016-b283-226b7f539530",
  "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": "271ab34e-0c54-4d25-a036-7f0466550474",
  "InvoiceID": "da3a049a-7813-4de0-b467-42b8108e6ae1",
  "DiscountCodeID": "e5496b3d-c2f4-45e7-bf06-b35bdcfa393e",
  "Deleted": true
}