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": "c8a7f640-54f1-4a6e-99f6-b065d4753bdc",
  "InvoiceID": "367f57a9-8561-45a0-b21f-66b421135a9b",
  "DiscountCodeID": "42140e57-f139-42b3-aff4-60c3ecf5e46c",
  "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": "19a17a0f-fd4f-44d8-b307-06425b75854a",
  "InvoiceID": "266e81a9-f544-4a1d-b9e4-f8bdcdc4c9c0",
  "DiscountCodeID": "0a3d2444-addc-4f67-9f99-02b7f04d784a",
  "Deleted": true
}