POST api/entry/SaveBusinessContainer
Request Information
URI Parameters
None.
Body Parameters
EntTgBusinessContainer| Name | Description | Type | Additional information | 
|---|---|---|---|
| Guid | integer | 
                             None.  | 
                |
| HeadGuid | integer | 
                             None.  | 
                |
| GNo | string | 
                             None.  | 
                |
| ContainerNo | string | 
                             None.  | 
                |
| ContainerModel | string | 
                             None.  | 
                |
| ContainerWeight | decimal number | 
                             None.  | 
                |
| EntryId | string | 
                             None.  | 
                |
| GoodsNo | string | 
                             None.  | 
                |
| LclFlag | string | 
                             None.  | 
                |
| GoodsContaWt | decimal number | 
                             None.  | 
                |
| CreateDate | date | 
                             None.  | 
                |
| CreateUser | string | 
                             None.  | 
                |
| PageSize | integer | 
                             None.  | 
                |
| PageIndex | integer | 
                             None.  | 
                |
| TotalCount | integer | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "guid": 1,
  "headGuid": 2,
  "gNo": "sample string 3",
  "containerNo": "sample string 4",
  "containerModel": "sample string 5",
  "containerWeight": 6.0,
  "entryId": "sample string 7",
  "goodsNo": "sample string 8",
  "lclFlag": "sample string 9",
  "goodsContaWt": 10.0,
  "createDate": "2025-11-04 13:20:28",
  "createUser": "sample string 11",
  "pageSize": 12,
  "pageIndex": 13,
  "totalCount": 14
}
        application/xml, text/xml
            Sample:
        <EntTgBusinessContainer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>13</PageIndex> <PageSize>12</PageSize> <TotalCount>14</TotalCount> <ContainerModel>sample string 5</ContainerModel> <ContainerNo>sample string 4</ContainerNo> <ContainerWeight>6</ContainerWeight> <CreateDate>2025-11-04T13:20:28.4303781+08:00</CreateDate> <CreateUser>sample string 11</CreateUser> <EntryId>sample string 7</EntryId> <GNo>sample string 3</GNo> <GoodsContaWt>10</GoodsContaWt> <GoodsNo>sample string 8</GoodsNo> <Guid>1</Guid> <HeadGuid>2</HeadGuid> <LclFlag>sample string 9</LclFlag> </EntTgBusinessContainer>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
ReturnResultOfString| Name | Description | Type | Additional information | 
|---|---|---|---|
| Status | integer | 
                             None.  | 
                |
| Success | boolean | 
                             None.  | 
                |
| Data | string | 
                             None.  | 
                |
| Message | string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "status": 1,
  "success": true,
  "data": "sample string 3",
  "message": "sample string 4"
}
        application/xml, text/xml
            Sample:
<ReturnResultOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data>sample string 3</Data> <Message>sample string 4</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfstring>