Skip to main content
POST
/
v1
/
in
/
shop
/
info
Shop Details
curl --request POST \
  --url https://base_url/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": "business name",
    "address": "0000 abc colony, xyz city, 110001",
    "userMobileNumber": "9611111100",
    "registrationNumber": "20100129",
    "registrationDate": "2010-04-02",
    "category": "Fruit & Vegetables",
    "certificateNumber": "20100123",
    "documentLink": null,
    "dateOfCommencement": "1970-12-30",
    "validUpto": null,
    "acknowledgementNumber": null,
    "emailId": "",
    "websiteUrl": "",
    "nameOfOccupier": "occupier name",
    "fatherNameOfOccupier": "Father name",
    "managerName": "occupier name",
    "managerFatherName": "Father name",
    "maleWorkers": "1",
    "femaleWorkers": "0",
    "youngWorkers": "0",
    "totalWorkers": "1",
    "familyMembersWorking": "0",
    "confidentialEmployersCapacity": "0",
    "fax": "",
    "shopStatus": "found"
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

The body is of type object.

Response

OK

The response is of type object.