POST AgentInstallerServices/PostAgentConfigInfoV2

Request Information

URI Parameters

None.

Body Parameters

AgentInstallKeyInfo
NameDescriptionTypeAdditional information
AgentInstallKeyID

integer

None.

AgentInstallKey

globally unique identifier

None.

SiteKey

string

None.

GroupGUID

globally unique identifier

None.

ImporterURL

string

None.

Message

string

None.

AgentMode

AgentMode

None.

AgentInstallKeyHomeOffice

globally unique identifier

None.

V3ImporterURL

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AgentInstallKeyID": 1,
  "AgentInstallKey": "3dc481a1-968c-496d-9e14-59e12030a2cf",
  "SiteKey": "sample string 3",
  "GroupGUID": "7b5888a3-fe84-46d0-9b2e-279be0c3bcfb",
  "ImporterURL": "sample string 5",
  "Message": "sample string 6",
  "AgentMode": 0,
  "AgentInstallKeyHomeOffice": "ee0b835d-1871-4a06-a0fb-82640c32df59",
  "V3ImporterURL": "sample string 7"
}

application/xml, text/xml

Sample:
<AgentInstallKeyInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BITS.OneStop.Common.Services.Models">
  <AgentInstallKey>3dc481a1-968c-496d-9e14-59e12030a2cf</AgentInstallKey>
  <AgentInstallKeyHomeOffice>ee0b835d-1871-4a06-a0fb-82640c32df59</AgentInstallKeyHomeOffice>
  <AgentInstallKeyID>1</AgentInstallKeyID>
  <AgentMode>Network</AgentMode>
  <GroupGUID>7b5888a3-fe84-46d0-9b2e-279be0c3bcfb</GroupGUID>
  <ImporterURL>sample string 5</ImporterURL>
  <Message>sample string 6</Message>
  <SiteKey>sample string 3</SiteKey>
  <V3ImporterURL>sample string 7</V3ImporterURL>
</AgentInstallKeyInfo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AgentInstallKeyInfo'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.