POST api/Workzones/Load

Request Information

URI Parameters

None.

Body Parameters

TokenSearch
NameDescriptionTypeAdditional information
AccessToken

string

Required

String length: inclusive between 1 and 50

Search

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AccessToken": "sample string 1",
  "Search": "sample string 2"
}

application/octet-stream

Sample:
{"AccessToken":"sample string 1","Search":"sample string 2"}

application/xml, text/xml

Sample:
<TokenSearch xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AccessToken>sample string 1</AccessToken>
  <Search>sample string 2</Search>
</TokenSearch>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TokenSearch'.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.