Skip to main content
GET
/
employer_statutory_withholding_types
/
{withholding_type}
Retrieve an employer statutory withholding type
curl --request GET \
  --url https://sandbox.nmbr.co/services/payroll/employer_statutory_withholding_types/{withholding_type} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<id>",
  "object": "employer_statutory_withholding_type",
  "data": {
    "type": "cpp",
    "label": "CPP"
  },
  "links": {
    "self": "/employer_statutory_withholding_types/cpp"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

withholding_type
string
required

Response

200 - application/json

OK

id
string
read-only

The unique identifier of the object in Nmbr.

object
string
read-only

The type of the object in Nmbr ("employer_statutory_withholding_type").

data
Employer Statutory Withholding Type · object