GET api/LesseeKey/GetLesseeKeyInfoByCodeCategory?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}&CodeCategory={CodeCategory}
获取租户字典
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. |
| CodeCategory | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfIEnumerableOfLesseeKeyInfoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | ReturnCode |
None. |
|
| Message | string |
None. |
|
| Data | Collection of LesseeKeyInfoDTO |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 1",
"Data": [
{
"CodeCategory": "sample string 1",
"Key": "sample string 2",
"Value": "sample string 3",
"Order": "sample string 4",
"Remark": "sample string 5",
"KeyGroup": "sample string 6",
"Text": "sample string 7"
},
{
"CodeCategory": "sample string 1",
"Key": "sample string 2",
"Value": "sample string 3",
"Order": "sample string 4",
"Remark": "sample string 5",
"KeyGroup": "sample string 6",
"Text": "sample string 7"
}
]
}
application/xml, text/xml
Sample:
<ResultModelOfArrayOfLesseeKeyInfoDTOGr4_PFgLG 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.App.WebAPI.Areas.MDM.Models">
<d2p1:LesseeKeyInfoDTO>
<d2p1:CodeCategory>sample string 1</d2p1:CodeCategory>
<d2p1:Key>sample string 2</d2p1:Key>
<d2p1:KeyGroup>sample string 6</d2p1:KeyGroup>
<d2p1:Order>sample string 4</d2p1:Order>
<d2p1:Remark>sample string 5</d2p1:Remark>
<d2p1:Text>sample string 7</d2p1:Text>
<d2p1:Value>sample string 3</d2p1:Value>
</d2p1:LesseeKeyInfoDTO>
<d2p1:LesseeKeyInfoDTO>
<d2p1:CodeCategory>sample string 1</d2p1:CodeCategory>
<d2p1:Key>sample string 2</d2p1:Key>
<d2p1:KeyGroup>sample string 6</d2p1:KeyGroup>
<d2p1:Order>sample string 4</d2p1:Order>
<d2p1:Remark>sample string 5</d2p1:Remark>
<d2p1:Text>sample string 7</d2p1:Text>
<d2p1:Value>sample string 3</d2p1:Value>
</d2p1:LesseeKeyInfoDTO>
</Data>
<Message>sample string 1</Message>
</ResultModelOfArrayOfLesseeKeyInfoDTOGr4_PFgLG>