Reference for http://api.esms.vn/MainService.svc/xml/GetBrandnameStatus/{APIKEY}/{SECRETKEY}/{SMSID}
Url: http://api.esms.vn/MainService.svc/xml/GetBrandnameStatus/{APIKEY}/{SECRETKEY}/{SMSID}
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:
<SmsCloneResultModel> <CodeResult>String content</CodeResult> <ErrorMessage>String content</ErrorMessage> <SendStatus>2147483647</SendStatus> <NumSuccess>2147483647</NumSuccess> <NumFailed>2147483647</NumFailed> </SmsCloneResultModel>
The following is the response Xml Schema:
<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="SmsCloneResultModel" nillable="true" type="SmsCloneResultModel" /> <xs:complexType name="SmsCloneResultModel"> <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="1" maxOccurs="1" name="SendStatus" type="xs:int" /> <xs:element minOccurs="1" maxOccurs="1" name="NumSuccess" type="xs:int" /> <xs:element minOccurs="1" maxOccurs="1" name="NumFailed" type="xs:int" /> </xs:sequence> </xs:complexType> </xs:schema>