POST SaveBusPassengerDtls
Request Information
URI Parameters
None.
Body Parameters
BusPassengerDtls| Name | Description | Type | Additional information |
|---|---|---|---|
| User_Id | integer |
None. |
|
| BusNo | string |
None. |
|
| PassangerCount | integer |
None. |
|
| Image1 | Collection of byte |
None. |
|
| Image2 | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"User_Id": 1,
"BusNo": "sample string 2",
"PassangerCount": 3,
"Image1": "QEA=",
"Image2": "QEA="
}
application/xml, text/xml
Sample:
<BusPassengerDtls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/commonlib.DataAccess"> <BusNo>sample string 2</BusNo> <Image1>QEA=</Image1> <Image2>QEA=</Image2> <PassangerCount>3</PassangerCount> <User_Id>1</User_Id> </BusPassengerDtls>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.