Get a supplier's detail info

Request
path Parameters
userId
required
string

QIMA client user id

supplierId
required
string

Supplier id

Responses
200

Supplier's detail returned

404

Can't find related supplier by given supplier id

get/user/v2/{userId}/supplier/{supplierId}
Request samples
curl -i -X GET \
  'https://qa-web-02.qima.com/user/v2/{userId}/supplier/{supplierId}'
Response samples
application/json
{
  • "id": [
    ],
  • "entityName": [
    ],
  • "chineseName": [
    ],
  • "continent": [
    ],
  • "country": [
    ],
  • "province": [
    ],
  • "city": [
    ],
  • "address": [
    ],
  • "postcode": "string",
  • "nearestOffice": [
    ],
  • "website": "string",
  • "salesTurnover": "string",
  • "noOfEmployees": [
    ],
  • "userId": "string",
  • "type": "string",
  • "businessLicenseNo": "string",
  • "title": "string",
  • "addressCn": "string",
  • "identificationCode": "string",
  • "cityName": [
    ],
  • "countryName": [
    ],
  • "mainProductLines": [
    ],
  • "contactInfo": {
    },
  • "accessMaps": [
    ],
  • "qualityDocs": [
    ],
  • "createBy": "string",
  • "updateBy": "string"
}