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": "+JQYCCfRika/CtE+QDEPKA==",
  "pluGuid": "081894f8-d127-468a-bf0a-d13e40310f28",
  "recogniserG_UID": "q/EsrheYt02KyaxiQjebCQ==",
  "recogniserGuid": "ae2cf1ab-9817-4db7-8ac9-ac6242379b09",
  "storeID": 3,
  "updated": "2026-06-03T18:32:19.2742394",
  "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>+JQYCCfRika/CtE+QDEPKA==</PluG_UId>
  <PluGuid>081894f8-d127-468a-bf0a-d13e40310f28</PluGuid>
  <RecogniserG_UID>q/EsrheYt02KyaxiQjebCQ==</RecogniserG_UID>
  <RecogniserGuid>ae2cf1ab-9817-4db7-8ac9-ac6242379b09</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>2026-06-03T18:32:19.2742394+00:00</Updated>
</PluRecogniser>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.