POST api/UserDetails/GetUserIdByUsername
Request Information
URI Parameters
None.
Body Parameters
GetUserIdByUsername| Name | Description | Type | Additional information |
|---|---|---|---|
| userName | string |
None. |
|
| companyID | integer |
None. |
|
| CallerID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userName": "sample string 1",
"companyID": 2,
"CallerID": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"