POST ClientDetails/addUser
Request Information
URI Parameters
None.
Body Parameters
DaoCustomerUnderclientId| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
None. |
|
| Name | string |
None. |
|
| EmailId | string |
None. |
|
| RoleId | string |
None. |
|
| UserType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": 1,
"Name": "sample string 2",
"EmailId": "sample string 3",
"RoleId": "sample string 4",
"UserType": "sample string 5"
}
application/xml, text/xml
Sample:
<DaoCustomerUnderclientId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.UserManagement.Services.Interfaces.Request.Dao.CustomerDetails"> <ClientId>1</ClientId> <EmailId>sample string 3</EmailId> <Name>sample string 2</Name> <RoleId>sample string 4</RoleId> <UserType>sample string 5</UserType> </DaoCustomerUnderclientId>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.