POST api/School/SignUpForShift
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | No documentation available. |
None. |
| value | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserId": 1,
"ShiftId": 2
}
application/xml, text/xml
Sample:
<ShiftSignUpDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSV.Core.DTO"> <ShiftId>2</ShiftId> <UserId>1</UserId> </ShiftSignUpDTO>
application/x-www-form-urlencoded
Sample: