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": "WtxXd72tSkqyu9h6hq6R2Q==", "hostIdentifierGuid": "7757dc5a-adbd-4a4a-b2bb-d87a86ae91d9", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "47a8eeaa-1e67-4bc7-91e5-45b6b5e74c4c", "00bff4d4-8143-4c34-a138-4ae8d59dff14" ] }, { "$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>47a8eeaa-1e67-4bc7-91e5-45b6b5e74c4c</d3p1:guid> <d3p1:guid>00bff4d4-8143-4c34-a138-4ae8d59dff14</d3p1:guid> </HostGuids> <HostIdentifier>WtxXd72tSkqyu9h6hq6R2Q==</HostIdentifier> <HostIdentifierGuid>7757dc5a-adbd-4a4a-b2bb-d87a86ae91d9</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>47a8eeaa-1e67-4bc7-91e5-45b6b5e74c4c</d3p1:guid> <d3p1:guid>00bff4d4-8143-4c34-a138-4ae8d59dff14</d3p1:guid> </HostGuids> <HostIdentifier>WtxXd72tSkqyu9h6hq6R2Q==</HostIdentifier> <HostIdentifierGuid>7757dc5a-adbd-4a4a-b2bb-d87a86ae91d9</HostIdentifierGuid> <ID>1</ID> <StoreID>1</StoreID> </ZoneMatrix> </ArrayOfZoneMatrix>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.