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": "9grUzkoNh0iKBKMgVYdW+w==", "identifierGuid": "ced40af6-0d4a-4887-8a04-a320558756fb", "hostStoreSettingID": 1, "supplierIdentifier": "2f8e9957-46aa-4ce2-8352-0e2d6c773f1b", "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>9grUzkoNh0iKBKMgVYdW+w==</Identifier> <IdentifierGuid>ced40af6-0d4a-4887-8a04-a320558756fb</IdentifierGuid> <Selected>true</Selected> <SupplierIdentifier>2f8e9957-46aa-4ce2-8352-0e2d6c773f1b</SupplierIdentifier> </HostUpdate> <HostUpdate> <HostStoreSettingID>1</HostStoreSettingID> <Identifier>9grUzkoNh0iKBKMgVYdW+w==</Identifier> <IdentifierGuid>ced40af6-0d4a-4887-8a04-a320558756fb</IdentifierGuid> <Selected>true</Selected> <SupplierIdentifier>2f8e9957-46aa-4ce2-8352-0e2d6c773f1b</SupplierIdentifier> </HostUpdate> </ArrayOfHostUpdate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.