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": "4dde8387-4c70-41aa-8500-0ecd3ea7584d",
  "InvoiceID": "3402e8f4-4f47-42a0-b6d8-6b850a9e0b62",
  "DiscountCodeID": "0009f99d-471d-4f63-9bf7-af6238f9f9d5",
  "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": "3b87041e-2bce-4c72-9476-a9f8ce369fdc",
  "InvoiceID": "3fb40b43-16e7-4a5f-a339-6dba8613fcd1",
  "DiscountCodeID": "bc805183-f6e8-4402-bad6-7f7068b42366",
  "Deleted": true
}