POST api/v1/{posId}/webhookevent

Request Information

URI Parameters

NameDescriptionTypeAdditional information
posId

string

None.

Body Parameters

Collection of WebHookEvent
NameDescriptionTypeAdditional information
Key

string

None.

Id

integer

None.

StoreId

string

None.

PosId

string

None.

Event

string

None.

DocumentNo

string

None.

DocumentLineNo

integer

None.

Data

string

None.

SimpleData

string

None.

RegisteredDate

date

None.

SentDate

date

None.

Status

integer

None.

IsSyncedToMaster

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Key": "1",
    "Id": 1,
    "StoreId": "sample string 2",
    "PosId": "sample string 3",
    "Event": "sample string 4",
    "DocumentNo": "sample string 5",
    "DocumentLineNo": 1,
    "Data": "sample string 6",
    "SimpleData": "sample string 7",
    "RegisteredDate": "2025-12-06T05:41:21.8254647+01:00",
    "SentDate": "2025-12-06T05:41:21.8254647+01:00",
    "Status": 9,
    "IsSyncedToMaster": true
  },
  {
    "Key": "1",
    "Id": 1,
    "StoreId": "sample string 2",
    "PosId": "sample string 3",
    "Event": "sample string 4",
    "DocumentNo": "sample string 5",
    "DocumentLineNo": 1,
    "Data": "sample string 6",
    "SimpleData": "sample string 7",
    "RegisteredDate": "2025-12-06T05:41:21.8254647+01:00",
    "SentDate": "2025-12-06T05:41:21.8254647+01:00",
    "Status": 9,
    "IsSyncedToMaster": true
  }
]

text/html

Sample:
[{"Key":"1","Id":1,"StoreId":"sample string 2","PosId":"sample string 3","Event":"sample string 4","DocumentNo":"sample string 5","DocumentLineNo":1,"Data":"sample string 6","SimpleData":"sample string 7","RegisteredDate":"2025-12-06T05:41:21.8254647+01:00","SentDate":"2025-12-06T05:41:21.8254647+01:00","Status":9,"IsSyncedToMaster":true},{"Key":"1","Id":1,"StoreId":"sample string 2","PosId":"sample string 3","Event":"sample string 4","DocumentNo":"sample string 5","DocumentLineNo":1,"Data":"sample string 6","SimpleData":"sample string 7","RegisteredDate":"2025-12-06T05:41:21.8254647+01:00","SentDate":"2025-12-06T05:41:21.8254647+01:00","Status":9,"IsSyncedToMaster":true}]

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<Root>
  <Data>
    <Key>1</Key>
    <Id>1</Id>
    <StoreId>sample string 2</StoreId>
    <PosId>sample string 3</PosId>
    <Event>sample string 4</Event>
    <DocumentNo>sample string 5</DocumentNo>
    <DocumentLineNo>1</DocumentLineNo>
    <Data>sample string 6</Data>
    <SimpleData>sample string 7</SimpleData>
    <RegisteredDate>2025-12-06T05:41:21.8254647+01:00</RegisteredDate>
    <SentDate>2025-12-06T05:41:21.8254647+01:00</SentDate>
    <Status>9</Status>
    <IsSyncedToMaster>true</IsSyncedToMaster>
  </Data>
  <Data>
    <Key>1</Key>
    <Id>1</Id>
    <StoreId>sample string 2</StoreId>
    <PosId>sample string 3</PosId>
    <Event>sample string 4</Event>
    <DocumentNo>sample string 5</DocumentNo>
    <DocumentLineNo>1</DocumentLineNo>
    <Data>sample string 6</Data>
    <SimpleData>sample string 7</SimpleData>
    <RegisteredDate>2025-12-06T05:41:21.8254647+01:00</RegisteredDate>
    <SentDate>2025-12-06T05:41:21.8254647+01:00</SentDate>
    <Status>9</Status>
    <IsSyncedToMaster>true</IsSyncedToMaster>
  </Data>
</Root>

application/csv

Sample:

Sample not available.

text/csv

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json, text/html

Sample:
1

application/xml, text/xml

Sample:
<Root>
  <Data>1</Data>
</Root>