List form types
curl --request GET \
--url https://sandbox.nmbr.co/services/payroll/form_types \
--header 'Authorization: Bearer <token>'{
"object": "list",
"data": [
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1",
"label": "TD1 Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1ab",
"label": "TD1AB Alberta Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1ab"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1bc",
"label": "TD1BC British Columbia Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1bc"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1mb",
"label": "TD1MB Manitoba Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1mb"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1nb",
"label": "TD1NB New Brunswick Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1nb"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1nl",
"label": "TD1NL Newfoundland and Labrador Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1nl"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1ns",
"label": "TD1NS Nova Scotia Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1ns"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1nt",
"label": "TD1NT Northwest Territories Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1nt"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1nu",
"label": "TD1NU Nunavut Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1nu"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1on",
"label": "TD1ON Ontario Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1on"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1pe",
"label": "TD1PE Prince Edward Island Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1pe"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1sk",
"label": "TD1SK Saskatchewan Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1sk"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1yt",
"label": "TD1YT Yukon Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1yt"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "tp_1015_3_v",
"label": "Québec Source Deductions Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/tp_1015_3_v"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1x",
"label": "TD1X Statement of Commission Income and Expenses",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1x"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "t4",
"label": "T4 Statement of Remuneration Paid",
"owner_types": [
"employee"
]
},
"links": {
"self": "/form_types/t4"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "t4a",
"label": "T4A Statement of Pension, Retirement, Annuity, and Other Income",
"owner_types": [
"employee",
"contractor"
]
},
"links": {
"self": "/form_types/t4a"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "roe",
"label": "Record of Employment",
"owner_types": [
"employee"
]
},
"links": {
"self": "/form_types/roe"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "tp_1015_r_13_v",
"label": "Québec Commissions and Expenses Statement",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/tp_1015_r_13_v"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "rl1",
"label": "Relevé 1 (RL-1) - Employment and Other Income",
"owner_types": [
"employee"
]
},
"links": {
"self": "/form_types/rl1"
}
}
]
}Form Types
List form types
GET
/
form_types
List form types
curl --request GET \
--url https://sandbox.nmbr.co/services/payroll/form_types \
--header 'Authorization: Bearer <token>'{
"object": "list",
"data": [
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1",
"label": "TD1 Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1ab",
"label": "TD1AB Alberta Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1ab"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1bc",
"label": "TD1BC British Columbia Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1bc"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1mb",
"label": "TD1MB Manitoba Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1mb"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1nb",
"label": "TD1NB New Brunswick Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1nb"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1nl",
"label": "TD1NL Newfoundland and Labrador Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1nl"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1ns",
"label": "TD1NS Nova Scotia Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1ns"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1nt",
"label": "TD1NT Northwest Territories Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1nt"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1nu",
"label": "TD1NU Nunavut Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1nu"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1on",
"label": "TD1ON Ontario Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1on"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1pe",
"label": "TD1PE Prince Edward Island Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1pe"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1sk",
"label": "TD1SK Saskatchewan Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1sk"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1yt",
"label": "TD1YT Yukon Personal Tax Credits Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1yt"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "tp_1015_3_v",
"label": "Québec Source Deductions Return",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/tp_1015_3_v"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "td1x",
"label": "TD1X Statement of Commission Income and Expenses",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/td1x"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "t4",
"label": "T4 Statement of Remuneration Paid",
"owner_types": [
"employee"
]
},
"links": {
"self": "/form_types/t4"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "t4a",
"label": "T4A Statement of Pension, Retirement, Annuity, and Other Income",
"owner_types": [
"employee",
"contractor"
]
},
"links": {
"self": "/form_types/t4a"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "roe",
"label": "Record of Employment",
"owner_types": [
"employee"
]
},
"links": {
"self": "/form_types/roe"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "tp_1015_r_13_v",
"label": "Québec Commissions and Expenses Statement",
"owner_types": [
"work_assignment"
]
},
"links": {
"self": "/form_types/tp_1015_r_13_v"
}
},
{
"id": "<id>",
"object": "form_type",
"data": {
"type": "rl1",
"label": "Relevé 1 (RL-1) - Employment and Other Income",
"owner_types": [
"employee"
]
},
"links": {
"self": "/form_types/rl1"
}
}
]
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Available options:
contractor, employee, work_assignment Response
200 - application/json
OK
The type of the object in Nmbr ("list").
Hide child attributes
Hide child attributes
The unique identifier of the object in Nmbr.
The type of the object in Nmbr ("form_type").
Hide child attributes
Hide child attributes
The string identifier for this form type.
Available options:
rl1, roe, t4, t4a, td1, td1ab, td1bc, td1mb, td1nb, td1nl, td1ns, td1nt, td1nu, td1on, td1pe, td1sk, td1x, td1yt, tp_1015_3_v, tp_1015_r_13_v The human-readable display name for this form type.
The owner types that can have forms of this type.
Hide child attributes
Hide child attributes
Available options:
rl1, roe, t4, t4a, td1, td1ab, td1bc, td1mb, td1nb, td1nl, td1ns, td1nt, td1nu, td1on, td1pe, td1sk, td1x, td1yt, tp_1015_3_v, tp_1015_r_13_v ⌘I

