POST FilingsApi/FaxServiceList
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId |
Session GUID |
string |
Required |
| Id |
Id |
long |
Optional |
| FilerEmailAddress |
Filer Email address |
string |
Required |
| SubmissionId |
Submission Id |
long |
Required |
| OrderBy |
Order By column name |
string |
Optional |
| OrderByDirection |
Order By Direction like Asc or Desc |
string |
Optional |
| FilterOperator |
Sort Filter Operator like StartsWith, Contians, IsEqualTo etc., |
string |
Optional |
| PageNumber |
Page Number |
integer |
Optional |
| PageSize |
Page Size |
integer |
Optional |
| FilterMember |
Sort Filter Member |
string |
Optional |
| FilterValue |
Sort Filter Value |
string |
Optional |
Request Formats
application/json, text/json
Sample:
{
"SessionId": "a5297ef2-740e-4004-b905-69cd00367a49",
"FilerEmailAddress": "sirishapettela@gmail.com",
"SubmissionId":17367
}
Response Information
Response Formats
application/json, text/json
Sample:
[
{
"Id": 900,
"RecipeintName": "kumar",
"RecipeintNumber": "123456789",
"eFaxID": 0,
"ResponseMessage": null,
"Status": null,
"PagesSent": 0,
"EmailNotificationDate": "0001-01-01T00:00:00",
"Submission": null,
"BaudRate": 0,
"Duration": 0,
"LastAttemptDate": null,
"LastAttempt": null,
"NextAttempt": null,
"PagesScheduled": 0,
"RemoteCSID": null,
"Retries": 0,
"MatterNumber": null,
"CauseNumber": null,
"Jurisdiction": null,
"FilingCode": null,
"Sender_FirstName": null,
"Recp_EmailAddress": null,
"Recp_Firm": null,
"ServedFiling": null,
"SubmissionType": null,
"ServedDate": null,
"SubmissionId": 0,
"FilingEFMId": null,
"EnvelopeId": null
},
{
"Id": 901,
"RecipeintName": "kumar",
"RecipeintNumber": "123456789",
"eFaxID": 0,
"ResponseMessage": null,
"Status": null,
"PagesSent": 0,
"EmailNotificationDate": "0001-01-01T00:00:00",
"Submission": null,
"BaudRate": 0,
"Duration": 0,
"LastAttemptDate": null,
"LastAttempt": null,
"NextAttempt": null,
"PagesScheduled": 0,
"RemoteCSID": null,
"Retries": 0,
"MatterNumber": null,
"CauseNumber": null,
"Jurisdiction": null,
"FilingCode": null,
"Sender_FirstName": null,
"Recp_EmailAddress": null,
"Recp_Firm": null,
"ServedFiling": null,
"SubmissionType": null,
"ServedDate": null,
"SubmissionId": 0,
"FilingEFMId": null,
"EnvelopeId": null
},
{
"Id": 902,
"RecipeintName": "raja",
"RecipeintNumber": "123456780",
"eFaxID": 0,
"ResponseMessage": null,
"Status": null,
"PagesSent": 0,
"EmailNotificationDate": "0001-01-01T00:00:00",
"Submission": null,
"BaudRate": 0,
"Duration": 0,
"LastAttemptDate": null,
"LastAttempt": null,
"NextAttempt": null,
"PagesScheduled": 0,
"RemoteCSID": null,
"Retries": 0,
"MatterNumber": null,
"CauseNumber": null,
"Jurisdiction": null,
"FilingCode": null,
"Sender_FirstName": null,
"Recp_EmailAddress": null,
"Recp_Firm": null,
"ServedFiling": null,
"SubmissionType": null,
"ServedDate": null,
"SubmissionId": 0,
"FilingEFMId": null,
"EnvelopeId": null
}
]