POST api/Associate/GetAssociateManagerPair

Request Information

URI Parameters

None.

Body Parameters

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

application/x-www-form-urlencoded

Sample:

Sample not available.

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"
}