POST api/zonematrix
Request Information
URI Parameters
None.
Body Parameters
Collection of ZoneMatrixName | 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": "o+bDtOs6q06kaQpI9xoFuw==", "hostIdentifierGuid": "b4c3e6a3-3aeb-4eab-a469-0a48f71a05bb", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "f80a0ca5-8550-4748-b9ed-a030a8f480cd", "cadc9f61-a1f2-4aa8-8478-88633806d811" ] }, { "$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>f80a0ca5-8550-4748-b9ed-a030a8f480cd</d3p1:guid> <d3p1:guid>cadc9f61-a1f2-4aa8-8478-88633806d811</d3p1:guid> </HostGuids> <HostIdentifier>o+bDtOs6q06kaQpI9xoFuw==</HostIdentifier> <HostIdentifierGuid>b4c3e6a3-3aeb-4eab-a469-0a48f71a05bb</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>f80a0ca5-8550-4748-b9ed-a030a8f480cd</d3p1:guid> <d3p1:guid>cadc9f61-a1f2-4aa8-8478-88633806d811</d3p1:guid> </HostGuids> <HostIdentifier>o+bDtOs6q06kaQpI9xoFuw==</HostIdentifier> <HostIdentifierGuid>b4c3e6a3-3aeb-4eab-a469-0a48f71a05bb</HostIdentifierGuid> <ID>1</ID> <StoreID>1</StoreID> </ZoneMatrix> </ArrayOfZoneMatrix>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.