POST api/practicalstock/insert
Request Information
URI Parameters
None.
Body Parameters
EntGoldenRealHead| Name | Description | Type | Additional information |
|---|---|---|---|
| GoodsTypeCn | string |
None. |
|
| ID | integer |
None. |
|
| EmsNo | string |
None. |
|
| CreateUser | string |
None. |
|
| CreateTime | date |
None. |
|
| UpdateTime | date |
None. |
|
| UpdateUser | string |
None. |
|
| CollectName | string |
None. |
|
| CollectStartdate | date |
None. |
|
| CollectEnddate | date |
None. |
|
| Remark | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"goodsTypeCn": "sample string 1",
"id": 2,
"emsNo": "sample string 3",
"createUser": "sample string 4",
"createTime": "2025-11-07 05:12:01",
"updateTime": "2025-11-07 05:12:01",
"updateUser": "sample string 5",
"collectName": "sample string 6",
"collectStartdate": "2025-11-07 05:12:01",
"collectEnddate": "2025-11-07 05:12:01",
"remark": "sample string 7",
"pageSize": 8,
"pageIndex": 9,
"totalCount": 10
}
application/xml, text/xml
Sample:
<EntGoldenRealHead xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>9</PageIndex> <PageSize>8</PageSize> <TotalCount>10</TotalCount> <CollectEnddate>2025-11-07T05:12:01.2295622+08:00</CollectEnddate> <CollectName>sample string 6</CollectName> <CollectStartdate>2025-11-07T05:12:01.2295622+08:00</CollectStartdate> <CreateTime>2025-11-07T05:12:01.2295622+08:00</CreateTime> <CreateUser>sample string 4</CreateUser> <EmsNo>sample string 3</EmsNo> <GoodsTypeCn>sample string 1</GoodsTypeCn> <ID>2</ID> <Remark>sample string 7</Remark> <UpdateTime>2025-11-07T05:12:01.2295622+08:00</UpdateTime> <UpdateUser>sample string 5</UpdateUser> </EntGoldenRealHead>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": 3,
"message": "sample string 4"
}
application/xml, text/xml
Sample:
<ReturnResultOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data>3</Data> <Message>sample string 4</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfint>