Service (Express)

Atur layanan yang ditampilkan ke akunmu, untuk layanan yang tersedia silahkan cek di halaman pricing

PHP
KiriminAja::setWhiteListExpedition((array) $services);
POST
/api/mitra/v3/set_whitelist_services

Request

FieldDataTypeNullableDesc
servicesarraytrueFill null to reset all settings

NB: Gunakan json kosong untuk reset pengaturan

{
    "services": ["jne","jnt","sicepat"]
}

Response

{
    "status": true,
    "text": "Success to set",
    "method": "set_whitelist_services"
}
Table of Contents