Option (Set Preference)
This API is talking about how we show your 3pl preference on api, less to open then less response time
[POST] /api/mitra/v3/set_whitelist_services
info
Expedition preference only available for express delivery option
Set Preference (Express)
Request
Field | DataType | Nullable | Desc |
---|---|---|---|
services | array | true | Fill null to reset all settings |
NB: Use empty json to reset settings
{
"services": ["jne","jnt","sicepat"]
}
Response
{
"status": true,
"text": "Success to set",
"method": "set_whitelist_services"
}