POST api/heBaseConfig/SaveBaseConfig
Request Information
URI Parameters
None.
Body Parameters
EntBasCustomerDefaultconfig| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerCode | string |
None. |
|
| AppAdress | string |
None. |
|
| ControlName | string |
None. |
|
| ControleVal | string |
None. |
|
| ControlType | string |
None. |
|
| CreateUser | string |
None. |
|
| CreateDate | date |
None. |
|
| CtrlShowText | string |
None. |
|
| PageText | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"customerCode": "sample string 2",
"appAdress": "sample string 3",
"controlName": "sample string 4",
"controleVal": "sample string 5",
"controlType": "sample string 6",
"createUser": "sample string 7",
"createDate": "2025-10-31 00:19:20",
"ctrlShowText": "sample string 8",
"pageText": "sample string 9",
"pageSize": 10,
"pageIndex": 11,
"totalCount": 12
}
application/xml, text/xml
Sample:
<EntBasCustomerDefaultconfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>11</PageIndex> <PageSize>10</PageSize> <TotalCount>12</TotalCount> <AppAdress>sample string 3</AppAdress> <ControlName>sample string 4</ControlName> <ControlType>sample string 6</ControlType> <ControleVal>sample string 5</ControleVal> <CreateDate>2025-10-31T00:19:20.6545482+08:00</CreateDate> <CreateUser>sample string 7</CreateUser> <CtrlShowText>sample string 8</CtrlShowText> <CustomerCode>sample string 2</CustomerCode> <Id>1</Id> <PageText>sample string 9</PageText> </EntBasCustomerDefaultconfig>
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>