POST FilingsApi/CaseInfoDetails
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId |
Session GUID |
string |
Required |
| FilerEmailAddress |
Filer Email address |
string |
Required |
| LocationCode |
LocationCode |
string |
Optionaltional |
| LocationName |
LocationName |
string |
Optionaltional |
| CategoryCode |
CategoryCode |
string |
Optionaltional |
| CategoryName |
CategoryName |
string |
Optionaltional |
| IsNewCase |
IsNewCase true or false |
bool |
Required |
Request Formats
application/json, text/json
Sample:
{
"SessionId":"11d0fe6b-c9da-432a-91ea-34606c36e29d",
"FilerEmailAddress":"sirishapettela@gmail.com",
"LocationCode":"bexar:dc",
"LocationName":"Bexar County - District Clerk",
"IsNewCase":true,
"CategoryCode":"150734",
"CategoryName":"Civil - Injury or Damage"
}
Response Information
Response Formats
application/json, text/json
Sample:
{
"LocationName": "Bexar County - District Clerk",
"LocationCode": "bexar:dc",
"CategoryCode": "150734",
"CategoryName": "Civil - Injury or Damage",
"CaseTypeCode": "142294",
"CaseTypeName": "Assault/Battery",
"Paymentaccount": "33648efd-ceb2-450b-9bb1-3ea6b89f3b6b",
"PaymentaccountName": "54127()",
"AttorneyRecord": "fa870480-a890-4215-8185-85f3c8cd616e",
"AttorneyRecordName": "2292017713, test ",
"DamageAmountCode": "160590",
"DamageAmountName": "Less than $100,000 and non-monetary relief",
"FilerTypeCode": "212707",
"FilerTypeName": "Attorney/Other (Required)",
"ECFCaseType": null,
"ProcedureRemedyInitial": null,
"ProcedureRemedySubsequent": null,
"DamageAmountInitial": null,
"DamageAmountSubsequent": null
}