Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

接口描述:

此接口用于获取邮递服务即渠道

url

http://test.birdsystem.com/client/delivery-service

接口功能

获取邮递服务

支持格式

JSON

开发人员

请求方式

GET

发布日期

...

参数

说明

类型

id

系统ID

INT(10)

name

名称

VARCHAR(无效)

consignment_type

订单类型

ENUM('LOCAL','DIRECT','RETURN','AGENT_DIRECT')

status

状态

ENUM('ACTIVE','DELETED')

is_tracking

是否跟踪服务

数字,0或者1(无效)

is_signature

是否签名服务

数字,0或者1(无效)

is_express

是否快递

数字,0或者1(无效)

is_hide_delivery_reference_to_consignment

是否需要获取运输跟踪号

数字,0代表需要,1代表该渠道没有运输跟踪号(无效)

请求描述

(以下为折叠内容,签署合同时以下信息无需参考,仅供第三方对接参考)

Expand
title(以下为折叠内容,签署合同时以下信息无需参考,仅供第三方对接参考)

使用接口调试工具postman
请求描述:
温馨提示:

1、只有邮递服务状态为正常时,该服务才能正常下单。(举例:&status=ACTIVE
Python_requests请求格式:Http请求格式:

Code Block
languagepy
import requests
import time
url = "http://test.birdsystem.com/client/delivery-service/?status=ACTIVE"
payload="status:ACTIVE"
headers = {
  'api_key': '7a8ec5ff51bc45e26a11a54a755adcd8',
  'company_id': '36',
  'Content-Type': 'text/plain',
  'Cookie': 'PHPSESSID=iunfg3velvm9tl67t3mg182lg4'
}
response = requests.request("GET", url, headers=headers, data=payload)
print("url:","\n",response.url)
print("text:","\n",response.text)
print(response.json)

返回结果:

Code Block
languagepy
{
    "total": 61,
    "data": [
        {
            "id": 5159,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": null,
            "restrict_max_length_address_line2": null,
            "restrict_max_length_address_line3": null,
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "D test",
            "locale_name": "本地名称",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "1",
            "is_check_post_code": "0",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": 1,
            "special_type": null,
            "consignment_type": "AGENT_DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5432,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": null,
            "restrict_max_length_address_line2": null,
            "restrict_max_length_address_line3": null,
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "D 中澳跟踪(M)",
            "locale_name": "中澳跟踪(M)",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "0",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "SAICHENG_LOGISTICS",
            "consignment_type": "AGENT_DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 8775,
            "company_id": 36,
            "restrict_max_length_contact": "0",
            "restrict_max_length_address_line1": "35",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": "0",
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "D 中美特快1",
            "locale_name": "USPS TRACKED",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "0",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "SAICHENG_LOGISTICS",
            "consignment_type": "AGENT_DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5519,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": null,
            "restrict_max_length_address_line2": null,
            "restrict_max_length_address_line3": null,
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": "[\\S]+",
            "restrict_regex_telephone": "^.{7,32}$",
            "name": "D 中美跟踪 极速普货",
            "locale_name": "D 中美跟踪 极速普货",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "VIWO3",
            "consignment_type": "AGENT_DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5198,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": null,
            "restrict_max_length_address_line2": null,
            "restrict_max_length_address_line3": null,
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "D 中英平邮(B2P)",
            "locale_name": "DL UNTRACK STD UK 24",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "1",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "RM2",
            "consignment_type": "AGENT_DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5407,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": null,
            "restrict_max_length_address_line2": null,
            "restrict_max_length_address_line3": null,
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "D 中英平邮(B2P)带电",
            "locale_name": "DL UNTRACK STD UK 24 ##",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "1",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "RM2",
            "consignment_type": "AGENT_DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5202,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": null,
            "restrict_max_length_address_line2": null,
            "restrict_max_length_address_line3": null,
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "D 中英跟踪(B2P)",
            "locale_name": "DL TRACK STD UK 48",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "0",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "RM2",
            "consignment_type": "AGENT_DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5408,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": null,
            "restrict_max_length_address_line2": null,
            "restrict_max_length_address_line3": null,
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "D 中英跟踪(B2P)带电",
            "locale_name": "DL TRACK STD UK 48 ##",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "1",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "RM2",
            "consignment_type": "AGENT_DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5379,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": null,
            "restrict_max_length_address_line2": null,
            "restrict_max_length_address_line3": null,
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": "([A-PR-UWYZa-pr-uwyz0-9][A-HK-Ya-hk-y0-9][A-Za-z0-9]?[A-Za-z0-9]? {0,2}-?[0-9][ABD-HIJLN-UW-Zabd-hijln-uw-z]{2}|GIR 0AA)",
            "restrict_regex_telephone": null,
            "name": "D 平邮标准RM Packet",
            "locale_name": "DL UNTRACK STD RM Packet",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "1",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "RMONLINE",
            "consignment_type": "AGENT_DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5412,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": null,
            "restrict_max_length_address_line2": null,
            "restrict_max_length_address_line3": null,
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": "([A-PR-UWYZa-pr-uwyz0-9][A-HK-Ya-hk-y0-9][A-Za-z0-9]?[A-Za-z0-9]? {0,2}-?[0-9][ABD-HIJLN-UW-Zabd-hijln-uw-z]{2}|GIR 0AA)",
            "restrict_regex_telephone": null,
            "name": "D 平邮标准RM Packet 带电",
            "locale_name": "DL UNTRACK STD RM Packet ##",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "1",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "RMONLINE",
            "consignment_type": "AGENT_DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 8659,
            "company_id": 36,
            "restrict_max_length_contact": "35",
            "restrict_max_length_address_line1": "35",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": "0",
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "D_本地库存下架",
            "locale_name": "本地库存下架",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "0",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": null,
            "consignment_type": "AGENT_DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5756,
            "company_id": 36,
            "restrict_max_length_contact": "0",
            "restrict_max_length_address_line1": "35",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": "0",
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "INPOST",
            "locale_name": "",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "0",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": null,
            "consignment_type": "AGENT_DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 9851,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": "35",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": "ert456y5",
            "restrict_regex_telephone": "345t4rgr",
            "name": "testbess",
            "locale_name": "测试服务",
            "is_signature": "1",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "0",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "CN22",
            "consignment_type": "AGENT_DIRECT",
            "consignment_notice_enable": "1",
            "consignment_notice": "测试服务",
            "status": "ACTIVE"
        },
        {
            "id": 2665,
            "company_id": 36,
            "restrict_max_length_contact": "35",
            "restrict_max_length_address_line1": "35",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "FBA",
            "locale_name": "FBA",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "1",
            "is_customs_required": "1",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": null,
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 8774,
            "company_id": 36,
            "restrict_max_length_contact": "0",
            "restrict_max_length_address_line1": "35",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": "0",
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "test服务",
            "locale_name": "",
            "is_signature": "1",
            "is_tracking": "1",
            "is_express": "1",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "0",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "BIRDSYSTEM",
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5191,
            "company_id": 36,
            "restrict_max_length_contact": "40",
            "restrict_max_length_address_line1": "30",
            "restrict_max_length_address_line2": "30",
            "restrict_max_length_address_line3": "30",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "Yodel Tracked",
            "locale_name": "Yodel Tracked",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "YODEL",
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5755,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": null,
            "restrict_max_length_address_line2": null,
            "restrict_max_length_address_line3": null,
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": "^\\d{5}$",
            "restrict_regex_telephone": null,
            "name": "中德简易跟踪",
            "locale_name": "DE POST SEMI-Tracked",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "WARENPOST",
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5176,
            "company_id": 36,
            "restrict_max_length_contact": "35",
            "restrict_max_length_address_line1": "30",
            "restrict_max_length_address_line2": "30",
            "restrict_max_length_address_line3": "30",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": "^\\d{5}$",
            "restrict_regex_telephone": "^.{0,15}$",
            "name": "中德跟踪",
            "locale_name": "DE POST TRACK",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "1",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "DEUTSCHEPOST",
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5213,
            "company_id": 36,
            "restrict_max_length_contact": "35",
            "restrict_max_length_address_line1": "30",
            "restrict_max_length_address_line2": "30",
            "restrict_max_length_address_line3": "30",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": "^\\d{5}$",
            "restrict_regex_telephone": "^.{0,15}$",
            "name": "中意跟踪",
            "locale_name": "DE POST IT TRACK",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "1",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "DEUTSCHEPOST",
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5325,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": "35",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "中法平邮-Boxable 带电",
            "locale_name": "La post UNTRACK FR B DC",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "1",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": 1,
            "special_type": "LAPOSTE_DE",
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5216,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": "35",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "中法跟踪",
            "locale_name": "La Poste TRACK FR N",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "0",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "WN_DIRECT",
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5485,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": "50",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "中英跟踪 RM24",
            "locale_name": "Track RM24",
            "is_signature": "1",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": null,
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5225,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": "35",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "中英跟踪标准服务",
            "locale_name": "STANDARD TRACK UK 48",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "1",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "RM2",
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5496,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": "35",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "中英跟踪标准服务 带电",
            "locale_name": "STANDARD TRACK UK 48 DC",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "1",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "RM2",
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5214,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": "30",
            "restrict_max_length_address_line2": "30",
            "restrict_max_length_address_line3": "30",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": "^\\d{5}$",
            "restrict_regex_telephone": "^.{0,15}$",
            "name": "中西跟踪",
            "locale_name": "DE POST ES 00TRACK",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "1",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "DEUTSCHEPOST",
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 4301,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": null,
            "restrict_max_length_address_line2": null,
            "restrict_max_length_address_line3": null,
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "动态仓库存下架/销毁",
            "locale_name": "动态仓库存下架/销毁",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "0",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "0",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": null,
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 2662,
            "company_id": 36,
            "restrict_max_length_contact": "35",
            "restrict_max_length_address_line1": null,
            "restrict_max_length_address_line2": null,
            "restrict_max_length_address_line3": null,
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "平邮",
            "locale_name": "平邮",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "1",
            "is_customs_required": "1",
            "is_check_post_code": "0",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": null,
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5035,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": "35",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "平邮 RM24 1ST LL",
            "locale_name": "UNTRACK RM 1ST LL",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "RM2",
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5036,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": "35",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "平邮 RM24 2ND LL",
            "locale_name": "UNTRACK RM 2ND LL",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "RM2",
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5369,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": "70",
            "restrict_max_length_address_line2": "50",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "平邮RM Packet",
            "locale_name": "UNTRACK RM Packet",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "RMONLINE",
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5389,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": "35",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "平邮标准RM Packet",
            "locale_name": "UNTRACK STANDARD RM Packet",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "1",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "RMONLINE",
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5224,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": "35",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "平邮标准RM Packet 带电",
            "locale_name": "UNTRACK STANDARD RM Packet DC",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "1",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "RMONLINE",
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5370,
            "company_id": 36,
            "restrict_max_length_contact": "0",
            "restrict_max_length_address_line1": "60",
            "restrict_max_length_address_line2": "0",
            "restrict_max_length_address_line3": "0",
            "restrict_max_length_post_code": "0",
            "restrict_regex_post_code": "^\\d{5}$",
            "restrict_regex_telephone": null,
            "name": "德国DHL",
            "locale_name": "DE DHL",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "FLYTEXPRESS",
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 2709,
            "company_id": 36,
            "restrict_max_length_contact": "35",
            "restrict_max_length_address_line1": "35",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": "0",
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "本地库存下架",
            "locale_name": "本地库存下架",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "0",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": null,
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 2915,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": null,
            "restrict_max_length_address_line2": null,
            "restrict_max_length_address_line3": null,
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "澳洲小包 平邮",
            "locale_name": "澳洲小包 平邮",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "1",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "ETOWER",
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 2916,
            "company_id": 36,
            "restrict_max_length_contact": "35",
            "restrict_max_length_address_line1": "35",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "澳洲小包 跟踪",
            "locale_name": "澳洲小包 跟踪",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "1",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "ETOWER",
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5737,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": null,
            "restrict_max_length_address_line2": null,
            "restrict_max_length_address_line3": null,
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "线下自提",
            "locale_name": "线下自提",
            "is_signature": "1",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": null,
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 2663,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": null,
            "restrict_max_length_address_line2": null,
            "restrict_max_length_address_line3": null,
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "跟踪",
            "locale_name": "跟踪",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "1",
            "is_customs_required": "1",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": null,
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 2653,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": null,
            "restrict_max_length_address_line2": null,
            "restrict_max_length_address_line3": null,
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "飞鸟小包",
            "locale_name": "",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "0",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": null,
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5217,
            "company_id": 36,
            "restrict_max_length_contact": "20",
            "restrict_max_length_address_line1": "20",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": "0",
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "飞鸟小包",
            "locale_name": "",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "0",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": null,
            "consignment_type": "LOCAL",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5657,
            "company_id": 36,
            "restrict_max_length_contact": "40",
            "restrict_max_length_address_line1": "30",
            "restrict_max_length_address_line2": "30",
            "restrict_max_length_address_line3": "30",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "D Yodel Tracked",
            "locale_name": "Yodel Tracked",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "YODEL",
            "consignment_type": "DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5658,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": null,
            "restrict_max_length_address_line2": null,
            "restrict_max_length_address_line3": null,
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "D Yodel Tracked 带电",
            "locale_name": "Yodel Tracked DC",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "YODEL",
            "consignment_type": "DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5030,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": "30",
            "restrict_max_length_address_line2": "30",
            "restrict_max_length_address_line3": "30",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "D 中德平邮",
            "locale_name": "D DE POST UNTRACK DE E",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "1",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "DEUTSCHEPOST",
            "consignment_type": "DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5066,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": "30",
            "restrict_max_length_address_line2": "30",
            "restrict_max_length_address_line3": "30",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "D 中德平邮 DE POST",
            "locale_name": "D DE POST UNTRACK DE G",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "DEUTSCHEPOST",
            "consignment_type": "DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5011,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": "30",
            "restrict_max_length_address_line2": "30",
            "restrict_max_length_address_line3": "30",
            "restrict_max_length_post_code": "5",
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "D 中德平邮 LL",
            "locale_name": "D DE POST UNTRACK DE G",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "1",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "DEUTSCHEPOST",
            "consignment_type": "DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5192,
            "company_id": 36,
            "restrict_max_length_contact": "35",
            "restrict_max_length_address_line1": "30",
            "restrict_max_length_address_line2": "30",
            "restrict_max_length_address_line3": "30",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": "^\\d{5}$",
            "restrict_regex_telephone": null,
            "name": "D 中德跟踪",
            "locale_name": "D DE POST DE TRACK",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "1",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "DEUTSCHEPOST",
            "consignment_type": "DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5026,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": null,
            "restrict_max_length_address_line2": null,
            "restrict_max_length_address_line3": null,
            "restrict_max_length_post_code": "5",
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "D 中法平邮",
            "locale_name": "D 中法平邮",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": 1,
            "special_type": "LAPOSTE_DE",
            "consignment_type": "DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5489,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": "35",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "D 中法平邮 LL",
            "locale_name": "D La post UNTRACK FR B LL",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "1",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": 1,
            "special_type": "LAPOSTE_DE",
            "consignment_type": "DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },
        {
            "id": 5497,
            "company_id": 36,
            "restrict_max_length_contact": null,
            "restrict_max_length_address_line1": "35",
            "restrict_max_length_address_line2": "35",
            "restrict_max_length_address_line3": "35",
            "restrict_max_length_post_code": null,
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "D 中法平邮 LL 带电",
            "locale_name": "D La post UNTRACK FR B LL ##",
            "is_signature": "0",
            "is_tracking": "0",
            "is_express": "0",
            "is_international": "1",
            "is_customs_required": "0",
            "is_check_post_code": "1",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "LAPOSTE_DE",
            "consignment_type": "DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        },GET /client/public/company-list HTTP/1.1
Host: {{Bird_URL}}
Headres:
  api_key: {{api_key}}
  company_id: {{company_id}}
  Cookie: PHPSESSID=3s3nejv43u9bhirsrvq9nge254
Body
  raw
    {"id"=6306}

返回结果:

Code Block
languagepy
{
    "total": 1,
    "data": [
        {
            "id": 52266306,
            "company_id": 36,
            "restrict_max_length_contact": null"0",
            "restrict_max_length_address_line1": "350",
            "restrict_max_length_address_line2": "350",
            "restrict_max_length_address_line3": "350",
            "restrict_max_length_post_code": null"0",
            "restrict_regex_post_code": null,
            "restrict_regex_telephone": null,
            "name": "D 中法跟踪AD Royal Mail Tracked 48",
            "locale_name": "",
            "is_signature": "0",
            "is_tracking": "1",
            "is_express": "0",
            "is_international": "0",
            "is_customs_required": "01",
            "is_check_post_code": "0",
            "is_check_telephone": "0",
            "is_allow_urgent_consignment": "1",
            "is_hide_delivery_reference_to_consignment": "0",
            "special_type": "WN_DIRECTBIRDSYSTEM",
            "consignment_type": "AGENT_DIRECT",
            "consignment_notice_enable": "0",
            "consignment_notice": "",
            "status": "ACTIVE"
        }
    ],
    "success": true,
    "moduleName": "client"
}