Skip to main content
Version: 1.7.3

Status

GET Form8809/Status 
Run in Postman

Request Params

FieldTypeDescription
SubmissionIdGuidUnique identifier of a submission

Request Params

"Form8809/Status?SubmissionId=e88e7f1d-7ae5-43b6-99f6-38d85664035a"

Response Body

FieldTypeDescription
StatusCodenumberReturns the HTTP status codes like 200,300 etc.
StatusNamestringName of the status code
StatusMessagestringDetailed status message
SubmissionIdGuidUnique identifier of a submission
Form8809StatusstringReturns the 8809 status.
StatusTsstringReturns the date and time of the status last updated.
Errorsobject[]Shows detailed error information
    IdstringReturns the validation error code
    NamestringName of the validation error
    MessagestringDescription of the validation error

Response JSON

{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"SubmissionId": "000e9b21-c0fd-421c-867e-93ef54d37b33",
"Form8809Status": "Accepted",
"StatusTs": "2021-08-05 09:53:23 -04:00",
"Errors": null
}