DownloadForm8453EMP
Downloads Form 8453 EMP by Record Id.
GET Form941SCHR/DownloadForm8453EMP
Request Body
Field | Type | Description |
---|---|---|
RecordId | Guid | Unique identifier of a record. |
Response Body
Field | Type | Description |
---|---|---|
StatusCode | number | Returns the HTTP status codes like 200,300 etc. |
StatusName | string | Name of the status code. |
StatusMessage | string | Detailed status message. |
RecordId | Guid | Unique identifier of a record. |
Form8453EMP | byte[] | Pulls the byte array of Form-8453 pdf records with Success and Error statuses. |
Errors | object[] | Shows detailed error information. |
Id | string | Returns the validation error id. |
Name | string | Name of the validation error. |
Message | string | Description of the validation error. |
Request JSON
Form941SCHR/DownloadForm8453EMP?RecordId=0db86232-dca7-4ac2-9d31-6d4fb7087909
Response JSON
{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"RecordId": "0db86232-dca7-4ac2-9d31-6d4fb7087909",
"Form8453EMPPdf": "QEA==",
"Errors": null
}