POST api/FeeActivity/GetFeeFormControlConfig?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}
获取费用表单控件配置
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DomainId |
域Id |
globally unique identifier |
None. |
| AccountId |
账户Id |
globally unique identifier |
None. |
| PersonId |
人员Id |
globally unique identifier |
None. |
Body Parameters
Collection of stringRequest Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]
application/xml, text/xml
Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <string>sample string 1</string> <string>sample string 2</string> </ArrayOfstring>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfListOfFeeFormControlConfigDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | ReturnCode |
None. |
|
| Message | string |
None. |
|
| Data | Collection of FeeFormControlConfigDto |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<ResultModelOfArrayOfFeeFormControlConfigDtocLJEwkTE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility">
<Code>Success</Code>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity.DTO.ApiDTO">
<d2p1:FeeFormControlConfigDto>
<d2p1:AttrType>1</d2p1:AttrType>
<d2p1:BusinessTypeID>2cbe686c-1acc-41d7-967a-8f0d30f05a4e</d2p1:BusinessTypeID>
<d2p1:ContentControlSetting>sample string 9</d2p1:ContentControlSetting>
<d2p1:CreateAccountID>sample string 4</d2p1:CreateAccountID>
<d2p1:CreateDateTime>2025-12-17T05:43:20.5872705+08:00</d2p1:CreateDateTime>
<d2p1:CreatePersonID>sample string 3</d2p1:CreatePersonID>
<d2p1:CtlTip>sample string 7</d2p1:CtlTip>
<d2p1:CtlTypeKey>sample string 10</d2p1:CtlTypeKey>
<d2p1:DefValue>sample string 8</d2p1:DefValue>
<d2p1:DomainID>7bb89825-9a3c-4799-9560-cec0b341f38d</d2p1:DomainID>
<d2p1:FieldName>sample string 5</d2p1:FieldName>
<d2p1:IsAsListAPP>true</d2p1:IsAsListAPP>
<d2p1:IsAsListWeb>true</d2p1:IsAsListWeb>
<d2p1:IsCanBeEditedApp>true</d2p1:IsCanBeEditedApp>
<d2p1:IsDelete>true</d2p1:IsDelete>
<d2p1:IsRequiredFill>true</d2p1:IsRequiredFill>
<d2p1:IsValid>true</d2p1:IsValid>
<d2p1:LableText>sample string 6</d2p1:LableText>
<d2p1:LastUpdateAccountID>sample string 2</d2p1:LastUpdateAccountID>
<d2p1:LastUpdateDateTime>2025-12-17T05:43:20.5872705+08:00</d2p1:LastUpdateDateTime>
<d2p1:LastUpdatePersonID>sample string 1</d2p1:LastUpdatePersonID>
<d2p1:LesseeCodeCategory>sample string 11</d2p1:LesseeCodeCategory>
<d2p1:OrderForApp>1</d2p1:OrderForApp>
<d2p1:TID>40e91721-be90-4c7b-b3cd-6248df4fbd39</d2p1:TID>
<d2p1:Value />
</d2p1:FeeFormControlConfigDto>
<d2p1:FeeFormControlConfigDto>
<d2p1:AttrType>1</d2p1:AttrType>
<d2p1:BusinessTypeID>2cbe686c-1acc-41d7-967a-8f0d30f05a4e</d2p1:BusinessTypeID>
<d2p1:ContentControlSetting>sample string 9</d2p1:ContentControlSetting>
<d2p1:CreateAccountID>sample string 4</d2p1:CreateAccountID>
<d2p1:CreateDateTime>2025-12-17T05:43:20.5872705+08:00</d2p1:CreateDateTime>
<d2p1:CreatePersonID>sample string 3</d2p1:CreatePersonID>
<d2p1:CtlTip>sample string 7</d2p1:CtlTip>
<d2p1:CtlTypeKey>sample string 10</d2p1:CtlTypeKey>
<d2p1:DefValue>sample string 8</d2p1:DefValue>
<d2p1:DomainID>7bb89825-9a3c-4799-9560-cec0b341f38d</d2p1:DomainID>
<d2p1:FieldName>sample string 5</d2p1:FieldName>
<d2p1:IsAsListAPP>true</d2p1:IsAsListAPP>
<d2p1:IsAsListWeb>true</d2p1:IsAsListWeb>
<d2p1:IsCanBeEditedApp>true</d2p1:IsCanBeEditedApp>
<d2p1:IsDelete>true</d2p1:IsDelete>
<d2p1:IsRequiredFill>true</d2p1:IsRequiredFill>
<d2p1:IsValid>true</d2p1:IsValid>
<d2p1:LableText>sample string 6</d2p1:LableText>
<d2p1:LastUpdateAccountID>sample string 2</d2p1:LastUpdateAccountID>
<d2p1:LastUpdateDateTime>2025-12-17T05:43:20.5872705+08:00</d2p1:LastUpdateDateTime>
<d2p1:LastUpdatePersonID>sample string 1</d2p1:LastUpdatePersonID>
<d2p1:LesseeCodeCategory>sample string 11</d2p1:LesseeCodeCategory>
<d2p1:OrderForApp>1</d2p1:OrderForApp>
<d2p1:TID>40e91721-be90-4c7b-b3cd-6248df4fbd39</d2p1:TID>
<d2p1:Value />
</d2p1:FeeFormControlConfigDto>
</Data>
<Message>sample string 1</Message>
</ResultModelOfArrayOfFeeFormControlConfigDtocLJEwkTE>