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": "8de0c6b9-cd8f-4801-a70d-5513b3480e73",
  "InvoiceID": "0a30e6b0-f5c5-44da-a7df-eeb783b7067b",
  "DiscountCodeID": "7ddfe3bb-300b-4ea8-b0e1-a6928065873b",
  "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": "9a1ba110-3d5f-4fe8-bb6a-8b3f045d1149",
  "InvoiceID": "8c99a219-17cb-4a35-ab7e-4603c0216853",
  "DiscountCodeID": "18abc65f-8e23-46ea-83e0-e38fab1ba6cc",
  "Deleted": true
}