247API
English
English
  • Getting Started
  • Change Log
  • Support
  • About 247Express
  • 247Express API NPM Package
  • Customer
    • Header Request
    • Shipment Pick-up and Delivery Workflow
    • Main services
    • Value-added services
    • List of ClientHubs
    • Update Order
    • Cancel order
    • Get delivered pictures
    • Pricing
    • Create an order
    • Create client hub
    • Update client hub
    • Feedback
  • SSO
    • SSO - Login
  • Tracking
    • Order Tracking
  • Webhooks
    • Update status
    • Status update log
Powered by GitBook
On this page
  • Services
  • Example

Was this helpful?

  1. Customer

Value-added services

API get list of Value-added services is provided by 247Express

Services

POST /api/Customer/Services

{
    "Services": [
        {
            "ServiceID": "HDL",
            "ServiceName": "Hàng đông lạnh"
        },
        {
            "ServiceID": "BP",
            "ServiceName": "Báo phát"
        },
        {
            "ServiceID": "HQK",
            "ServiceName": "DV hàng quá khổ"
        }
    ],
    "Errors": [],
    "ErrorMessage": ""
}

Example

{}
PreviousMain servicesNextList of ClientHubs

Was this helpful?