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": "c38600ad-4578-44d9-a37b-5d71f4148086",
  "InvoiceID": "f74af8a7-6fba-4f8a-85a4-74e97bf3c51e",
  "DiscountCodeID": "92efa65b-d9af-444a-9dc5-bc85aeaa2bc9",
  "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": "2613fa67-6fe9-4770-b0df-37b302c4ca0f",
  "InvoiceID": "3c958ee9-4268-483b-93b5-a46316dd057b",
  "DiscountCodeID": "466621ee-e976-49ac-bd35-f4f19a5b661d",
  "Deleted": true
}