Reference for http://api.esms.vn/MainService.svc/xml/SendViettelApi/{REQUEST}/{BRANDNAME}/{APIKEY}/{SECRETKEY}

Url: http://api.esms.vn/MainService.svc/xml/SendViettelApi/{REQUEST}/{BRANDNAME}/{APIKEY}/{SECRETKEY}

HTTP Method: POST

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

The following is an example response Xml body:

<SendViettelResult>
  <CodeResult>String content</CodeResult>
  <ErrorMessage>String content</ErrorMessage>
</SendViettelResult>

The following is the response Xml Schema:

<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="SendViettelResult" nillable="true" type="SendViettelResult" />
  <xs:complexType name="SendViettelResult">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="1" name="CodeResult" type="xs:string" />
      <xs:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
</xs:schema>