POST api/User/UpdateCurrentUserDetails
Request Information
URI Parameters
None.
Body Parameters
ManageUsers| Name | Description | Type | Additional information |
|---|---|---|---|
| empId | integer |
None. |
|
| userFullName | string |
None. |
|
| clientName | string |
None. |
|
| projectName | string |
None. |
|
| projectStartDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"empId": 1,
"userFullName": "sample string 2",
"clientName": "sample string 3",
"projectName": "sample string 4",
"projectStartDate": "2026-01-30T12:20:09.4837145+00:00"
}
application/xml, text/xml
Sample:
<ManageUsers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Supplier.DataAccess.SleekObjects"> <clientName>sample string 3</clientName> <empId>1</empId> <projectName>sample string 4</projectName> <projectStartDate>2026-01-30T12:20:09.4837145+00:00</projectStartDate> <userFullName>sample string 2</userFullName> </ManageUsers>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | string |
None. |
|
| Message | Object |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"StatusCode": "sample string 1",
"Message": {},
"Data": {}
}
application/xml, text/xml
Sample:
<ResponseStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Supplier.NlfApi.DataAccess.SleekObjects"> <Data /> <Message /> <StatusCode>sample string 1</StatusCode> </ResponseStatus>