Reference for http://api.esms.vn/MainService.svc/xml/GetLinkInstall/Zalo?ApiKey={APIKEY}&SecretKey={SECRETKEY}&RedirectUri={REDIRECTURI}

Url: http://api.esms.vn/MainService.svc/xml/GetLinkInstall/Zalo?ApiKey={APIKEY}&SecretKey={SECRETKEY}&RedirectUri={REDIRECTURI}

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:

<GetLinkInstallModel>
  <CodeResult>String content</CodeResult>
  <ErrorMessage>String content</ErrorMessage>
  <UrlInstall>String content</UrlInstall>
</GetLinkInstallModel>

The following is the response Xml Schema:

<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="GetLinkInstallModel" nillable="true" type="GetLinkInstallModel" />
  <xs:complexType name="GetLinkInstallModel">
    <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:element minOccurs="0" maxOccurs="1" name="UrlInstall" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
</xs:schema>