Home Support SMS API

Get Two-Way SMS Report Pushed by BUKA Platform

Description: User needs to contact our technical support or business manager for address configuration.

Push Parameters Description:

Parameters Description Required Type

msgid

Submitted numbers id corresponding to platform

Yes

String

mobile

Sender number

Yes

String

reply_time

Received time, time format 2022-08-01 00:00:00

Yes

String

content

SMS content

Yes

String

sendid

Send id

No

String

mcc

mcc

Yes

Int

mnc

mnc

Yes

Int

operator

operator

No

String

pricedetail

Fee details

Yes

JSONObject

  pay

Total cost

Yes

String

  chargeCnt

Number of billing entries

Yes

Int

  currency

Currency

Yes

String

  price

Unit

Yes

String

Push URL:

                    
                      Http address set by user
                    
                  

Push Sample:

                    
                        Request URL:
                            Http address set by user
                        Request Method:
                            POST
                        Request Headers:
                            Content-Type: application/json;charset=UTF-8
                        Request Body:
                        {
                            "msgid":"2108021059531000096",
                            "mobile":"91850000000",
                            "reply_time":"2022-11-09 11:00:00",
                            "content":"hello",
                            "sendid":"918663322141",
                            "mcc":515,
                            "mnc":-1,
                            "operator":"Philippines",
                            "pricedetail":{
                                "pay":"0.02",
                                "currency":"EUR",
                                "chargeCnt":2,
                                "price":"0.01"
                            }
                        }
                    
                  

Response Sample:

                    
                        HTTP response 200 is successful, and the platform does not verify the response content
                    
                  
 

Feedback

0/500

Need help?

Click here and start chatting with us!