Dropdown List Company
Developing
GET
/v1/companies/dropdown/list
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/companies/dropdown/list?ids=50ff2693-1f18-4d5d-9a24-3049822124ca, 6d401449-89ae-4ab7-81f5-cac6ce22750b'
Response Response Example
{ "data": [ { "id": "5beaffe2-b928-47cc-998e-a7b2db4e89bc", "email": null, "nitku": "123e4567-e89b-12d3-a456-426614174000", "name": "PT Example Company", "business_field": "Technology", "operation_status": "operation", "type": "tenant", "status_pu": "registered", "no_pu": "non_construction", "pic_name": "John Doe", "pic_phone": "6281234567890", "address": null, "created_at": "2025-05-27T02:45:27.250Z", "updated_at": "2025-05-27T02:45:27.250Z" }, { "id": "b8889cad-914c-41ce-9868-216ce4b3da57", "email": null, "nitku": "223e4567-e89b-12d3-a456-426614174001", "name": "PT Internal Services", "business_field": "Maintenance", "operation_status": "operation", "type": "internal", "status_pu": "registered", "no_pu": "non_construction", "pic_name": "Jane Smith", "pic_phone": "6281234567891", "address": null, "created_at": "2025-05-27T02:45:27.250Z", "updated_at": "2025-05-27T02:45:27.250Z" }, { "id": "290fa6bb-b812-4496-8353-3688273d093a", "email": null, "nitku": "323e4567-e89b-12d3-a456-426614174002", "name": "PT Construction Project", "business_field": "Construction", "operation_status": "construction", "type": "tenant", "status_pu": "registered", "no_pu": "non_construction", "pic_name": "Bob Johnson", "pic_phone": "6281234567892", "address": null, "created_at": "2025-05-27T02:45:27.250Z", "updated_at": "2025-05-27T02:45:27.250Z" }, { "id": "2cbd7b41-6d03-4640-b714-9eb5dd58b75c", "email": null, "nitku": "010016103093000", "name": "ADHI KARYA (PERSERO) TBK", "business_field": "", "operation_status": "not_operation", "type": "customer", "status_pu": "not_registered", "no_pu": null, "pic_name": "", "pic_phone": "313567314", "address": "JL. RAYA PASAR MINGGU KM 18, PEJATEN TIMUR, PASAR MINGGU", "created_at": "2025-05-27T02:45:27.348Z", "updated_at": "2025-05-27T02:45:27.348Z" }, { "id": "f33cd1a5-eb3e-4760-9529-367975271819", "email": null, "nitku": "010610335093000", "name": "ADHIGUNA PUTERA (PELAYARAN BAHTERA ADHIGUNA)", "business_field": "", "operation_status": "not_operation", "type": "customer", "status_pu": "not_registered", "no_pu": null, "pic_name": "", "pic_phone": "62000000000", "address": "JL. JENDRAL SUDIRMAN NO. 72", "created_at": "2025-05-27T02:45:27.348Z", "updated_at": "2025-05-27T02:45:27.348Z" }, { "id": "d3f8a9de-3935-42d0-864b-d4b252ac7112", "email": null, "nitku": "010019396613001", "name": "ADMIRAL LINES", "business_field": "", "operation_status": "not_operation", "type": "customer", "status_pu": "not_registered", "no_pu": null, "pic_name": "", "pic_phone": "62000000000", "address": "Jl. SIDOLUHUR No. 7 KREMBANGAN SELATAN", "created_at": "2025-05-27T02:45:27.348Z", "updated_at": "2025-05-27T02:45:27.348Z" }, { "id": "12d660e9-c422-4f53-a233-fa1c4ea8fe1c", "email": null, "nitku": "701243610417000", "name": "AGRISTAR GRAIN INDONESIA", "business_field": "", "operation_status": "not_operation", "type": "customer", "status_pu": "not_registered", "no_pu": null, "pic_name": "", "pic_phone": "81231235725", "address": "GEDUNG THE CITY TOWER LANTAI 28 JL. MH. THAMRIN NO. 81, RT. 003 RW. 006, TANGERANG", "created_at": "2025-05-27T02:45:27.348Z", "updated_at": "2025-05-27T02:45:27.348Z" }, { "id": "c8027f86-e8d8-4b58-9c9d-538e29b99d8a", "email": "OPEAISDA@GMAIL.COM", "nitku": "0430405506643000", "name": "AISDA SHIPPING SERVICE", "business_field": "", "operation_status": "not_operation", "type": "customer", "status_pu": "not_registered", "no_pu": null, "pic_name": "", "pic_phone": "82131374812", "address": "PERUMAHAN GRIYA PERMATA GEDANGAN JALAN GATOTKACA P1-19, KEBONANOM, GEDANGAN",
Request
Query Params
type
stringÂ
optional
Example:
tenant
ids
stringÂ
optional
Example:
50ff2693-1f18-4d5d-9a24-3049822124ca, 6d401449-89ae-4ab7-81f5-cac6ce22750b
Responses
Modified at 2025-05-23 02:11:37