| Line 152... |
Line 152... |
| 152 |
LogisticsInfo getLogisticsInfo(1:string destination_pincode, 2:i64 item_id, 3:DeliveryType type, 4:PickUpType pickUp) throws (1:LogisticsServiceException se),
|
152 |
LogisticsInfo getLogisticsInfo(1:string destination_pincode, 2:i64 item_id, 3:DeliveryType type, 4:PickUpType pickUp) throws (1:LogisticsServiceException se),
|
| 153 |
|
153 |
|
| 154 |
/**
|
154 |
/**
|
| 155 |
Returns an unused AWB number for the given provider.
|
155 |
Returns an unused AWB number for the given provider.
|
| 156 |
*/
|
156 |
*/
|
| 157 |
string getEmptyAWB(1:i64 providerId, DeliveryType type) throws (1:LogisticsServiceException se),
|
157 |
string getEmptyAWB(1:i64 providerId, 2:string logisticsTransactionId) throws (1:LogisticsServiceException se),
|
| 158 |
|
158 |
|
| 159 |
/**
|
159 |
/**
|
| 160 |
Returns the list of updates for the given AWB number and provider id. The list is empty if there are no updates yet.
|
160 |
Returns the list of updates for the given AWB number and provider id. The list is empty if there are no updates yet.
|
| 161 |
*/
|
161 |
*/
|
| 162 |
list<AwbUpdate> getShipmentInfo(1:string awbNumber, 2:i64 providerId) throws (1:LogisticsServiceException se),
|
162 |
list<AwbUpdate> getShipmentInfo(1:string awbNumber, 2:i64 providerId) throws (1:LogisticsServiceException se),
|