POST api/frmanalysebs/SetConfigSetsByCategory
Request Information
URI Parameters
None.
Body Parameters
EntBasRpcustomsConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CompanyCode | string |
None. |
|
| LoginName | string |
None. |
|
| Category | string |
None. |
|
| RpCustomSets | string |
None. |
|
| CreateTime | date |
None. |
|
| CreateBy | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"companyCode": "sample string 2",
"loginName": "sample string 3",
"category": "sample string 4",
"rpCustomSets": "sample string 5",
"createTime": "2025-12-07 14:17:51",
"createBy": "sample string 6",
"pageSize": 7,
"pageIndex": 8,
"totalCount": 9
}
application/xml, text/xml
Sample:
<EntBasRpcustomsConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>8</PageIndex> <PageSize>7</PageSize> <TotalCount>9</TotalCount> <Category>sample string 4</Category> <CompanyCode>sample string 2</CompanyCode> <CreateBy>sample string 6</CreateBy> <CreateTime>2025-12-07T14:17:51.3762644+08:00</CreateTime> <Id>1</Id> <LoginName>sample string 3</LoginName> <RpCustomSets>sample string 5</RpCustomSets> </EntBasRpcustomsConfig>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.