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": "a984d2e4-17de-434a-8372-493aede5d77b",
  "InvoiceID": "caba4afe-411a-4751-8136-97f0b6919d1a",
  "DiscountCodeID": "72ff1698-abe8-4bd0-bef2-8983c7a18088",
  "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": "9ec20260-dd14-4cc2-b2ad-b7316109e7ef",
  "InvoiceID": "8679e111-2cd1-4060-a647-4ce26cdadf7a",
  "DiscountCodeID": "3bcbbe50-d80b-442e-bd79-a859a7b26c5f",
  "Deleted": true
}