POST api/entry/saveGoodLimit
Request Information
URI Parameters
None.
Body Parameters
EntTgBusinessGoodslimit| Name | Description | Type | Additional information |
|---|---|---|---|
| Guid | integer |
None. |
|
| EntryId | string |
None. |
|
| SeqNo | decimal number |
None. |
|
| LicTypeCode | string |
None. |
|
| LicenceNo | string |
None. |
|
| LicWrtofDetailNo | string |
None. |
|
| LicWrtofQty | string |
None. |
|
| HeadGuid | integer |
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",
"entryId": "sample string 2",
"seqNo": 3.0,
"licTypeCode": "sample string 4",
"licenceNo": "sample string 5",
"licWrtofDetailNo": "sample string 6",
"licWrtofQty": "sample string 7",
"headGuid": "8",
"createDate": "2025-10-31 00:28:04",
"createUser": "sample string 10",
"pageSize": 11,
"pageIndex": 12,
"totalCount": 13
}
application/xml, text/xml
Sample:
<EntTgBusinessGoodslimit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>12</PageIndex> <PageSize>11</PageSize> <TotalCount>13</TotalCount> <CreateDate>2025-10-31T00:28:04.4430307+08:00</CreateDate> <CreateUser>sample string 10</CreateUser> <EntryId>sample string 2</EntryId> <Guid>1</Guid> <HeadGuid>8</HeadGuid> <LicTypeCode>sample string 4</LicTypeCode> <LicWrtofDetailNo>sample string 6</LicWrtofDetailNo> <LicWrtofQty>sample string 7</LicWrtofQty> <LicenceNo>sample string 5</LicenceNo> <SeqNo>3</SeqNo> </EntTgBusinessGoodslimit>
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>