POST api/manager/assignWork

Request Information

URI Parameters

None.

Body Parameters

AssignWorkModel
NameDescriptionTypeAdditional information
Role

string

None.

ManagerUsername

string

None.

StaffUsername

string

None.

Title

string

None.

Description

string

None.

Site

string

None.

WorkSchedule

string

None.

MobileNumber

string

None.

LocationLink

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Role": "sample string 1",
  "ManagerUsername": "sample string 2",
  "StaffUsername": "sample string 3",
  "Title": "sample string 4",
  "Description": "sample string 5",
  "Site": "sample string 6",
  "WorkSchedule": "sample string 7",
  "MobileNumber": "sample string 8",
  "LocationLink": "sample string 9"
}

application/xml, text/xml

Sample:
<AssignWorkModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TOPOS_API.Models">
  <Description>sample string 5</Description>
  <LocationLink>sample string 9</LocationLink>
  <ManagerUsername>sample string 2</ManagerUsername>
  <MobileNumber>sample string 8</MobileNumber>
  <Role>sample string 1</Role>
  <Site>sample string 6</Site>
  <StaffUsername>sample string 3</StaffUsername>
  <Title>sample string 4</Title>
  <WorkSchedule>sample string 7</WorkSchedule>
</AssignWorkModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.