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": "4e8c9b0c-aecf-46b0-8359-8a687d75cfe8",
  "InvoiceID": "15b34aae-2d1c-42bd-82fe-042b8c604040",
  "DiscountCodeID": "ca523aaa-9ce9-410b-836b-ef00059cc1e4",
  "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": "c6767d33-4bc6-4c28-9827-086826059e83",
  "InvoiceID": "7864262e-1a05-4b6f-8c92-9ae1e494cf8f",
  "DiscountCodeID": "fb09dc03-c38a-4125-8cbb-b9aaa2b28d61",
  "Deleted": true
}