Add a Department

Adds a new department record to the system.

Body Params
int32
required

The identifier for company

string
required
length ≥ 1

The name of the department.

int32

The identifier for the office.

int32

The identifier for the status.

int32

The identifier for the parent department.

string

Street address line 1

string

Street address line 2

string

City for department

string
required
length ≥ 1

Province, state, or region for department.

string

ZIP/postal code for department.

string
required
length ≥ 1

Country for department.

string

Numerical coordinate. The value is generated based on the ZIP code, city, and state of the address.

string

Phone no of the branch

defaultJobOwnerIDs
array of int32s

User Ids of the default job owners of the department.

defaultJobOwnerIDs
string

The origin of the department.

string

Week End Date for the department.
Allowed values: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday.

string

Pay Period for the department.
Allowed values: Daily, Weekly, BiWeekly, Monthly, SemiMonthly, Yearly, Hourly.

string

Pay Cycle for the department.
Allowed values: 1, 2, 3, 4, Last Week.

string

Billing Period for the department.
Allowed values: Daily, Weekly, BiWeekly, Monthly, SemiMonthly, Yearly, Hourly.

string

Billing Cycle for the department.
Allowed values: 1, 2, 3, 4, Last Week.

string

The identifier for the origin of the department from partner database.

Headers
string

Front office ID that indicates the tenant for which the request is being made. Either Tenant or FrontOfficeTenantId is required.

string

Allows client-specified request correlation. Provided value must be a valid GUID.

string

A short code that indicates the tenant for which the request is being made. Either Tenant or FrontOfficeTenantId is required.

string
required

Contains the caller's access token, in the form "Bearer {token}", without quotes.

Responses

400

Bad Request

401

Unauthorized

403

Access Denied

406

Unsupported format(s) indicated by Accept header

409

Duplicate Found.

415

Unsupported format(s) indicated by the Content-Type header

429

Too many requests

500

An unexpected error occurred

502

The request could not be completed because an error occurred in an upstream service

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json