Skip to main content

CreateTeamDto

tunnelIdstringrequired
namestringrequired
shiftDesignationstringrequired

Possible values: [DAY, NIGHT, CUSTOM]

paymentFrequencystring

Possible values: [DAILY, WEEKLY, BI_WEEKLY, MONTHLY]

metadataobject

Tenant-defined custom field values keyed by field key.

CreateTeamDto
{
"tunnelId": "string",
"name": "string",
"shiftDesignation": "DAY",
"paymentFrequency": "DAILY",
"metadata": {}
}