Reference for http://api.esms.vn/MainService.svc/xml/ReceiveBankingSMS?message={MESSAGE}&sender={SENDER}&time={TIME}&checkSum={CHECKSUM}

Url: http://api.esms.vn/MainService.svc/xml/ReceiveBankingSMS?message={MESSAGE}&sender={SENDER}&time={TIME}&checkSum={CHECKSUM}

HTTP Method: GET

Message direction Format Body
Request N/A The Request body is empty.
Response Xml Example,Schema

The following is an example response Xml body:

<string>String content</string>

The following is the response Xml Schema:

<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="string" nillable="true" type="xs:string" />
</xs:schema>