POST api/Member/MemberActivate

Request Information

URI Parameters

None.

Body Parameters

BOAddOrderPreview
NameDescriptionTypeAdditional information
Result_status

integer

None.

Msg

string

None.

Error_message

string

None.

MemberId

integer

None.

MemberId_To

integer

None.

MemberId_From

integer

None.

FmId

integer

None.

AddressId

integer

None.

BookingDate

string

None.

SlotId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Result_status": 1,
  "Msg": "sample string 2",
  "Error_message": "sample string 3",
  "MemberId": 4,
  "MemberId_To": 5,
  "MemberId_From": 6,
  "FmId": 7,
  "AddressId": 8,
  "BookingDate": "sample string 9",
  "SlotId": 10
}

application/xml, text/xml

Sample:
<BOAddOrderPreview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BO.Common">
  <AddressId>8</AddressId>
  <BookingDate>sample string 9</BookingDate>
  <Error_message>sample string 3</Error_message>
  <FmId>7</FmId>
  <MemberId>4</MemberId>
  <MemberId_From>6</MemberId_From>
  <MemberId_To>5</MemberId_To>
  <Msg>sample string 2</Msg>
  <Result_status>1</Result_status>
  <SlotId>10</SlotId>
</BOAddOrderPreview>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BOAddOrderPreview'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.