GET api/PrePaidHomeDelivery/ValidateMobileNoForBarebox?mobileNo={mobileNo}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
mobileNo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MessageInfoName | Description | Type | Additional information |
---|---|---|---|
ErrCode | integer |
None. |
|
ErrDesc | string |
None. |
|
IsValid | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ErrCode": 1, "ErrDesc": "sample string 2", "IsValid": 3 }
application/xml, text/xml
Sample:
<MessageInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Phoenix.IN.Common.Models.PrePaidHomeDelivery"> <ErrCode>1</ErrCode> <ErrDesc>sample string 2</ErrDesc> <IsValid>3</IsValid> </MessageInfo>