tipo de recurso swapShiftsChangeRequestswapShiftsChangeRequest resource type
Namespace: microsoft.graphNamespace: microsoft.graph
Representa um tipo de solicitação de mudança para trocar uma mudança por outro usuário na equipe.Represents a type of shift request to swap a shift with another user in the team.
MethodsMethods
MétodoMethod | Tipo de retornoReturn Type | DescriçãoDescription |
---|---|---|
ListList | Coleção de swapShiftsChangeRequestCollection of swapShiftsChangeRequest | Listar as propriedades e os relacionamentos dos objetos swapShiftsChangeRequest em uma equipe.List the properties and relationships of swapShiftsChangeRequest objects in a team. |
CreateCreate | swapShiftsChangeRequestswapShiftsChangeRequest | Criar uma instância de um objeto swapShiftsChangeRequest .Create an instance of a swapShiftsChangeRequest object. |
GetGet | swapShiftsChangeRequestswapShiftsChangeRequest | Leia as propriedades e os relacionamentos de um objeto swapShiftsChangeRequest .Read the properties and relationships of a swapShiftsChangeRequest object. |
AprovarApprove | NenhumNone | Aprovar um swapShiftsChangeRequest.Approve a swapShiftsChangeRequest. |
AceitoDecline | NenhumNone | Recusar um swapShiftsChangeRequest.Decline a swapShiftsChangeRequest. |
PropriedadesProperties
PropriedadeProperty | TipoType | DescriçãoDescription |
---|---|---|
recipientShiftIdrecipientShiftId | StringString | ShiftID do usuário do destinatário com o qual a solicitação deve ser trocada.ShiftId for the recipient user with whom the request is to swap. |
RelaçõesRelationships
NenhumNone.
Representação JSONJSON representation
Veja a seguir uma representação JSON do recurso.The following is a JSON representation of the resource.
{
"recipientShiftId": "String"
}