POST api/hosts/metcash

Request Information

URI Parameters

None.

Body Parameters

Collection of HostUpdate
NameDescriptionTypeAdditional information
Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

HostStoreSettingID

integer

None.

SupplierIdentifier

globally unique identifier

None.

Selected

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "identifier": "HpnVWLAMaUGq8UVYQMSKig==",
    "identifierGuid": "58d5991e-0cb0-4169-aaf1-455840c48a8a",
    "hostStoreSettingID": 1,
    "supplierIdentifier": "729befd1-7a61-4fc7-b4d4-6739f275d517",
    "selected": true
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfHostUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Hosts">
  <HostUpdate>
    <HostStoreSettingID>1</HostStoreSettingID>
    <Identifier>HpnVWLAMaUGq8UVYQMSKig==</Identifier>
    <IdentifierGuid>58d5991e-0cb0-4169-aaf1-455840c48a8a</IdentifierGuid>
    <Selected>true</Selected>
    <SupplierIdentifier>729befd1-7a61-4fc7-b4d4-6739f275d517</SupplierIdentifier>
  </HostUpdate>
  <HostUpdate>
    <HostStoreSettingID>1</HostStoreSettingID>
    <Identifier>HpnVWLAMaUGq8UVYQMSKig==</Identifier>
    <IdentifierGuid>58d5991e-0cb0-4169-aaf1-455840c48a8a</IdentifierGuid>
    <Selected>true</Selected>
    <SupplierIdentifier>729befd1-7a61-4fc7-b4d4-6739f275d517</SupplierIdentifier>
  </HostUpdate>
</ArrayOfHostUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.