POST api/Admin/Stress/GuestRegistrationBO
Request Information
URI Parameters
None.
Body Parameters
StressGuestRegRequest| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.