GET api/TrackPod
Request Information
URI Parameters
None.
Body Parameters
validate| Name | Description | Type | Additional information |
|---|---|---|---|
| CLCODE | string |
None. |
|
| pass | string |
None. |
|
| pkid | integer |
None. |
|
| AWBNO | string |
None. |
|
| netno | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CLCODE": "sample string 1",
"pass": "sample string 2",
"pkid": 3,
"AWBNO": "sample string 4",
"netno": "sample string 5"
}
application/xml, text/xml
Sample:
<validate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RV_Log_Api.Models"> <AWBNO>sample string 4</AWBNO> <CLCODE>sample string 1</CLCODE> <netno>sample string 5</netno> <pass>sample string 2</pass> <pkid>3</pkid> </validate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of View_pod| Name | Description | Type | Additional information |
|---|---|---|---|
| AWBNO | string |
None. |
|
| CLCODE | string |
None. |
|
| netno | string |
None. |
|
| pod_img | Collection of byte |
None. |
|
| bkdate | date |
None. |
|
| pid | decimal number |
None. |
|
| Expr1 | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AWBNO": "sample string 1",
"CLCODE": "sample string 2",
"netno": "sample string 3",
"pod_img": "QEA=",
"bkdate": "2025-12-06T11:58:19.0416749+05:30",
"pid": 4.0,
"Expr1": 5.0
},
{
"AWBNO": "sample string 1",
"CLCODE": "sample string 2",
"netno": "sample string 3",
"pod_img": "QEA=",
"bkdate": "2025-12-06T11:58:19.0416749+05:30",
"pid": 4.0,
"Expr1": 5.0
}
]
application/xml, text/xml
Sample:
<ArrayOfView_pod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RV_Log_Api.Models">
<View_pod>
<AWBNO>sample string 1</AWBNO>
<CLCODE>sample string 2</CLCODE>
<Expr1>5</Expr1>
<bkdate>2025-12-06T11:58:19.0416749+05:30</bkdate>
<netno>sample string 3</netno>
<pid>4</pid>
<pod_img>QEA=</pod_img>
</View_pod>
<View_pod>
<AWBNO>sample string 1</AWBNO>
<CLCODE>sample string 2</CLCODE>
<Expr1>5</Expr1>
<bkdate>2025-12-06T11:58:19.0416749+05:30</bkdate>
<netno>sample string 3</netno>
<pid>4</pid>
<pod_img>QEA=</pod_img>
</View_pod>
</ArrayOfView_pod>