POST location/walkin/updateEstimatedTime?estimatedTimeMinutes={estimatedTimeMinutes}
Authorized only.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
estimatedTimeMinutes | integer |
Required |
Body Parameters
Collection of CustomerWalkinWaitTimeModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
WaitTime | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Id": 1, "WaitTime": 2 }, { "Id": 1, "WaitTime": 2 } ]
application/xml, text/xml
Sample:
<ArrayOfCustomerWalkinWaitTimeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.WalkIn"> <CustomerWalkinWaitTimeModel> <Id>1</Id> <WaitTime>2</WaitTime> </CustomerWalkinWaitTimeModel> <CustomerWalkinWaitTimeModel> <Id>1</Id> <WaitTime>2</WaitTime> </CustomerWalkinWaitTimeModel> </ArrayOfCustomerWalkinWaitTimeModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |