GET LookUpApi/FilingComponentCodes?filingCode={filingCode}&SubmissionId={SubmissionId}&SessionId={SessionId}&PageNumber={PageNumber}&PageSize={PageSize}&Term={Term}&Code={Code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId |
Session GUID |
string |
Required |
| filingCode |
filing Code |
string |
Required |
| SubmissionId |
SubmissionId |
long |
Required |
| PageNumber |
Page Number |
integer |
Required |
| PageSize |
Page Size |
integer |
Required |
| Term |
Term |
string |
Optional |
| Code |
Code |
string |
Optional |
Body Parameters
None.
Response Information
Response Formats
application/json, text/json
Sample:
{
"FilingComponentCodes": [
{
"Id": 0,
"Location": null,
"EfmFilingLookupType": {
"Id": 0,
"Location": {
"Code": "bexar:dc",
"Name": "Bexar County - District Clerk",
"FilingType": 3,
"AllowInitial": false,
"AllowSubsequent": false,
"AllowMultipleAttorneys": false,
"OdysseyNodeId": "4701",
"CMSId": "1685",
"SupportedCaseType": null,
"AllowNonIndexCase": true,
"LookupURL": null,
"CaseTypeLookups": null,
"AllowableCardTypes": "MASTERCARD,VISA,AMEX,DISCOVER,CHECKING",
"SendServiceBeforeReview": true,
"ParentNodeID": "bexar",
"IsCounty": false,
"RestrictBankAccountPayment": false,
"IsActive": true
},
"Category": null,
"CaseType": null,
"CategoryCode": null,
"CaseTypeCode": null,
"EfmId": "201570",
"Code": "201570",
"Name": "Affidavit of Indigency ",
"Fee": 0,
"Level": 3,
"OptionalServiceCodes": null,
"IsCourtUseOnly": false,
"CivilClaimAmount": "Not Available",
"ProbateEstateAmount": "Not Available",
"UseDueDate": false
},
"Code": "331",
"Name": "Attachments",
"IsRequired": false,
"AllowMultiple": true
},
{
"Id": 0,
"Location": null,
"EfmFilingLookupType": {
"Id": 0,
"Location": {
"Code": "bexar:dc",
"Name": "Bexar County - District Clerk",
"FilingType": 3,
"AllowInitial": false,
"AllowSubsequent": false,
"AllowMultipleAttorneys": false,
"OdysseyNodeId": "4701",
"CMSId": "1685",
"SupportedCaseType": null,
"AllowNonIndexCase": true,
"LookupURL": null,
"CaseTypeLookups": null,
"AllowableCardTypes": "MASTERCARD,VISA,AMEX,DISCOVER,CHECKING",
"SendServiceBeforeReview": true,
"ParentNodeID": "bexar",
"IsCounty": false,
"RestrictBankAccountPayment": false,
"IsActive": true
},
"Category": null,
"CaseType": null,
"CategoryCode": null,
"CaseTypeCode": null,
"EfmId": "201570",
"Code": "201570",
"Name": "Affidavit of Indigency ",
"Fee": 0,
"Level": 3,
"OptionalServiceCodes": null,
"IsCourtUseOnly": false,
"CivilClaimAmount": "Not Available",
"ProbateEstateAmount": "Not Available",
"UseDueDate": false
},
"Code": "332",
"Name": "Lead Document",
"IsRequired": true,
"AllowMultiple": false
}
],
"TotalRecordCount": 2,
"PageNumber": 0,
"PageSize": 20
}