POST api/Master/TotalStaff

Request Information

URI Parameters

None.

Body Parameters

StaffCount
NameDescriptionTypeAdditional information
username

string

None.

TotalStaff

integer

None.

Drivers

integer

None.

Cleaners

integer

None.

Key

string

None.

role

string

None.

Request Formats

application/json, text/json

Sample:
{
  "username": "sample string 1",
  "TotalStaff": 2,
  "Drivers": 3,
  "Cleaners": 4,
  "Key": "sample string 5",
  "role": "sample string 6"
}

application/xml, text/xml

Sample:
<StaffCount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusApi.Models">
  <Cleaners>4</Cleaners>
  <Drivers>3</Drivers>
  <Key>sample string 5</Key>
  <TotalStaff>2</TotalStaff>
  <role>sample string 6</role>
  <username>sample string 1</username>
</StaffCount>

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.