API sms EN: различия между версиями
IronBot (обсуждение | вклад) (Fix Ukrainian API localization) |
|||
| (не показаны 3 промежуточные версии 2 участников) | |||
| Строка 1: | Строка 1: | ||
[[ | '''en''' | [[API_sms_UK|uk]] | [[API sms|ru]] | ||
Section '''[[API_EN|API]]''' ERP "UserSide" | Section '''[[API_EN|API]]''' ERP "UserSide" | ||
Purpose: SMS messages | |||
Additional parameters: | |||
action - request subcategory ''(possible value: see below)'' | |||
== Subcategories == | |||
==== send ==== | |||
Description: Send message | |||
Required parameters: | |||
number - phone number | |||
msg - message text | |||
Optional parameters: | |||
customer_id - ID of the user to which to attach the SMS | |||
Optional returned data: | |||
array( | |||
[id] => ID of the sent message | |||
) | |||
==== status ==== | |||
Description: Information about the message | |||
Required parameters: | |||
id - message ID ''(multiple comma values possible)'' | |||
Optional returned data: | |||
array( | |||
[data] => array of message data | |||
) | |||
Текущая версия от 11:38, 10 мая 2026
Section API ERP "UserSide"
Purpose: SMS messages
Additional parameters: action - request subcategory (possible value: see below)
Subcategories
send
Description: Send message Required parameters: number - phone number msg - message text Optional parameters: customer_id - ID of the user to which to attach the SMS Optional returned data: array( [id] => ID of the sent message )
status
Description: Information about the message Required parameters: id - message ID (multiple comma values possible) Optional returned data: array( [data] => array of message data )