POST api/settings/save-config
Request Information
URI Parameters
None.
Body Parameters
SupplierConfigDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| SupplierID | integer |
None. |
|
| IsAutoAcceptEnabled | boolean |
None. |
|
| AllowOverForward | boolean |
None. |
|
| PrintTicketOnForward | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"SupplierID": 1,
"IsAutoAcceptEnabled": true,
"AllowOverForward": true,
"PrintTicketOnForward": true
}
application/xml, text/xml
Sample:
<SupplierConfigDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pressapi.Models"> <AllowOverForward>true</AllowOverForward> <IsAutoAcceptEnabled>true</IsAutoAcceptEnabled> <PrintTicketOnForward>true</PrintTicketOnForward> <SupplierID>1</SupplierID> </SupplierConfigDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.