DELETE api/travel/day/traveldate/{travelDateId}/lock

Releases a lock on a travel date, allowing other users to modify it.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
travelDateId

The unique identifier of the travel date whose lock should be released.

integer

Required

Body Parameters

None.

Response Information

Resource Description

Returns HTTP 204 (No Content) if the lock was successfully released

IHttpActionResult

None.

Response Formats

application/json, text/json, application/javascript

Sample:

Sample not available.