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": "SmuzxNThF0yXzj6SY6Ji3A==",
"identifierGuid": "c4b36b4a-e1d4-4c17-97ce-3e9263a262dc",
"hostStoreSettingID": 1,
"supplierIdentifier": "9b8bc8fb-beff-47a4-84d9-769fd73dd38a",
"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>SmuzxNThF0yXzj6SY6Ji3A==</Identifier>
<IdentifierGuid>c4b36b4a-e1d4-4c17-97ce-3e9263a262dc</IdentifierGuid>
<Selected>true</Selected>
<SupplierIdentifier>9b8bc8fb-beff-47a4-84d9-769fd73dd38a</SupplierIdentifier>
</HostUpdate>
<HostUpdate>
<HostStoreSettingID>1</HostStoreSettingID>
<Identifier>SmuzxNThF0yXzj6SY6Ji3A==</Identifier>
<IdentifierGuid>c4b36b4a-e1d4-4c17-97ce-3e9263a262dc</IdentifierGuid>
<Selected>true</Selected>
<SupplierIdentifier>9b8bc8fb-beff-47a4-84d9-769fd73dd38a</SupplierIdentifier>
</HostUpdate>
</ArrayOfHostUpdate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.