POST s2/bookings
Book service case to a status according information sent in Booking instance special project - not for public usage
Request Information
URI Parameters
None.
Body Parameters
booking information
InitPro.Ida.Web.Api.Dto.S2.SunriseBookingName | Description | Type | Additional information |
---|---|---|---|
CaseId | integer |
None. |
|
Status | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CaseId": 1, "Status": "sample string 2" }
application/xml, text/xml
Sample:
<SunriseBooking xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InitPro.Ida.Web.Api.Dto.S2"> <CaseId>1</CaseId> <Status>sample string 2</Status> </SunriseBooking>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Http StatusCode - 200 and service case Number, 400 and error information in case of errors
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.