POST ITS/OnlineAgent/PassengerLuggageBooking_Insert
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| obj | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"LB_ID": 1,
"JM_PNRNo": 2,
"CM_CompanyID": 3,
"LB_NoOfAriticals": 4,
"LB_ChargeWeight": 5.0,
"LB_ActaulWeight": 6.0,
"LB_Freight": 7,
"LB_STCharges": 8.0,
"LB_GST": 9.0,
"LB_NetAmount": 10,
"LB_Note": "sample string 11",
"LB_CashID": 12,
"UM_UserID": 13,
"LB_IsActive": 14,
"LB_IPAddress": "sample string 15",
"AM_AgentID": 16
}
application/xml, text/xml
Sample:
<PROP_LuggagePassenger xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_OnlineITS.Models"> <AM_AgentID>16</AM_AgentID> <CM_CompanyID>3</CM_CompanyID> <JM_PNRNo>2</JM_PNRNo> <LB_ActaulWeight>6</LB_ActaulWeight> <LB_CashID>12</LB_CashID> <LB_ChargeWeight>5</LB_ChargeWeight> <LB_Freight>7</LB_Freight> <LB_GST>9</LB_GST> <LB_ID>1</LB_ID> <LB_IPAddress>sample string 15</LB_IPAddress> <LB_IsActive>14</LB_IsActive> <LB_NetAmount>10</LB_NetAmount> <LB_NoOfAriticals>4</LB_NoOfAriticals> <LB_Note>sample string 11</LB_Note> <LB_STCharges>8</LB_STCharges> <UM_UserID>13</UM_UserID> </PROP_LuggagePassenger>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"status": 1,
"message": "sample string 2",
"data": {}
}
application/xml, text/xml
Sample:
<PROP_Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_OnlineITS.Models"> <data /> <message>sample string 2</message> <status>1</status> </PROP_Response>