POST api/APPAccount/PostInitNewShop2?keyvalue={keyvalue}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| keyvalue | string |
Required |
Body Parameters
Sys_ShopDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportLink | string |
None. |
|
| StatusLink | string |
None. |
|
| CloudLink | string |
None. |
|
| ReportLink_R | string |
None. |
|
| StatusLink_R | string |
None. |
|
| Local2Net | integer |
None. |
|
| ID | string |
None. |
|
| ShopID | string |
None. |
|
| CustomerID | string |
None. |
|
| ShopName | string |
None. |
|
| BusinesstType | integer |
None. |
|
| ShopType | integer |
None. |
|
| ParentID | integer |
None. |
|
| ManagementType | integer |
None. |
|
| StoreType | integer |
None. |
|
| QianTaiQnty | integer |
None. |
|
| PingBanQnty | integer |
None. |
|
| BaoZhongQiQnty | integer |
None. |
|
| LinkName | string |
None. |
|
| LinkMobile | string |
None. |
|
| ClientVersion | string |
None. |
|
| DBVersion | string |
None. |
|
| ClientMachineCode | string |
None. |
|
| Status | integer |
None. |
|
| Address | string |
None. |
|
| AddTime | date |
None. |
|
| AddUser | string |
None. |
|
| ValidTime | date |
None. |
|
| ValidControl | integer |
None. |
|
| Description | string |
None. |
|
| UpdateTime | Collection of byte |
None. |
|
| Shopflag | string |
None. |
|
| Roomcount | integer |
None. |
|
| IsControlEquipment | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReportLink": "sample string 1",
"StatusLink": "sample string 2",
"CloudLink": "sample string 3",
"ReportLink_R": "sample string 4",
"StatusLink_R": "sample string 5",
"Local2Net": 6,
"ID": "sample string 7",
"ShopID": "sample string 8",
"CustomerID": "sample string 9",
"ShopName": "sample string 10",
"BusinesstType": 11,
"ShopType": 12,
"ParentID": 13,
"ManagementType": 14,
"StoreType": 15,
"QianTaiQnty": 16,
"PingBanQnty": 17,
"BaoZhongQiQnty": 18,
"LinkName": "sample string 19",
"LinkMobile": "sample string 20",
"ClientVersion": "sample string 21",
"DBVersion": "sample string 22",
"ClientMachineCode": "sample string 23",
"Status": 24,
"Address": "sample string 25",
"AddTime": "2025-12-04T00:31:28.8494708+08:00",
"AddUser": "sample string 27",
"ValidTime": "2025-12-04T00:31:28.8494708+08:00",
"ValidControl": 29,
"Description": "sample string 30",
"UpdateTime": "QEA=",
"Shopflag": "sample string 31",
"Roomcount": 32,
"IsControlEquipment": true
}
application/xml, text/xml
Sample:
<Sys_ShopDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.Sys_TB"> <AddTime>2025-12-04T00:31:28.8494708+08:00</AddTime> <AddUser>sample string 27</AddUser> <Address>sample string 25</Address> <BaoZhongQiQnty>18</BaoZhongQiQnty> <BusinesstType>11</BusinesstType> <ClientMachineCode>sample string 23</ClientMachineCode> <ClientVersion>sample string 21</ClientVersion> <CustomerID>sample string 9</CustomerID> <DBVersion>sample string 22</DBVersion> <Description>sample string 30</Description> <ID>sample string 7</ID> <IsControlEquipment>true</IsControlEquipment> <LinkMobile>sample string 20</LinkMobile> <LinkName>sample string 19</LinkName> <ManagementType>14</ManagementType> <ParentID>13</ParentID> <PingBanQnty>17</PingBanQnty> <QianTaiQnty>16</QianTaiQnty> <Roomcount>32</Roomcount> <ShopID>sample string 8</ShopID> <ShopName>sample string 10</ShopName> <ShopType>12</ShopType> <Shopflag>sample string 31</Shopflag> <Status>24</Status> <StoreType>15</StoreType> <UpdateTime>QEA=</UpdateTime> <ValidControl>29</ValidControl> <ValidTime>2025-12-04T00:31:28.8494708+08:00</ValidTime> <CloudLink>sample string 3</CloudLink> <Local2Net>6</Local2Net> <ReportLink>sample string 1</ReportLink> <ReportLink_R>sample string 4</ReportLink_R> <StatusLink>sample string 2</StatusLink> <StatusLink_R>sample string 5</StatusLink_R> </Sys_ShopDto>
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.