POST api/entry/saveGoodLimit
Request Information
URI Parameters
None.
Body Parameters
EntTgBusinessGoodslimitName | 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": "2024-11-21 16:49:38", "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>2024-11-21T16:49:38.8532832+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
ReturnResultOfInt32Name | 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>