POST api/Station/SaveStationsLocations

Request Information

URI Parameters

None.

Body Parameters

Dictionary of integer [key] and Collection of StationLocation [value]

Request Formats

application/json, text/json

Sample:
{
  "1": [
    {
      "SystemCode": "4dc55c41-0d55-401a-9b1e-c2779c7f1d12",
      "SlotIdx": 2,
      "PlanetIdx": 3,
      "CurrentName": "sample string 4"
    },
    {
      "SystemCode": "4dc55c41-0d55-401a-9b1e-c2779c7f1d12",
      "SlotIdx": 2,
      "PlanetIdx": 3,
      "CurrentName": "sample string 4"
    }
  ],
  "2": [
    {
      "SystemCode": "4dc55c41-0d55-401a-9b1e-c2779c7f1d12",
      "SlotIdx": 2,
      "PlanetIdx": 3,
      "CurrentName": "sample string 4"
    },
    {
      "SystemCode": "4dc55c41-0d55-401a-9b1e-c2779c7f1d12",
      "SlotIdx": 2,
      "PlanetIdx": 3,
      "CurrentName": "sample string 4"
    }
  ]
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfintArrayOfStationLocationCCvNX_P4N xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfintArrayOfStationLocationCCvNX_P4N>
    <Key>1</Key>
    <Value xmlns:d3p1="http://schemas.datacontract.org/2004/07/Trade">
      <d3p1:StationLocation>
        <d3p1:CurrentName>sample string 4</d3p1:CurrentName>
        <d3p1:PlanetIdx>3</d3p1:PlanetIdx>
        <d3p1:SlotIdx>2</d3p1:SlotIdx>
        <d3p1:SystemCode>4dc55c41-0d55-401a-9b1e-c2779c7f1d12</d3p1:SystemCode>
      </d3p1:StationLocation>
      <d3p1:StationLocation>
        <d3p1:CurrentName>sample string 4</d3p1:CurrentName>
        <d3p1:PlanetIdx>3</d3p1:PlanetIdx>
        <d3p1:SlotIdx>2</d3p1:SlotIdx>
        <d3p1:SystemCode>4dc55c41-0d55-401a-9b1e-c2779c7f1d12</d3p1:SystemCode>
      </d3p1:StationLocation>
    </Value>
  </KeyValueOfintArrayOfStationLocationCCvNX_P4N>
  <KeyValueOfintArrayOfStationLocationCCvNX_P4N>
    <Key>2</Key>
    <Value xmlns:d3p1="http://schemas.datacontract.org/2004/07/Trade">
      <d3p1:StationLocation>
        <d3p1:CurrentName>sample string 4</d3p1:CurrentName>
        <d3p1:PlanetIdx>3</d3p1:PlanetIdx>
        <d3p1:SlotIdx>2</d3p1:SlotIdx>
        <d3p1:SystemCode>4dc55c41-0d55-401a-9b1e-c2779c7f1d12</d3p1:SystemCode>
      </d3p1:StationLocation>
      <d3p1:StationLocation>
        <d3p1:CurrentName>sample string 4</d3p1:CurrentName>
        <d3p1:PlanetIdx>3</d3p1:PlanetIdx>
        <d3p1:SlotIdx>2</d3p1:SlotIdx>
        <d3p1:SystemCode>4dc55c41-0d55-401a-9b1e-c2779c7f1d12</d3p1:SystemCode>
      </d3p1:StationLocation>
    </Value>
  </KeyValueOfintArrayOfStationLocationCCvNX_P4N>
</ArrayOfKeyValueOfintArrayOfStationLocationCCvNX_P4N>

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 'Dictionary`2'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.