POST api/Editor/UpdateShipIconConfiguration
Request Information
URI Parameters
None.
Body Parameters
Collection of ShipModelIconConfigurationName | Description | Type | Additional information |
---|---|---|---|
ModelName | string |
None. |
|
IconCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "ModelName": "sample string 1", "IconCount": 2 }, { "ModelName": "sample string 1", "IconCount": 2 } ]
application/xml, text/xml
Sample:
<ArrayOfShipModelIconConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Spaceships"> <ShipModelIconConfiguration> <IconCount>2</IconCount> <ModelName>sample string 1</ModelName> </ShipModelIconConfiguration> <ShipModelIconConfiguration> <IconCount>2</IconCount> <ModelName>sample string 1</ModelName> </ShipModelIconConfiguration> </ArrayOfShipModelIconConfiguration>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |