POST api/volunteer

Request Information

URI Parameters

None.

Body Parameters

tbl_volunteer
NameDescriptionTypeAdditional information
Sno

integer

None.

Vname

string

None.

MobileNo

string

None.

VehicalNo

string

None.

VAddress

string

None.

VType

string

None.

Verify

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Sno": 1,
  "Vname": "sample string 2",
  "MobileNo": "sample string 3",
  "VehicalNo": "sample string 4",
  "VAddress": "sample string 5",
  "VType": "sample string 6",
  "Verify": "sample string 7"
}

application/xml, text/xml

Sample:
<tbl_volunteer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HsrAPIEntity.Models">
  <MobileNo>sample string 3</MobileNo>
  <Sno>1</Sno>
  <VAddress>sample string 5</VAddress>
  <VType>sample string 6</VType>
  <VehicalNo>sample string 4</VehicalNo>
  <Verify>sample string 7</Verify>
  <Vname>sample string 2</Vname>
</tbl_volunteer>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.