POST api/plurecognisers

Request Information

URI Parameters

None.

Body Parameters

PluRecogniser
NameDescriptionTypeAdditional information
PluG_UId

Collection of byte

None.

PluGuid

globally unique identifier

None.

RecogniserG_UID

Collection of byte

None.

RecogniserGuid

globally unique identifier

None.

StoreID

integer

None.

Updated

date

None.

StoreIDs

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "pluG_UId": "kjpR0T77YkevtVY7+gxxeg==",
  "pluGuid": "d1513a92-fb3e-4762-afb5-563bfa0c717a",
  "recogniserG_UID": "OlLD5fEdLkyZAlHqqTWbiA==",
  "recogniserGuid": "e5c3523a-1df1-4c2e-9902-51eaa9359b88",
  "storeID": 3,
  "updated": "2025-10-04T23:59:59.4659126",
  "storeIDs": [
    1,
    2
  ]
}

application/xml, text/xml

Sample:
<PluRecogniser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Recogniser">
  <PluG_UId>kjpR0T77YkevtVY7+gxxeg==</PluG_UId>
  <PluGuid>d1513a92-fb3e-4762-afb5-563bfa0c717a</PluGuid>
  <RecogniserG_UID>OlLD5fEdLkyZAlHqqTWbiA==</RecogniserG_UID>
  <RecogniserGuid>e5c3523a-1df1-4c2e-9902-51eaa9359b88</RecogniserGuid>
  <StoreID>3</StoreID>
  <StoreIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </StoreIDs>
  <Updated>2025-10-04T23:59:59.4659126+00:00</Updated>
</PluRecogniser>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.