GET api/volunteer

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of 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.

Response 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"
  },
  {
    "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:
<ArrayOftbl_volunteer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HsrAPIEntity.Models">
  <tbl_volunteer>
    <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>
  <tbl_volunteer>
    <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>
</ArrayOftbl_volunteer>