POST api/InvoiceDiscountCode
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| invoice_discountcode | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Invoice_DiscountCodeID": "a74bbce6-62a2-40b2-bb2a-7594e7be2d59",
"InvoiceID": "5fd9be7a-be88-48dc-b28e-6b8365349d1d",
"DiscountCodeID": "d42ad696-33aa-4369-a20e-fca87dbc8605",
"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": "1fdee61b-89c5-4317-b7d1-7e809932a42c",
"InvoiceID": "1c708827-f2c8-4dfe-b45e-322ab7604d6c",
"DiscountCodeID": "4a7eeca2-bcac-4bcd-a970-1cf442853067",
"Deleted": true
}