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": "V3KesEz6wkK7TZqg1HSJ5Q==",
  "pluGuid": "b09e7257-fa4c-42c2-bb4d-9aa0d47489e5",
  "recogniserG_UID": "lxAK4CZO20+8kAsDYPSbSQ==",
  "recogniserGuid": "e00a1097-4e26-4fdb-bc90-0b0360f49b49",
  "storeID": 3,
  "updated": "2025-08-02T23:15:59.5495338",
  "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>V3KesEz6wkK7TZqg1HSJ5Q==</PluG_UId>
  <PluGuid>b09e7257-fa4c-42c2-bb4d-9aa0d47489e5</PluGuid>
  <RecogniserG_UID>lxAK4CZO20+8kAsDYPSbSQ==</RecogniserG_UID>
  <RecogniserGuid>e00a1097-4e26-4fdb-bc90-0b0360f49b49</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-08-02T23:15:59.5495338+00:00</Updated>
</PluRecogniser>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.