Project

General

Profile

Actions

Specification » History » Revision 2

« Previous | Revision 2/8 (diff) | Next »
Soh Keong, 12/14/2020 03:26 PM


Specification

Programming Guide

Jar version

version Description
1.0 Init

Jar File Download

Jar
Lib
Properties

properties file

  • service.properties
  1. json.url - provided by DotNet team
  2. connection.timeout - set connection timeout
  3. connection.read.timeout - set connection read timeout

Methods

cosway.eCos2WebApi.service.TrackService service = new cosway.eCos2WebApi.service.TrackService();

getTrackingOrderDetail

cosway.eCos2WebApi.model.ResponseTrack responseBean = service.getTrackingOrderDetail(String orderId)
  • cosway.eCos2WebApi.model.ResponseTrack
  • errorCode - String
  • errorMessage - String
  • detail - TrackOrderDetail
  • companyName - String
  • trackingNo - String
  • updateDatetime - Date

Updated by Soh Keong almost 4 years ago · 2 revisions