POST api/WhatsAppOrderBot/WatchList

Request Information

URI Parameters

None.

Body Parameters

WhatsAppWatchList
NameDescriptionTypeAdditional information
userId

integer

None.

phoneNo

string

None.

customerId

integer

None.

channel

string

None.

state

string

None.

lcda

string

None.

stockPointId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "userId": 1,
  "phoneNo": "sample string 2",
  "customerId": 3,
  "channel": "sample string 4",
  "state": "sample string 5",
  "lcda": "sample string 6",
  "stockPointId": 7
}

application/xml, text/xml

Sample:
<WhatsAppWatchList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <userId>1</userId>
  <phoneNo>sample string 2</phoneNo>
  <customerId>3</customerId>
  <channel>sample string 4</channel>
  <state>sample string 5</state>
  <lcda>sample string 6</lcda>
  <stockPointId>7</stockPointId>
</WhatsAppWatchList>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

VCAPIResponse
NameDescriptionTypeAdditional information
Version

string

None.

dateTime

string

None.

StatusCode

integer

None.

ErrorMessage

string

None.

Result

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Version": "1.0.0",
  "dateTime": "2025/04/28 14:02:19",
  "StatusCode": 1,
  "ErrorMessage": "sample string 2",
  "Result": {}
}

application/xml, text/xml

Sample:
<VCAPIResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <StatusCode>1</StatusCode>
  <ErrorMessage>sample string 2</ErrorMessage>
  <Result />
</VCAPIResponse>