POST BusSupReg

Request Information

URI Parameters

None.

Body Parameters

BusSupRegModel
NameDescriptionTypeAdditional information
Mobile

string

None.

Name

string

None.

D_ID

integer

None.

DM

integer

None.

Image1

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "Mobile": "sample string 1",
  "Name": "sample string 2",
  "D_ID": 3,
  "DM": 4,
  "Image1": "QEA="
}

application/xml, text/xml

Sample:
<BusSupRegModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/commonlib.DataAccess">
  <DM>4</DM>
  <D_ID>3</D_ID>
  <Image1>QEA=</Image1>
  <Mobile>sample string 1</Mobile>
  <Name>sample string 2</Name>
</BusSupRegModel>

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.