GET api/Associate/GetRoleHerarchyByAssociateId?associateId={associateId}&contracttypeId={contracttypeId}&isAllContract={isAllContract}&locationContextCode={locationContextCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| associateId | integer |
Required |
|
| contracttypeId | integer |
Required |
|
| isAllContract | boolean |
Required |
|
| locationContextCode | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of Pair of integer [key] and string [value]Response Formats
application/json, text/json
Sample:
[
{
"Key": 1,
"Value": "sample string 1"
},
{
"Key": 1,
"Value": "sample string 1"
}
]