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": "dbf38f77-a280-4f0a-a3c8-51abbc84537f",
  "InvoiceID": "146f6f73-8314-4264-bd9d-46ea1abebdb5",
  "DiscountCodeID": "a52be965-8348-40fb-bda3-3089a745c307",
  "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": "752957df-bc74-4c1f-839d-7f383a82f54f",
  "InvoiceID": "992f127a-932c-435d-b29a-e9ce1c71de10",
  "DiscountCodeID": "1123b01e-7fab-4871-86bd-28c05bd74bce",
  "Deleted": true
}