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": "bbf13ace-0ee2-4d72-b3fb-ff4f900ef65a",
  "InvoiceID": "022d1a60-af08-43c6-9a2b-5f139b8a58a1",
  "DiscountCodeID": "bc954029-99a4-4c50-bb01-7e8d82ca2e41",
  "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": "982ca72f-7d2f-4f79-8a18-72fa6db2ac40",
  "InvoiceID": "45f5f157-32d9-4c55-8bd4-715692e25884",
  "DiscountCodeID": "46ea2859-4736-407e-82b9-21f32e088214",
  "Deleted": true
}