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": "a71eb61c-9f05-4c6e-b7f2-d31fe7ee8519",
  "InvoiceID": "07484743-15c9-4e82-b25c-08e69eda1223",
  "DiscountCodeID": "5401d55e-13d5-4154-b5bb-b669fd5a86c2",
  "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": "4d8e2716-6206-4b55-bcb6-340388db05af",
  "InvoiceID": "e3f6df88-5c69-48b6-8971-20c3f42bc57c",
  "DiscountCodeID": "2dd92a55-97a9-45b6-a517-034775cf7cfa",
  "Deleted": true
}