POST api/hosts/metcash
Request Information
URI Parameters
None.
Body Parameters
Collection of HostUpdate| Name | 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": "eT6O6AS6KUiOsV8NA/XAgw==",
"identifierGuid": "e88e3e79-ba04-4829-8eb1-5f0d03f5c083",
"hostStoreSettingID": 1,
"supplierIdentifier": "63353408-5273-4b75-828c-4df3007f1ed1",
"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>eT6O6AS6KUiOsV8NA/XAgw==</Identifier>
<IdentifierGuid>e88e3e79-ba04-4829-8eb1-5f0d03f5c083</IdentifierGuid>
<Selected>true</Selected>
<SupplierIdentifier>63353408-5273-4b75-828c-4df3007f1ed1</SupplierIdentifier>
</HostUpdate>
<HostUpdate>
<HostStoreSettingID>1</HostStoreSettingID>
<Identifier>eT6O6AS6KUiOsV8NA/XAgw==</Identifier>
<IdentifierGuid>e88e3e79-ba04-4829-8eb1-5f0d03f5c083</IdentifierGuid>
<Selected>true</Selected>
<SupplierIdentifier>63353408-5273-4b75-828c-4df3007f1ed1</SupplierIdentifier>
</HostUpdate>
</ArrayOfHostUpdate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.