GET api/Associate/GetAssociateContractsOfAgentAndManagerForAssociateId?associateId={associateId}&locationContextCode={locationContextCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| associateId | integer |
Required |
|
| locationContextCode | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Dictionary of integer [key] and string [value]Response Formats
application/json, text/json
Sample:
{
"1": "sample string 2",
"3": "sample string 4"
}