Attach time profile to identifier
Attach time profile to identifier
Path Parameters
- identifierUid integer required
Possible values:
>= 1
Unique Id for physical/input code identifier
- timeProfileUid integer required
Possible values:
>= 1
Unique Id for time profile
Responses
- 200
- 400
- 401
OK
- Wrong timeprofile uid
- Wrong identifier uid
- Time profile uid is already attached to this identifier
- application/json
- Schema
- Example (from schema)
- Wrong identifier uid
- Wrong timeprofile uid
- Already attached
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Wrong identifier uid"
}
{
"error": "Wrong timeprofile uid"
}
{
"error": "Time profile is already attached to this identifier"
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...