POST v1/movemein/getmmidistributors?externalToken={externalToken}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| externalToken | string |
Required |
Body Parameters
MMIAgentSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| AgentIDs | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"AgentIDs": [
"ab53e076-9b4e-4d87-8517-5e8b9d447c66",
"a657e041-d542-47c1-904c-e7f7d9116504"
]
}
application/xml, text/xml
Sample:
<MMIAgentSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.Business.MoveMeIn.Classes">
<AgentIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ab53e076-9b4e-4d87-8517-5e8b9d447c66</d2p1:guid>
<d2p1:guid>a657e041-d542-47c1-904c-e7f7d9116504</d2p1:guid>
</AgentIDs>
</MMIAgentSearch>
multipart/form-data
Sample:
<MMIAgentSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.Business.MoveMeIn.Classes"><AgentIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d2p1:guid>ab53e076-9b4e-4d87-8517-5e8b9d447c66</d2p1:guid><d2p1:guid>a657e041-d542-47c1-904c-e7f7d9116504</d2p1:guid></AgentIDs></MMIAgentSearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.