GET api/Associate/GetAgentContractIdsWithBussinessCode?associateId={associateId}&locationContextCode={locationContextCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
associateId | integer |
Required |
|
locationContextCode | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of TupleOfInt64AndInt64AndStringName | Description | Type | Additional information |
---|---|---|---|
Item1 | integer |
None. |
|
Item2 | integer |
None. |
|
Item3 | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "m_Item1": 1, "m_Item2": 2, "m_Item3": "sample string 3" }, { "m_Item1": 1, "m_Item2": 2, "m_Item3": "sample string 3" } ]