POST api/Demographics
Posts the specified employee codes list.
Request Information
Parameters
| Name | Description |
|---|---|
|
employeeCodesList
(param in the body) |
The employee codes list. |
Request body formats
application/json, text/json
Sample:
[ "", "", "" ]
application/xml, text/xml
Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <string></string> <string></string> <string></string> </ArrayOfstring>
Response Information
Response body formats
application/json, text/json
Sample:
{
"0": ""
}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOflongstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOflongstring>
<Key>0</Key>
<Value></Value>
</KeyValueOflongstring>
</ArrayOfKeyValueOflongstring>