GET api/Partner/{id}/LSConfig
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LSConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| taxID | integer |
None. |
|
| shopID | integer |
None. |
|
| registerID | integer |
None. |
|
| employeeID | integer |
None. |
|
| paymentTypeID | integer |
None. |
|
| qbpVendorID | integer |
None. |
|
| hlcVendorID | integer |
None. |
|
| jbiVendorID | integer |
None. |
|
| useWorkOrders | boolean |
None. |
|
| allowSKUCreationFromJobCard | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"taxID": 2,
"shopID": 3,
"registerID": 4,
"employeeID": 5,
"paymentTypeID": 6,
"qbpVendorID": 7,
"hlcVendorID": 8,
"jbiVendorID": 9,
"useWorkOrders": true,
"allowSKUCreationFromJobCard": true
}
application/xml, text/xml
Sample:
<LSConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hub.Server.Business.Models"> <ID>1</ID> <allowSKUCreationFromJobCard>true</allowSKUCreationFromJobCard> <employeeID>5</employeeID> <hlcVendorID>8</hlcVendorID> <jbiVendorID>9</jbiVendorID> <paymentTypeID>6</paymentTypeID> <qbpVendorID>7</qbpVendorID> <registerID>4</registerID> <shopID>3</shopID> <taxID>2</taxID> <useWorkOrders>true</useWorkOrders> </LSConfig>