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": "8a8afb78-00e8-4ca2-b19c-30ac2246e2c5",
  "InvoiceID": "54df434f-0811-40a8-b079-4a3cf32654a6",
  "DiscountCodeID": "6b4e7faa-46c6-42a1-864d-6a697e245c17",
  "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": "a39d741e-c595-4d57-bc3d-4a7f856acd2a",
  "InvoiceID": "62fbb8ab-fd65-4c8f-960c-9f9428146a2b",
  "DiscountCodeID": "ef6086d8-3855-4844-8310-0c8f3b3bc3f1",
  "Deleted": true
}