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": "4f5f7644-53a4-4f6c-9865-f5d9f2c3e8e2",
  "InvoiceID": "19ac6de7-8c1c-4019-968e-68c73180b623",
  "DiscountCodeID": "5449c2d9-7c33-4094-bfba-6e482952da96",
  "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": "51d4f455-9ccd-4557-bba5-ddac81ccf054",
  "InvoiceID": "ad0599fb-5928-40fe-93a7-42dac0b6ed67",
  "DiscountCodeID": "9acf71e5-6403-4990-9377-43c3c01726c1",
  "Deleted": true
}