POST api/Volunteer/TransferVolunteer

Request Information

URI Parameters

None.

Body Parameters

TransferVolunteerViewModel
NameDescriptionTypeAdditional information
VolunteerCode

string

None.

UDISECode

string

None.

UserCode

string

None.

RoleId

integer

None.

RoleTypeId

integer

None.

IMEI

string

None.

MobileId

string

None.

Request Formats

application/json, text/json, application/problem+json

Sample:
{
  "VolunteerCode": "sample string 1",
  "UDISECode": "sample string 2",
  "UserCode": "sample string 3",
  "RoleId": 4,
  "RoleTypeId": 5,
  "IMEI": "sample string 6",
  "MobileId": "sample string 7"
}

application/xml, text/xml

Sample:
<TransferVolunteerViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALProject.ViewModel.Volunteer">
  <IMEI>sample string 6</IMEI>
  <MobileId>sample string 7</MobileId>
  <RoleId>4</RoleId>
  <RoleTypeId>5</RoleTypeId>
  <UDISECode>sample string 2</UDISECode>
  <UserCode>sample string 3</UserCode>
  <VolunteerCode>sample string 1</VolunteerCode>
</TransferVolunteerViewModel>

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.