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": "1dccc2e6-ef67-4de5-a40c-05c814b40ff8",
  "InvoiceID": "52f2b7f9-d4d8-4ff0-b771-d90d823b68ac",
  "DiscountCodeID": "6360a2cf-ea8b-4846-b5e9-c8293c285c3b",
  "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": "9583c75b-d64d-4001-be4e-f5efbbfe24e9",
  "InvoiceID": "ed89c28c-7398-4ac7-94fd-d2dbbe6dca2b",
  "DiscountCodeID": "24938b04-5ad6-4b5e-8312-78acb525680f",
  "Deleted": true
}