POST api/entry/saveRequestCert
Request Information
URI Parameters
None.
Body Parameters
EntTgBusinessRequestcert| Name | Description | Type | Additional information |
|---|---|---|---|
| Guid | integer |
None. |
|
| AppCertCode | string |
None. |
|
| ApplOri | string |
None. |
|
| ApplCopyQuan | string |
None. |
|
| HeadGuid | integer |
None. |
|
| EntryId | string |
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",
"appCertCode": "sample string 2",
"applOri": "sample string 3",
"applCopyQuan": "sample string 4",
"headGuid": "5",
"entryId": "sample string 6",
"createDate": "2025-12-07 14:15:31",
"createUser": "sample string 7",
"pageSize": 8,
"pageIndex": 9,
"totalCount": 10
}
application/xml, text/xml
Sample:
<EntTgBusinessRequestcert 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> <AppCertCode>sample string 2</AppCertCode> <ApplCopyQuan>sample string 4</ApplCopyQuan> <ApplOri>sample string 3</ApplOri> <CreateDate>2025-12-07T14:15:31.4010423+08:00</CreateDate> <CreateUser>sample string 7</CreateUser> <EntryId>sample string 6</EntryId> <Guid>1</Guid> <HeadGuid>5</HeadGuid> </EntTgBusinessRequestcert>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfPagedResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | PagedResult |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": {
"totalCount": 1,
"items": {}
},
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultDN9A7J8d xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models">
<d2p1:items />
<d2p1:totalCount>1</d2p1:totalCount>
</Data>
<Message>sample string 3</Message>
<Status>1</Status>
<Success>true</Success>
</ReturnResultOfPagedResultDN9A7J8d>