GET api/irs1099exports/{year}/completed
Retrieves all completed 1099 exports for the provided year
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| year |
[Required]Year |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of IrsCompletedExportViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Export Id |
integer |
None. |
| Year |
Tax Year |
integer |
None. |
| TIN |
Federal Tax Id |
string |
None. |
| ControlCode |
TCC Code, Transmit Control Code |
string |
None. |
| CreatedBy |
Creator(User) |
integer |
None. |
| CreatedOn |
Date of creation |
date |
None. |
| FileName |
Export file name |
string |
None. |
| TotalItemCount |
This is the total item count when adding all the item counts from all the detail records |
integer |
None. |
| Details |
List of details(entities) for the export |
Collection of IrsCompletedExportDetailViewModel |
None. |