POST api/hosts/metcash
Request Information
URI Parameters
None.
Body Parameters
Collection of HostUpdateName | Description | Type | Additional 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": "lYfneha7jkWF/Dfnxvhrig==", "identifierGuid": "7ae78795-bb16-458e-85fc-37e7c6f86b8a", "hostStoreSettingID": 1, "supplierIdentifier": "d1a5375b-7d68-4414-a3f9-9fe44c3835a9", "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>lYfneha7jkWF/Dfnxvhrig==</Identifier> <IdentifierGuid>7ae78795-bb16-458e-85fc-37e7c6f86b8a</IdentifierGuid> <Selected>true</Selected> <SupplierIdentifier>d1a5375b-7d68-4414-a3f9-9fe44c3835a9</SupplierIdentifier> </HostUpdate> <HostUpdate> <HostStoreSettingID>1</HostStoreSettingID> <Identifier>lYfneha7jkWF/Dfnxvhrig==</Identifier> <IdentifierGuid>7ae78795-bb16-458e-85fc-37e7c6f86b8a</IdentifierGuid> <Selected>true</Selected> <SupplierIdentifier>d1a5375b-7d68-4414-a3f9-9fe44c3835a9</SupplierIdentifier> </HostUpdate> </ArrayOfHostUpdate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.