POST api/zonematrix
Request Information
URI Parameters
None.
Body Parameters
Collection of ZoneMatrix| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| HostIdentifier | Collection of byte |
Deprecated. |
|
| HostIdentifierGuid | globally unique identifier |
Deprecated. |
|
| StoreID | integer |
None. |
|
| DepartmentCode | string |
Required String length: inclusive between 0 and 20 |
|
| HostGuids | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"hostIdentifier": "lHD2zGXv1kKTs30UXUVSWg==",
"hostIdentifierGuid": "ccf67094-ef65-42d6-93b3-7d145d45525a",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"1760ddcb-754f-4d8e-9a60-0109b89b7e8e",
"5e88def4-2a65-4d53-aea8-fc3e6b5ed129"
]
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfZoneMatrix xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Stores">
<ZoneMatrix>
<DepartmentCode>sample string 2</DepartmentCode>
<HostGuids xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>1760ddcb-754f-4d8e-9a60-0109b89b7e8e</d3p1:guid>
<d3p1:guid>5e88def4-2a65-4d53-aea8-fc3e6b5ed129</d3p1:guid>
</HostGuids>
<HostIdentifier>lHD2zGXv1kKTs30UXUVSWg==</HostIdentifier>
<HostIdentifierGuid>ccf67094-ef65-42d6-93b3-7d145d45525a</HostIdentifierGuid>
<ID>1</ID>
<StoreID>1</StoreID>
</ZoneMatrix>
<ZoneMatrix>
<DepartmentCode>sample string 2</DepartmentCode>
<HostGuids xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>1760ddcb-754f-4d8e-9a60-0109b89b7e8e</d3p1:guid>
<d3p1:guid>5e88def4-2a65-4d53-aea8-fc3e6b5ed129</d3p1:guid>
</HostGuids>
<HostIdentifier>lHD2zGXv1kKTs30UXUVSWg==</HostIdentifier>
<HostIdentifierGuid>ccf67094-ef65-42d6-93b3-7d145d45525a</HostIdentifierGuid>
<ID>1</ID>
<StoreID>1</StoreID>
</ZoneMatrix>
</ArrayOfZoneMatrix>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.