POST FilingsApi/UpdateFax
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId |
Session GUID |
string |
Required |
| Id |
As FaxId |
long |
Required |
| FilerEmailAddress |
Filer Email address |
string |
Required |
RecipeintName |
RecipeintName Cannot be Null |
string |
Optional |
| RecipeintNumber |
Recipeint Number Cannot be Null |
string |
Optional |
| SubmissionId |
Filings response Id as submissionId. |
long |
Required |
Request Formats
application/json, text/json
Sample:
{
"SessionId": "7d93758d-9d5e-4f02-b73d-ebd888f5f51e",
"FilerEmailAddress":"sirishapettela@gmail.com",
"RecipeintName":"ramkri",
"RecipeintNumber":"1234567",
"SubmissionId":16602,
"Id":760
}
Response Information
Response Formats
application/json, text/json
Sample:
{
"Id": 16602,
"Submission_Id": "182472",
"Submission_Date_and_Time": "08/07/17 09:30 AM CDST",
"Submission_Status": "cancelled",
"Filing_Acceptance_Date_and_Time": "",
"Filing_Post_Date_and_Time": "08/07/17 09:30 AM CDST",
"Clerk_Notes": null,
"Filing_Comments": null,
"Filing_Code": "Affidavit of Inability to Pay",
"Type": "eFile & eServe",
"Cancelled_By": "",
"Cancelled_Time": "",
"Rejected_Reason": null,
"Case_Infromation": {
"Case_Title": null,
"Location": "Bexar County - County Clerk",
"Client_ID": "221",
"Location_Code": "",
"Court": "",
"Attroney": "Rose Attroney",
"Case_Category": "Civil - Contract",
"Filer": "Sirisha S Pettela",
"Case_Type": "Debt/Contract - Consumer/DTPA",
"Payment_Account": "",
"Case_Number": null
},
"Court_Services_Requested": [],
"Parties": [
{
"Party_Type": "Defendant",
"Name": "test 21213",
"Attroney": null
},
{
"Party_Type": "Plaintiff",
"Name": "TEST one",
"Attroney": "Rose Attroney"
}
],
"Documents": [
{
"Document_Name": "4 Pages Searchable.pdf",
"Type": "Lead Document",
"Security": "Does not contain sensitive data",
"Stamped_Document": null,
"Document_Id": 31962,
"Stamped_Document_Id": 0
},
{
"Document_Name": "4 Pages Searchable.pdf",
"Type": "Attachments",
"Security": "Does not contain sensitive data",
"Stamped_Document": null,
"Document_Id": 31964,
"Stamped_Document_Id": 0
}
],
"Firm_Service_Contacts": [
{
"Name": "Tes 00",
"Email_Address": "00@re.com"
},
{
"Name": "Rose 001",
"Email_Address": "roseondotnet@gmail.com"
},
{
"Name": "test01 013",
"Email_Address": "test01@gmail.com"
}
],
"Filing_eService_Recipients": [
{
"Status_Code": "Failed",
"Name": "gfsdfdsf dsfsd",
"Email": "dfsdf@mail.com",
"Served": null,
"Opened": null
},
{
"Status_Code": "Sent",
"Name": "rammi dfgdfg",
"Email": "shifa@mailinator.com",
"Served": "08/07/17 09:37 AM CDST",
"Opened": null
},
{
"Status_Code": "Sent",
"Name": "sdfsdaf dsfdsfdsf",
"Email": "sdfds@mailinator.com",
"Served": "08/07/17 09:37 AM CDST",
"Opened": null
},
{
"Status_Code": "Failed",
"Name": "TEST B",
"Email": "TESTER@k.com",
"Served": null,
"Opened": null
}
],
"Fax_Service": [
{
"Fax_Id": 760,
"Recipient_Name": "ramkri",
"Fax_Number": "1234567",
"Pages_Sent": "0",
"Status_Code": "Sending",
"Delivery_Time": "08/07/2017 10:36 AM"
}
],
"Fees_Breakdown": {
"Filing_Fees": [
{
"Filing_Code_Desc": "Affidavit of Inability to Pay",
"Filing_Fee": "$0",
"Optional_Service_Fees": "$0",
"Show_Case_Initiation_Fee": false,
"Optional_Services": null,
"Total_Fee_For_This_Filing": "$0"
}
],
"Total_Court_Fees": "$0",
"Show_Total_Court_Fees": false,
"Service_Fee": "$0",
"Total_Filing_Fee": "$0",
"Case_Initiation_Fee": "$0",
"Submission_Fees": {
"Court_Service_Fee": "$0",
"eFiling_Manager_Convenience_Fee": "$7.08",
"FileTime_Service_Fee": "$2.99",
"Sales_Tax_on_FileTime_Fee": "$0",
"Total_Submission_Fees": "$10.07",
"Total_Fees_for_this_Submission": "$10.07"
},
"Billing_Slip_Details": {
"Filing_Code_Desc": null,
"Court_Fee": 0,
"eFiling_Manger_Fee": 0,
"Total_Filing_Fee": 0
},
"Credit_Card_Information_Breakdown": {
"Jurisdiction_Fee": "$7.08",
"eFiling_Manager_Fee": "$2.99",
"Billing_Time_and_Date": 0,
"Show_Biling_Time_And_Date": 0,
"Paid_Notes": null,
"Show_Paid_Notes": false,
"Notes": "The above fees are estimates only and are subject to change after clerk review. You should not use this page for billing purposes. Your firm eFiling Administrator should run a billing report under Admin > Reports.",
"Show_Notes": true
}
}
}