POST api/Admin/Stress/GuestRegistrationBO

Request Information

URI Parameters

None.

Body Parameters

StressGuestRegRequest
NameDescriptionTypeAdditional information
Concurrency

integer

None.

TotalCalls

integer

None.

WarmCache

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Concurrency": 1,
  "TotalCalls": 2,
  "WarmCache": true
}

application/xml, text/xml

Sample:
<StressGuestRegRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.Stress">
  <Concurrency>1</Concurrency>
  <TotalCalls>2</TotalCalls>
  <WarmCache>true</WarmCache>
</StressGuestRegRequest>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.