Get Epharmacy Shop Info
Get Shop Information SIA (Surat Izin Apotek), SIPA (Surat Izin Praktek Apoteker), APA (Apoteker Penanggung Jawab Apotek), License Expiration date in Unix timestamp.
Path
get
{host}/v1/epharmacy/fs/:fs_id/shop/attributes/info?shop_id=:shop_id
Request Parameters
Parameter | Value | Example | Mandatory |
---|---|---|---|
fs_id | Fulfillment Service Unique Identifier | 123 | true |
shop_id | Shop ID of Specific Shop | 123456 | true |
Example Request
curl -X GET \
'https://fs.tokopedia.net/v1/epharmacy/fs/12345/shop/attributes/info?shop_id=1'\
Success Response Examples
{
"header": {
"server_prosess_time": "640.893417ms",
"code": 200
},
"data": {
"sia_number": "440/02/SIA-35.79/2018",
"sipa_number": "19741110/SIPA-35.79/2018/1.003",
"apj": "Bambang S.Si.,Apt",
"sia_license_expiration": 0,
"sipa_license_expiration": 0
}
}
Error Response Examples
{
"header": {
"server_prosess_time": "291.815542ms",
"code": 400
},
"data": {
"sia_number": "",
"sipa_number": "",
"apj": "",
"sia_license_expiration": 0,
"sipa_license_expiration": 0
},
"error": "failed to get pharmacy info"
}