POST FinancialDimensions/Lookups_Filter
Request Information
URI Parameters
None.
Body Parameters
LookupCategoryFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| LookupCategoryId | integer |
None. |
|
| LookupCategories | Collection of LKP_LookupCategory |
None. |
|
| LKP_LookupCategory | LKP_LookupCategory |
None. |
|
| LKP_Lookups | Collection of LKP_Lookup |
None. |
|
| LKP_Lookup | LKP_Lookup |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| PrimaryName | string |
None. |
|
| SecondaryName | string |
None. |
|
| CanAddCanEdit | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"LookupCategoryId": 1,
"LookupCategories": [
{
"Id": 1,
"PrimaryName": "sample string 2",
"SecondaryName": "sample string 3",
"CreatedBy": 1,
"CreatedDate": "2025-10-29T05:54:23.5282453+03:00",
"UpdatedBy": 1,
"UpdatedDate": "2025-10-29T05:54:23.5282453+03:00",
"IsDeleted": true,
"CanAddCanEdit": true
},
{
"Id": 1,
"PrimaryName": "sample string 2",
"SecondaryName": "sample string 3",
"CreatedBy": 1,
"CreatedDate": "2025-10-29T05:54:23.5282453+03:00",
"UpdatedBy": 1,
"UpdatedDate": "2025-10-29T05:54:23.5282453+03:00",
"IsDeleted": true,
"CanAddCanEdit": true
}
],
"LKP_LookupCategory": {
"Id": 1,
"PrimaryName": "sample string 2",
"SecondaryName": "sample string 3",
"CreatedBy": 1,
"CreatedDate": "2025-10-29T05:54:23.5282453+03:00",
"UpdatedBy": 1,
"UpdatedDate": "2025-10-29T05:54:23.5282453+03:00",
"IsDeleted": true,
"CanAddCanEdit": true
},
"LKP_Lookups": [
{
"Id": 1,
"LookupCategoryId": 2,
"PrimaryName": "sample string 3",
"SecondaryName": "sample string 4",
"Code": "sample string 5",
"CreatedBy": 1,
"CreatedDate": "2025-10-29T05:54:23.5282453+03:00",
"UpdatedBy": 1,
"UpdatedDate": "2025-10-29T05:54:23.5282453+03:00",
"IsDeleted": true,
"Name": "sample string 7"
},
{
"Id": 1,
"LookupCategoryId": 2,
"PrimaryName": "sample string 3",
"SecondaryName": "sample string 4",
"Code": "sample string 5",
"CreatedBy": 1,
"CreatedDate": "2025-10-29T05:54:23.5282453+03:00",
"UpdatedBy": 1,
"UpdatedDate": "2025-10-29T05:54:23.5282453+03:00",
"IsDeleted": true,
"Name": "sample string 7"
}
],
"LKP_Lookup": {
"Id": 1,
"LookupCategoryId": 2,
"PrimaryName": "sample string 3",
"SecondaryName": "sample string 4",
"Code": "sample string 5",
"CreatedBy": 1,
"CreatedDate": "2025-10-29T05:54:23.5282453+03:00",
"UpdatedBy": 1,
"UpdatedDate": "2025-10-29T05:54:23.5282453+03:00",
"IsDeleted": true,
"Name": "sample string 7"
},
"PageNumber": 2,
"PageSize": 3,
"PrimaryName": "sample string 4",
"SecondaryName": "sample string 5",
"CanAddCanEdit": true
}
application/xml, text/xml
Sample:
<LookupCategoryFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO">
<CanAddCanEdit>true</CanAddCanEdit>
<LKP_Lookup>
<Code>sample string 5</Code>
<CreatedBy>1</CreatedBy>
<CreatedDate>2025-10-29T05:54:23.5282453+03:00</CreatedDate>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<LookupCategoryId>2</LookupCategoryId>
<Name>sample string 7</Name>
<PrimaryName>sample string 3</PrimaryName>
<SecondaryName>sample string 4</SecondaryName>
<UpdatedBy>1</UpdatedBy>
<UpdatedDate>2025-10-29T05:54:23.5282453+03:00</UpdatedDate>
</LKP_Lookup>
<LKP_LookupCategory>
<CanAddCanEdit>true</CanAddCanEdit>
<CreatedBy>1</CreatedBy>
<CreatedDate>2025-10-29T05:54:23.5282453+03:00</CreatedDate>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<PrimaryName>sample string 2</PrimaryName>
<SecondaryName>sample string 3</SecondaryName>
<UpdatedBy>1</UpdatedBy>
<UpdatedDate>2025-10-29T05:54:23.5282453+03:00</UpdatedDate>
</LKP_LookupCategory>
<LKP_Lookups>
<LKP_Lookup>
<Code>sample string 5</Code>
<CreatedBy>1</CreatedBy>
<CreatedDate>2025-10-29T05:54:23.5282453+03:00</CreatedDate>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<LookupCategoryId>2</LookupCategoryId>
<Name>sample string 7</Name>
<PrimaryName>sample string 3</PrimaryName>
<SecondaryName>sample string 4</SecondaryName>
<UpdatedBy>1</UpdatedBy>
<UpdatedDate>2025-10-29T05:54:23.5282453+03:00</UpdatedDate>
</LKP_Lookup>
<LKP_Lookup>
<Code>sample string 5</Code>
<CreatedBy>1</CreatedBy>
<CreatedDate>2025-10-29T05:54:23.5282453+03:00</CreatedDate>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<LookupCategoryId>2</LookupCategoryId>
<Name>sample string 7</Name>
<PrimaryName>sample string 3</PrimaryName>
<SecondaryName>sample string 4</SecondaryName>
<UpdatedBy>1</UpdatedBy>
<UpdatedDate>2025-10-29T05:54:23.5282453+03:00</UpdatedDate>
</LKP_Lookup>
</LKP_Lookups>
<LookupCategories>
<LKP_LookupCategory>
<CanAddCanEdit>true</CanAddCanEdit>
<CreatedBy>1</CreatedBy>
<CreatedDate>2025-10-29T05:54:23.5282453+03:00</CreatedDate>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<PrimaryName>sample string 2</PrimaryName>
<SecondaryName>sample string 3</SecondaryName>
<UpdatedBy>1</UpdatedBy>
<UpdatedDate>2025-10-29T05:54:23.5282453+03:00</UpdatedDate>
</LKP_LookupCategory>
<LKP_LookupCategory>
<CanAddCanEdit>true</CanAddCanEdit>
<CreatedBy>1</CreatedBy>
<CreatedDate>2025-10-29T05:54:23.5282453+03:00</CreatedDate>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<PrimaryName>sample string 2</PrimaryName>
<SecondaryName>sample string 3</SecondaryName>
<UpdatedBy>1</UpdatedBy>
<UpdatedDate>2025-10-29T05:54:23.5282453+03:00</UpdatedDate>
</LKP_LookupCategory>
</LookupCategories>
<LookupCategoryId>1</LookupCategoryId>
<PageNumber>2</PageNumber>
<PageSize>3</PageSize>
<PrimaryName>sample string 4</PrimaryName>
<SecondaryName>sample string 5</SecondaryName>
</LookupCategoryFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| IsScusses | boolean |
None. |
|
| ResponseDetails | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ErrorCode": 1,
"ErrorMessage": "sample string 2",
"IsScusses": true,
"ResponseDetails": {}
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accounting.API.Models"> <ErrorCode>1</ErrorCode> <ErrorMessage>sample string 2</ErrorMessage> <IsScusses>true</IsScusses> <ResponseDetails /> </Response>