POST api/Vip/DepositStatus?sign={sign}&shopno={shopno}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sign | string |
Required |
|
| shopno | string |
Required |
Body Parameters
Deposit_TempDto| Name | Description | Type | Additional information |
|---|---|---|---|
| depositDetails | Collection of C_Sheet_DepositDetail |
None. |
|
| ID | string |
None. |
|
| ShopID | string |
None. |
|
| SheetNO | string |
None. |
|
| CustomerName | string |
None. |
|
| Mobile | string |
None. |
|
| IsAvalid | boolean |
None. |
|
| AvalidTime | date |
None. |
|
| AllQty | decimal number |
None. |
|
| LastQty | decimal number |
None. |
|
| Status | integer |
None. |
|
| AddTime | date |
None. |
|
| AddUser | string |
None. |
|
| ApproveTime | date |
None. |
|
| ApproveUser | string |
None. |
|
| Description | string |
None. |
|
| UpdateTime | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"depositDetails": [
{
"ID": "sample string 1",
"ShopID": "sample string 2",
"SheetID": "sample string 3",
"SheetNO": "sample string 4",
"OutSheetNO": "sample string 5",
"InOutType": 6,
"ItemID": "sample string 7",
"ItemNO": "sample string 8",
"ItemName": "sample string 9",
"PlaceNO": "sample string 10",
"PlaceName": "sample string 11",
"Unit": "sample string 12",
"InOutQnty": 13.0,
"LastQnty": 14.0,
"Price": 15.0,
"Status": 16,
"AddTime": "2025-12-04T00:31:42.5769477+08:00",
"AddUser": "sample string 18",
"Description": "sample string 19",
"UpdateTime": "QEA="
},
{
"ID": "sample string 1",
"ShopID": "sample string 2",
"SheetID": "sample string 3",
"SheetNO": "sample string 4",
"OutSheetNO": "sample string 5",
"InOutType": 6,
"ItemID": "sample string 7",
"ItemNO": "sample string 8",
"ItemName": "sample string 9",
"PlaceNO": "sample string 10",
"PlaceName": "sample string 11",
"Unit": "sample string 12",
"InOutQnty": 13.0,
"LastQnty": 14.0,
"Price": 15.0,
"Status": 16,
"AddTime": "2025-12-04T00:31:42.5769477+08:00",
"AddUser": "sample string 18",
"Description": "sample string 19",
"UpdateTime": "QEA="
}
],
"ID": "sample string 1",
"ShopID": "sample string 2",
"SheetNO": "sample string 3",
"CustomerName": "sample string 4",
"Mobile": "sample string 5",
"IsAvalid": true,
"AvalidTime": "2025-12-04T00:31:42.5769477+08:00",
"AllQty": 7.0,
"LastQty": 8.0,
"Status": 9,
"AddTime": "2025-12-04T00:31:42.5769477+08:00",
"AddUser": "sample string 11",
"ApproveTime": "2025-12-04T00:31:42.5779564+08:00",
"ApproveUser": "sample string 12",
"Description": "sample string 13",
"UpdateTime": "QEA="
}
application/xml, text/xml
Sample:
<Deposit_TempDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_Dto">
<AddTime xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">2025-12-04T00:31:42.5769477+08:00</AddTime>
<AddUser xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">sample string 11</AddUser>
<AllQty xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">7</AllQty>
<ApproveTime xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">2025-12-04T00:31:42.5779564+08:00</ApproveTime>
<ApproveUser xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">sample string 12</ApproveUser>
<AvalidTime xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">2025-12-04T00:31:42.5769477+08:00</AvalidTime>
<CustomerName xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">sample string 4</CustomerName>
<Description xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">sample string 13</Description>
<ID xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">sample string 1</ID>
<IsAvalid xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">true</IsAvalid>
<LastQty xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">8</LastQty>
<Mobile xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">sample string 5</Mobile>
<SheetNO xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">sample string 3</SheetNO>
<ShopID xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">sample string 2</ShopID>
<Status xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">9</Status>
<UpdateTime xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">QEA=</UpdateTime>
<depositDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">
<d2p1:C_Sheet_DepositDetail>
<d2p1:AddTime>2025-12-04T00:31:42.5769477+08:00</d2p1:AddTime>
<d2p1:AddUser>sample string 18</d2p1:AddUser>
<d2p1:Description>sample string 19</d2p1:Description>
<d2p1:ID>sample string 1</d2p1:ID>
<d2p1:InOutQnty>13</d2p1:InOutQnty>
<d2p1:InOutType>6</d2p1:InOutType>
<d2p1:ItemID>sample string 7</d2p1:ItemID>
<d2p1:ItemNO>sample string 8</d2p1:ItemNO>
<d2p1:ItemName>sample string 9</d2p1:ItemName>
<d2p1:LastQnty>14</d2p1:LastQnty>
<d2p1:OutSheetNO>sample string 5</d2p1:OutSheetNO>
<d2p1:PlaceNO>sample string 10</d2p1:PlaceNO>
<d2p1:PlaceName>sample string 11</d2p1:PlaceName>
<d2p1:Price>15</d2p1:Price>
<d2p1:SheetID>sample string 3</d2p1:SheetID>
<d2p1:SheetNO>sample string 4</d2p1:SheetNO>
<d2p1:ShopID>sample string 2</d2p1:ShopID>
<d2p1:Status>16</d2p1:Status>
<d2p1:Unit>sample string 12</d2p1:Unit>
<d2p1:UpdateTime>QEA=</d2p1:UpdateTime>
</d2p1:C_Sheet_DepositDetail>
<d2p1:C_Sheet_DepositDetail>
<d2p1:AddTime>2025-12-04T00:31:42.5769477+08:00</d2p1:AddTime>
<d2p1:AddUser>sample string 18</d2p1:AddUser>
<d2p1:Description>sample string 19</d2p1:Description>
<d2p1:ID>sample string 1</d2p1:ID>
<d2p1:InOutQnty>13</d2p1:InOutQnty>
<d2p1:InOutType>6</d2p1:InOutType>
<d2p1:ItemID>sample string 7</d2p1:ItemID>
<d2p1:ItemNO>sample string 8</d2p1:ItemNO>
<d2p1:ItemName>sample string 9</d2p1:ItemName>
<d2p1:LastQnty>14</d2p1:LastQnty>
<d2p1:OutSheetNO>sample string 5</d2p1:OutSheetNO>
<d2p1:PlaceNO>sample string 10</d2p1:PlaceNO>
<d2p1:PlaceName>sample string 11</d2p1:PlaceName>
<d2p1:Price>15</d2p1:Price>
<d2p1:SheetID>sample string 3</d2p1:SheetID>
<d2p1:SheetNO>sample string 4</d2p1:SheetNO>
<d2p1:ShopID>sample string 2</d2p1:ShopID>
<d2p1:Status>16</d2p1:Status>
<d2p1:Unit>sample string 12</d2p1:Unit>
<d2p1:UpdateTime>QEA=</d2p1:UpdateTime>
</d2p1:C_Sheet_DepositDetail>
</depositDetails>
</Deposit_TempDto>
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.