POST FilingsApi/EditFiling

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
Id

Submission Id

long

Required

SessionId

Session GUID

string

Required

FilerEmailAddress

Filer Email address

string

Required

Request Formats

application/json, text/json

Sample:

{

"SessionId":"11d0fe6b-c9da-432a-91ea-34606c36e29d",
 "FilerEmailAddress": "sirishapettela@gmail.com",
"Id":17463



}



                        

Response Information

Response Formats

application/json, text/json

Sample:
					{
    "CaseId": 15035,
    "MatterNumber": null,
    "CaseTrackingId": "a41c7764-f271-4121-80e9-656f6e5e1c8a",
    "CaseDocketId": "sritest170920171647",
    "IsCaseDocket": false,
    "IsOriginalPetition": false,
    "IsFilerIndividual": false,
    "Location": "bexar:dc",
    "County": null,
    "Title": null,
    "FilerType": "212707",
    "AttorneyOfRecord": "fa870480-a890-4215-8185-85f3c8cd616e",
    "AttorneyOfRecordName": "test 2292017713",
    "FilingType": 1,
    "PaymentAccount": "c3e71ac4-bc93-4675-ac02-880e3f7aed44",
    "PaymentAccountName": "presstest",
    "Category": "150732",
    "CategoryText": "Civil - Contract",
    "ProcedureRemedyCodes": null,
    "DamageAmountCode": null,
    "CaseType": "150756",
    "IsRetryFiling": false,
    "CaseTypeText": "Debt/Contract - Consumer/DTPA",
    "LocationText": "Bexar County - District Clerk",
    "EntityName": null,
    "IsEntitySearch": false,
    "IsPerson": true,
    "ClientMatterNumberRequired": true,
    "CasePartiesSelectList": [
        {
            "Selected": false,
            "Text": "test  123",
            "Value": "21437"
        },
        {
            "Selected": false,
            "Text": "test  456",
            "Value": "21438"
        }
    ],
    "SelectedCaseParty": null,
    "IsNonIndexed": false,
    "AllowNonIndexCase": true,
    "Statekey": null,
    "DefaultCountryKey": null
}