POST api/Master/BusType

Request Information

URI Parameters

None.

Body Parameters

BusType
NameDescriptionTypeAdditional information
BusTypeID

integer

None.

BusTypes

string

None.

CreatedDate

string

None.

CreatedUser

string

None.

IsActive

string

None.

Key

string

None.

ModifiedUser

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BusTypeID": 1,
  "BusTypes": "sample string 2",
  "CreatedDate": "sample string 3",
  "CreatedUser": "sample string 4",
  "IsActive": "sample string 5",
  "Key": "sample string 6",
  "ModifiedUser": "sample string 7"
}

application/xml, text/xml

Sample:
<BusType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusApi.Models">
  <BusTypeID>1</BusTypeID>
  <BusTypes>sample string 2</BusTypes>
  <CreatedDate>sample string 3</CreatedDate>
  <CreatedUser>sample string 4</CreatedUser>
  <IsActive>sample string 5</IsActive>
  <Key>sample string 6</Key>
  <ModifiedUser>sample string 7</ModifiedUser>
</BusType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.