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": "ce8c3250-cc58-40d8-b1b3-dd2e402e3a1a",
  "InvoiceID": "cde8eae4-1c5b-446d-8dbf-a8e16d894705",
  "DiscountCodeID": "11313d43-102b-425d-9e14-52ad2119d069",
  "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": "7dc629d6-14f4-40c2-a0cc-5ff5e29477c3",
  "InvoiceID": "1a2aa381-9cae-4cc3-87aa-cd12a6ddfa45",
  "DiscountCodeID": "8626784c-c21b-422a-8d94-d5d5a8c089db",
  "Deleted": true
}