POST adventures/adventurers

Request Information

URI Parameters

None.

Body Parameters

AdventurerPOST
NameDescriptionTypeAdditional information
ContactNumber

string

None.

EmailAddress

string

None.

FullName

string

None.

ModifiedBy

string

None.

RsaId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "contactNumber": "sample string 1",
  "emailAddress": "sample string 2",
  "fullName": "sample string 3",
  "modifiedBy": "sample string 4",
  "rsaId": "sample string 5"
}

application/xml, text/xml

Sample:
<AdventurerPOST xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/myPortalApi.Models.Adventures">
  <ContactNumber>sample string 1</ContactNumber>
  <EmailAddress>sample string 2</EmailAddress>
  <FullName>sample string 3</FullName>
  <ModifiedBy>sample string 4</ModifiedBy>
  <RsaId>sample string 5</RsaId>
</AdventurerPOST>

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 'AdventurerPOST'.

Response Information

Resource Description

None.