Shop
Shop Details
Shop
Shop Details
POST
/
api
/
v1
/
in
/
shop
/
info
curl --request POST \
--url https://infopass.in/api/v1/in/shop/info \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"stateCode": "UP",
"license": "sdsdsdds"
}'
{
"code": "0x0200",
"message": "Record found successful.",
"status": "SUCCESS",
"data": {
"clientId": "se_wHggjHpukklcZggqN",
"number": "sdsdsdds",
"stateCode": "UP",
"stateName": "Delhi",
"businessName": "Mohd Fruit Patri",
"address": "0000 Gali Razia Begum Hauz Qazi Delhi Delhi",
"userMobileNumber": "9650400000 2323",
"registrationNumber": "20100129",
"registrationDate": "2010-04-02",
"category": "Fruit & Vegetables(Fres",
"certificateNumber": "20100129",
"documentLink": null,
"dateOfCommencement": "1970-12-30",
"validUpto": null,
"acknowledgementNumber": null,
"emailId": "",
"websiteUrl": "",
"nameOfOccupier": "Mohd",
"fatherNameOfOccupier": "Chhutan",
"managerName": "Mohd",
"managerFatherName": "Chhutan",
"maleWorkers": "1",
"femaleWorkers": "0",
"youngWorkers": "0",
"totalWorkers": "1",
"familyMembersWorking": "0",
"confidentialEmployersCapacity": "0",
"fax": "",
"shopStatus": "found"
}
}
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json · object
Response
200
application/json
OK
The response is of type object
.
curl --request POST \
--url https://infopass.in/api/v1/in/shop/info \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"stateCode": "UP",
"license": "sdsdsdds"
}'
{
"code": "0x0200",
"message": "Record found successful.",
"status": "SUCCESS",
"data": {
"clientId": "se_wHggjHpukklcZggqN",
"number": "sdsdsdds",
"stateCode": "UP",
"stateName": "Delhi",
"businessName": "Mohd Fruit Patri",
"address": "0000 Gali Razia Begum Hauz Qazi Delhi Delhi",
"userMobileNumber": "9650400000 2323",
"registrationNumber": "20100129",
"registrationDate": "2010-04-02",
"category": "Fruit & Vegetables(Fres",
"certificateNumber": "20100129",
"documentLink": null,
"dateOfCommencement": "1970-12-30",
"validUpto": null,
"acknowledgementNumber": null,
"emailId": "",
"websiteUrl": "",
"nameOfOccupier": "Mohd",
"fatherNameOfOccupier": "Chhutan",
"managerName": "Mohd",
"managerFatherName": "Chhutan",
"maleWorkers": "1",
"femaleWorkers": "0",
"youngWorkers": "0",
"totalWorkers": "1",
"familyMembersWorking": "0",
"confidentialEmployersCapacity": "0",
"fax": "",
"shopStatus": "found"
}
}