Skip to main content
GET
/
payrolls
/
{payroll}
/
import
Generate a historical payroll import template
curl --request GET \
  --url https://sandbox.nmbr.co/services/payroll/payrolls/{payroll}/import \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

payroll
string
required

Query Parameters

template
enum<string>
required

The template type to generate. preset includes only the business entity's configured presets. all_types includes all available types/subtypes in the system.

Available options:
all_types,
preset

Response

200 - text/csv; charset=UTF-8

OK