Actions
Specification » History » Revision 1
Revision 1/8
| Next »
Soh Keong, 12/14/2020 03:25 PM
- Table of contents
- Specification
- Methods
Specification¶
Programming Guide¶
Jar version¶
version | Description |
---|---|
1.0 | Init |
Jar File Download¶
properties file¶
- service.properties
- json.url - provided by DotNet team
- connection.timeout - set connection timeout
- 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 about 4 years ago · 1 revisions