POST api/HRMS/image
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"method": "sample string 1",
"key": "sample string 2",
"emplid": "sample string 3",
"profile_image": "sample string 4",
"imageURL": "sample string 5",
"status": "sample string 6"
}
application/xml, text/xml
Sample:
<response_profile_image xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Axpress.Models"> <emplid>sample string 3</emplid> <imageURL>sample string 5</imageURL> <key>sample string 2</key> <method>sample string 1</method> <profile_image>sample string 4</profile_image> <status>sample string 6</status> </response_profile_image>