DownloadForm8453EMP
Downloads Form 8453 EMP by Record Id.
Get Form940SchR/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 |
Form8453EMPPdf | byte[] | Pulls the byte array of Form-8453 pdf records with Success and Error statuses |
Errors | object[] | Shows detailed error information. |
Code | string | Returns the validation error code. |
Name | string | Name of the validation error. |
Message | string | Description of the validation error. |
Type | string | Type of validation error. |
Request JSON
Form940SCHR/DownloadForm8453EMP?RecordId=0593adf3-4bcf-4ba6-98f4-1e76805a03e8
Response JSON
{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"RecordId": "6dfef967-e3b5-4f53-886f-a52099c72422",
"Form8453EMPPdf": "We've successfully received your Form 8453 PDF",
"Errors": null
}