POST api/DelnetConnect/ShipmentDimension
Request Information
URI Parameters
None.
Body Parameters
DimensionEntry| Name | Description | Type | Additional information |
|---|---|---|---|
| AWBNO | string |
None. |
|
| PcsofDimension | integer |
None. |
|
| ACT_WT | decimal number |
None. |
|
| DIM_L | decimal number |
None. |
|
| DIM_W | decimal number |
None. |
|
| DIM_H | decimal number |
None. |
|
| VOL_wt | decimal number |
None. |
|
| Chg_Weight | decimal number |
None. |
|
| id | integer |
None. |
|
| Contents | string |
None. |
|
| Rate | decimal number |
None. |
|
| Qty | integer |
None. |
|
| Amount | decimal number |
None. |
|
| Query | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AWBNO": "sample string 1",
"PcsofDimension": 2,
"ACT_WT": 3.1,
"DIM_L": 4.1,
"DIM_W": 5.1,
"DIM_H": 6.1,
"VOL_wt": 7.1,
"Chg_Weight": 8.1,
"id": 9,
"Contents": "sample string 10",
"Rate": 11.1,
"Qty": 12,
"Amount": 13.1,
"Query": "sample string 14"
}
application/octet-stream
Sample:
{"AWBNO":"sample string 1","PcsofDimension":2,"ACT_WT":3.1,"DIM_L":4.1,"DIM_W":5.1,"DIM_H":6.1,"VOL_wt":7.1,"Chg_Weight":8.1,"id":9,"Contents":"sample string 10","Rate":11.1,"Qty":12,"Amount":13.1,"Query":"sample string 14"}
application/xml, text/xml
Sample:
<DimensionEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetApiServices.Models"> <ACT_WT>3.1</ACT_WT> <AWBNO>sample string 1</AWBNO> <Amount>13.1</Amount> <Chg_Weight>8.1</Chg_Weight> <Contents>sample string 10</Contents> <DIM_H>6.1</DIM_H> <DIM_L>4.1</DIM_L> <DIM_W>5.1</DIM_W> <PcsofDimension>2</PcsofDimension> <Qty>12</Qty> <Query>sample string 14</Query> <Rate>11.1</Rate> <VOL_wt>7.1</VOL_wt> <id>9</id> </DimensionEntry>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |