POST api/EmployeeInfoes/Token
Request Information
URI Parameters
None.
Body Parameters
EmployeeRequest| Name | Description | Type | Additional 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:
Sample not available.
Response Information
Resource Description
Token| Name | Description | Type | Additional 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>