POST v1/movemein/getmmidistributors?externalToken={externalToken}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
externalToken

string

Required

Body Parameters

MMIAgentSearch
NameDescriptionTypeAdditional information
AgentIDs

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "AgentIDs": [
    "99a41605-4dc7-45f4-a520-a1bffb53c2c8",
    "cdefeb57-b466-4e4c-bbc0-3a4838bbd70e"
  ]
}

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>99a41605-4dc7-45f4-a520-a1bffb53c2c8</d2p1:guid>
    <d2p1:guid>cdefeb57-b466-4e4c-bbc0-3a4838bbd70e</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>99a41605-4dc7-45f4-a520-a1bffb53c2c8</d2p1:guid><d2p1:guid>cdefeb57-b466-4e4c-bbc0-3a4838bbd70e</d2p1:guid></AgentIDs></MMIAgentSearch>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.