GET api/student/pleet/{PoseidonBookingId}
Gets the specified request.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PoseidonBookingId |
The Poseidon booking ID. |
string |
Required String length: inclusive between 6 and 32 |
poseidonBookingId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
StudentResponseOfStudentPleetName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
HasError | boolean |
None. |
|
Data | StudentPleet |
None. |
Response Formats
application/json, text/json
Sample:
{ "message": "sample string 1", "hasError": true, "data": { "url": "sample string 1", "hasPleet": true } }
application/xml, text/xml
Sample:
<StudentResponseOfStudentPleetK6lwLlVo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSEY.API.Models.Student"> <Data> <HasPleet>true</HasPleet> <Url>sample string 1</Url> </Data> <Message>sample string 1</Message> </StudentResponseOfStudentPleetK6lwLlVo>