POST api/EmployeeInfoes/Token

Request Information

URI Parameters

None.

Body Parameters

EmployeeRequest
NameDescriptionTypeAdditional information
EmployeeID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EmployeeID": "sample string 1"
}

application/xml, text/xml

Sample:
<EmployeeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigiOneAPI.Models">
  <EmployeeID>sample string 1</EmployeeID>
</EmployeeRequest>

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 'EmployeeRequest'.

Response Information

Resource Description

Token
NameDescriptionTypeAdditional information
URL

string

None.

Response Formats

application/json, text/json

Sample:
{
  "URL": "sample string 1"
}

application/xml, text/xml

Sample:
<Token xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigiOneAPI.Models">
  <URL>sample string 1</URL>
</Token>