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": "2ff7c5f2-7bfc-4cfd-8fc0-6ebb4313137d",
  "InvoiceID": "81fa1993-bc29-43a2-8bf9-cd713a819a73",
  "DiscountCodeID": "eeccb2cc-3e0f-4798-9bb5-aeb9303900aa",
  "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": "89f897ab-7e04-4ea0-842f-95683771e590",
  "InvoiceID": "c939e4eb-2f11-4eef-9c16-e9d97bbe6c54",
  "DiscountCodeID": "08373385-0136-42b5-b73c-b1125d441a22",
  "Deleted": true
}