Skip to main content
GET
/
statutory_withholding_types
/
{statutory_withholding_type}
Retrieve an employee statutory withholding type
curl --request GET \
  --url https://sandbox.nmbr.co/services/payroll/statutory_withholding_types/{statutory_withholding_type} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<id>",
  "object": "statutory_withholding_type",
  "data": {
    "type": "cpp",
    "label": "CPP"
  },
  "links": {
    "self": "/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

statutory_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 ("statutory_withholding_type").

data
Statutory Withholding Type · object