POST GetShopPicStatus?username={username}&password={password}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| username | string | Required | |
| password | string | Required | 
Body Parameters
None.
Response Information
Resource Description
ImageStatus| Name | Description | Type | Additional information | 
|---|---|---|---|
| IsUploaded | boolean | None. | |
| IsApproved | boolean | None. | |
| Remarks | string | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "IsUploaded": true,
  "IsApproved": true,
  "Remarks": "sample string 1"
}
        application/xml, text/xml
            Sample:
<ImageStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aathifrupay.Models"> <IsApproved>true</IsApproved> <IsUploaded>true</IsUploaded> <Remarks>sample string 1</Remarks> </ImageStatus>