POST api/Employee/COES
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"EmployeeNumber": "sample string 1",
"UniqueId": "sample string 2",
"Action": "sample string 3",
"ApplicationCode": "sample string 4",
"ClientCode": "sample string 5",
"SearchString": "sample string 6"
}
application/xml, text/xml
Sample:
<BaseCOEViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models.COE"> <Action>sample string 3</Action> <ApplicationCode>sample string 4</ApplicationCode> <ClientCode>sample string 5</ClientCode> <EmployeeNumber>sample string 1</EmployeeNumber> <SearchString>sample string 6</SearchString> <UniqueId>sample string 2</UniqueId> </BaseCOEViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.