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
ResultModelOfListOfFeeFormControlConfigDtoName | 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>50800dbe-0932-4bf2-820d-49d78bc5899f</d2p1:BusinessTypeID> <d2p1:ContentControlSetting>sample string 9</d2p1:ContentControlSetting> <d2p1:CreateAccountID>sample string 4</d2p1:CreateAccountID> <d2p1:CreateDateTime>2025-07-23T07:26:36.9383972+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>78944ef2-c3cf-41e1-9133-4fbcca8c3be4</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-07-23T07:26:36.9383972+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>71ff0440-9ea7-4971-8f78-700fb6ba9fe3</d2p1:TID> <d2p1:Value /> </d2p1:FeeFormControlConfigDto> <d2p1:FeeFormControlConfigDto> <d2p1:AttrType>1</d2p1:AttrType> <d2p1:BusinessTypeID>50800dbe-0932-4bf2-820d-49d78bc5899f</d2p1:BusinessTypeID> <d2p1:ContentControlSetting>sample string 9</d2p1:ContentControlSetting> <d2p1:CreateAccountID>sample string 4</d2p1:CreateAccountID> <d2p1:CreateDateTime>2025-07-23T07:26:36.9383972+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>78944ef2-c3cf-41e1-9133-4fbcca8c3be4</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-07-23T07:26:36.9383972+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>71ff0440-9ea7-4971-8f78-700fb6ba9fe3</d2p1:TID> <d2p1:Value /> </d2p1:FeeFormControlConfigDto> </Data> <Message>sample string 1</Message> </ResultModelOfArrayOfFeeFormControlConfigDtocLJEwkTE>