ReDoc documentation
Returns data for a team in the company, by entity id.
200 Success.
400 Bad Request
401 Unauthorized
Unexpected error
{- "id": 0,
- "name": "string",
- "description": "string",
- "extension_attributes": { },
- "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}
Delete a team from the company structure.
400 Bad Request
401 Unauthorized
Unexpected error
{- "message": "string",
- "errors": [
- {
- "message": "string",
- "parameters": [
- {
- "resources": "string",
- "fieldName": "string",
- "fieldValue": "string"
}
]
}
], - "code": 0,
- "parameters": [
- {
- "resources": "string",
- "fieldName": "string",
- "fieldValue": "string"
}
], - "trace": "string"
}
Update a team in the company structure.
200 Success.
400 Bad Request
401 Unauthorized
Unexpected error
{- "team": {
- "id": 0,
- "name": "string",
- "description": "string",
- "extension_attributes": { },
- "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}
}
true