GET LookUpApi/FilerTypes?locationLookup={locationLookup}&adminEmail={adminEmail}&SessionId={SessionId}&PageNumber={PageNumber}&PageSize={PageSize}&Term={Term}&Code={Code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId |
Session GUID |
string |
Required |
| locationLookup |
Location code |
string |
Required |
| adminEmail |
Filer email address |
string |
Required |
| PageNumber |
Page Number |
integer |
Required |
| PageSize |
Page Size |
integer |
Required |
| Term |
Term |
string |
Optional |
| Code |
FilerType Code |
string |
Optional |
Body Parameters
None.
Response Information
Response Formats
application/json, text/json
Sample:
{
"FilerTypes": [
{
"Selected": false,
"Name": "Attorney/Other (Required)",
"Code": "212707",
"IsRequired": false
},
{
"Selected": false,
"Name": "County Transfer Only (Required)",
"Code": "245041",
"IsRequired": false
},
{
"Selected": false,
"Name": "Linebarger (Required)",
"Code": "198002",
"IsRequired": false
},
{
"Selected": false,
"Name": "OAG/IV-D Filer (Required)",
"Code": "116554",
"IsRequired": false
}
],
"TotalRecordCount": 4,
"PageNumber": 0,
"PageSize": 20
}