POST api/zonematrix

Request Information

URI Parameters

None.

Body Parameters

Collection of ZoneMatrix
NameDescriptionTypeAdditional 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": "JhUDRdOUiUSgQJskyOSLsA==",
    "hostIdentifierGuid": "45031526-94d3-4489-a040-9b24c8e48bb0",
    "storeID": 1,
    "departmentCode": "sample string 2",
    "hostGuids": [
      "90d1a6ff-5f92-4c86-8d25-37dc76a5de82",
      "304b8657-5a5d-430e-b77a-6f42543fdd99"
    ]
  },
  {
    "$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>90d1a6ff-5f92-4c86-8d25-37dc76a5de82</d3p1:guid>
      <d3p1:guid>304b8657-5a5d-430e-b77a-6f42543fdd99</d3p1:guid>
    </HostGuids>
    <HostIdentifier>JhUDRdOUiUSgQJskyOSLsA==</HostIdentifier>
    <HostIdentifierGuid>45031526-94d3-4489-a040-9b24c8e48bb0</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>90d1a6ff-5f92-4c86-8d25-37dc76a5de82</d3p1:guid>
      <d3p1:guid>304b8657-5a5d-430e-b77a-6f42543fdd99</d3p1:guid>
    </HostGuids>
    <HostIdentifier>JhUDRdOUiUSgQJskyOSLsA==</HostIdentifier>
    <HostIdentifierGuid>45031526-94d3-4489-a040-9b24c8e48bb0</HostIdentifierGuid>
    <ID>1</ID>
    <StoreID>1</StoreID>
  </ZoneMatrix>
</ArrayOfZoneMatrix>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.