Group IRS 1095B

Create IRS1095B

Creates a new IRS1095B

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
groupID
required
string

Group ID

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
group_ID
required
string [ 1 .. 20 ] characters

ID of the group filing the IRS 1095B form

tax_Year
required
string [ 1 .. 4 ] characters

Tax year for the filing of the IRS 1095B form

insurer_Business_Name_Control_Txt
string or null <= 4 characters

Business name (control text) of the insurer that covered the employee

insurer_Business_Name_Line1_Txt
string or null <= 75 characters

Business name (line 1) of the insurer that covered the employee

insurer_Business_Name_Line2_Txt
string or null <= 75 characters

Business name (line 2) of the insurer that covered the employee

insurer_Contact_Phone_Num
string or null <= 15 characters

Main contact phone number for the insurer

insurer_EIN
string or null <= 9 characters

EIN of the insurer

insurer_TIN_Request_Type_Cd
string or null <= 14 characters

Code specifying the insurers TIN request type

insurer_US_Address_Line1_Txt
string or null <= 35 characters

Business address (line 1) of the insurer that covered the employee

insurer_US_Address_Line2_Txt
string or null <= 35 characters

Business address (line 2) of the insurer that covered the employee

insurer_US_City
string or null <= 22 characters

City of the insurer that covered the employee

insurer_US_State
string or null <= 2 characters

State of the insurer that covered the employee

insurer_US_Zip
string or null <= 5 characters

5 digit Zip code of the insurer that covered the employee

insurer_US_Zip_4
string or null <= 4 characters

4 digit Zip code extenstion of the insurer that covered the employee

Responses
200

Success

401

Unauthorized

post/groups/{groupID}/1995b
Request samples
{
  • "group_ID": "string",
  • "tax_Year": "stri",
  • "insurer_Business_Name_Control_Txt": "stri",
  • "insurer_Business_Name_Line1_Txt": "string",
  • "insurer_Business_Name_Line2_Txt": "string",
  • "insurer_Contact_Phone_Num": "string",
  • "insurer_EIN": "string",
  • "insurer_TIN_Request_Type_Cd": "string",
  • "insurer_US_Address_Line1_Txt": "string",
  • "insurer_US_Address_Line2_Txt": "string",
  • "insurer_US_City": "string",
  • "insurer_US_State": "st",
  • "insurer_US_Zip": "strin",
  • "insurer_US_Zip_4": "stri"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List IRS1095B

Lists all IRS1095B for the given groupID

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
groupID
required
string

Group ID

query Parameters
page
integer <int32>
Default: 1

Page

pageSize
integer <int32>
Default: 100

Page Size

sortBy
string

Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., 'Property1:desc,Property2:asc,Property3:asc' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/groups/{groupID}/1995b
Request samples
Response samples
No sample

Get IRS1095B

Gets IRS1095B

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
groupID
required
string

Group ID

taxYear
required
string

Tax Year

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/groups/{groupID}/1995b/{taxYear}
Request samples
Response samples
No sample

Update IRS1095B

Updates a specific IRS1095B.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
groupID
required
string

Group ID

taxYear
required
string

Tax Year

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
group_ID
required
string [ 1 .. 20 ] characters

ID of the group filing the IRS 1095B form

tax_Year
required
string [ 1 .. 4 ] characters

Tax year for the filing of the IRS 1095B form

insurer_Business_Name_Control_Txt
string or null <= 4 characters

Business name (control text) of the insurer that covered the employee

insurer_Business_Name_Line1_Txt
string or null <= 75 characters

Business name (line 1) of the insurer that covered the employee

insurer_Business_Name_Line2_Txt
string or null <= 75 characters

Business name (line 2) of the insurer that covered the employee

insurer_Contact_Phone_Num
string or null <= 15 characters

Main contact phone number for the insurer

insurer_EIN
string or null <= 9 characters

EIN of the insurer

insurer_TIN_Request_Type_Cd
string or null <= 14 characters

Code specifying the insurers TIN request type

insurer_US_Address_Line1_Txt
string or null <= 35 characters

Business address (line 1) of the insurer that covered the employee

insurer_US_Address_Line2_Txt
string or null <= 35 characters

Business address (line 2) of the insurer that covered the employee

insurer_US_City
string or null <= 22 characters

City of the insurer that covered the employee

insurer_US_State
string or null <= 2 characters

State of the insurer that covered the employee

insurer_US_Zip
string or null <= 5 characters

5 digit Zip code of the insurer that covered the employee

insurer_US_Zip_4
string or null <= 4 characters

4 digit Zip code extenstion of the insurer that covered the employee

Responses
200

Success

401

Unauthorized

put/groups/{groupID}/1995b/{taxYear}
Request samples
{
  • "group_ID": "string",
  • "tax_Year": "stri",
  • "insurer_Business_Name_Control_Txt": "stri",
  • "insurer_Business_Name_Line1_Txt": "string",
  • "insurer_Business_Name_Line2_Txt": "string",
  • "insurer_Contact_Phone_Num": "string",
  • "insurer_EIN": "string",
  • "insurer_TIN_Request_Type_Cd": "string",
  • "insurer_US_Address_Line1_Txt": "string",
  • "insurer_US_Address_Line2_Txt": "string",
  • "insurer_US_City": "string",
  • "insurer_US_State": "st",
  • "insurer_US_Zip": "strin",
  • "insurer_US_Zip_4": "stri"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete IRS1095B

Deletes an IRS1095B

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
groupID
required
string

Group ID

taxYear
required
string

Tax Year

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/groups/{groupID}/1995b/{taxYear}
Request samples

Create or Update Batch IRS1095B

Create or Update multiple IRS1095B at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
groupID
required
string

Group ID

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
Array
group_ID
required
string [ 1 .. 20 ] characters

ID of the group filing the IRS 1095B form

tax_Year
required
string [ 1 .. 4 ] characters

Tax year for the filing of the IRS 1095B form

insurer_Business_Name_Control_Txt
string or null <= 4 characters

Business name (control text) of the insurer that covered the employee

insurer_Business_Name_Line1_Txt
string or null <= 75 characters

Business name (line 1) of the insurer that covered the employee

insurer_Business_Name_Line2_Txt
string or null <= 75 characters

Business name (line 2) of the insurer that covered the employee

insurer_Contact_Phone_Num
string or null <= 15 characters

Main contact phone number for the insurer

insurer_EIN
string or null <= 9 characters

EIN of the insurer

insurer_TIN_Request_Type_Cd
string or null <= 14 characters

Code specifying the insurers TIN request type

insurer_US_Address_Line1_Txt
string or null <= 35 characters

Business address (line 1) of the insurer that covered the employee

insurer_US_Address_Line2_Txt
string or null <= 35 characters

Business address (line 2) of the insurer that covered the employee

insurer_US_City
string or null <= 22 characters

City of the insurer that covered the employee

insurer_US_State
string or null <= 2 characters

State of the insurer that covered the employee

insurer_US_Zip
string or null <= 5 characters

5 digit Zip code of the insurer that covered the employee

insurer_US_Zip_4
string or null <= 4 characters

4 digit Zip code extenstion of the insurer that covered the employee

Responses
207

Success

401

Unauthorized

put/groups/{groupID}/1995b-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}