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": "ytzMPRU6jkuIVZdAE+VIiQ==",
"hostIdentifierGuid": "3dccdcca-3a15-4b8e-8855-974013e54889",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"251a84dc-5d23-4298-8da4-d52c7780252c",
"f991125d-ccf0-4272-8d24-efa4496286f3"
]
},
{
"$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>251a84dc-5d23-4298-8da4-d52c7780252c</d3p1:guid>
<d3p1:guid>f991125d-ccf0-4272-8d24-efa4496286f3</d3p1:guid>
</HostGuids>
<HostIdentifier>ytzMPRU6jkuIVZdAE+VIiQ==</HostIdentifier>
<HostIdentifierGuid>3dccdcca-3a15-4b8e-8855-974013e54889</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>251a84dc-5d23-4298-8da4-d52c7780252c</d3p1:guid>
<d3p1:guid>f991125d-ccf0-4272-8d24-efa4496286f3</d3p1:guid>
</HostGuids>
<HostIdentifier>ytzMPRU6jkuIVZdAE+VIiQ==</HostIdentifier>
<HostIdentifierGuid>3dccdcca-3a15-4b8e-8855-974013e54889</HostIdentifierGuid>
<ID>1</ID>
<StoreID>1</StoreID>
</ZoneMatrix>
</ArrayOfZoneMatrix>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.