POST api/Naviera
Request Information
URI Parameters
None.
Body Parameters
ReservationName | Description | Type | Additional information |
---|---|---|---|
terminalID | integer |
None. |
|
pointOfSaleID | integer |
None. |
|
currency | string |
None. |
|
language | string |
None. |
|
total | decimal number |
None. |
|
serviceID | integer |
None. |
|
date | date |
None. |
|
string |
None. |
||
units | Collection of Unit |
None. |
Request Formats
application/json, text/json
Sample:
{ "terminalID": 1, "pointOfSaleID": 2, "currency": "sample string 3", "language": "sample string 4", "total": 5.0, "serviceID": 6, "date": "2025-03-31T16:44:36.6934859-06:00", "email": "sample string 8", "units": [ { "priceID": 1, "unit": "sample string 2", "quantity": 3.0, "passengers": [ { "passengerID": "98a8938c-8769-4043-b1c7-7736e564081b", "passengerFirstName": "sample string 1", "passengerLastName": "sample string 2", "dishItemID": 3, "age": 4, "main": true }, { "passengerID": "98a8938c-8769-4043-b1c7-7736e564081b", "passengerFirstName": "sample string 1", "passengerLastName": "sample string 2", "dishItemID": 3, "age": 4, "main": true } ] }, { "priceID": 1, "unit": "sample string 2", "quantity": 3.0, "passengers": [ { "passengerID": "98a8938c-8769-4043-b1c7-7736e564081b", "passengerFirstName": "sample string 1", "passengerLastName": "sample string 2", "dishItemID": 3, "age": 4, "main": true }, { "passengerID": "98a8938c-8769-4043-b1c7-7736e564081b", "passengerFirstName": "sample string 1", "passengerLastName": "sample string 2", "dishItemID": 3, "age": 4, "main": true } ] } ] }
application/xml, text/xml
Sample:
<ApiNavieraViewModel.Reservation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ePlat.Models.ViewModels"> <currency>sample string 3</currency> <date>2025-03-31T16:44:36.6934859-06:00</date> <email>sample string 8</email> <language>sample string 4</language> <pointOfSaleID>2</pointOfSaleID> <serviceID>6</serviceID> <terminalID>1</terminalID> <total>5</total> <units> <ApiNavieraViewModel.Unit> <passengers> <ApiNavieraViewModel.Passenger> <age>4</age> <dishItemID>3</dishItemID> <main>true</main> <passengerFirstName>sample string 1</passengerFirstName> <passengerID>98a8938c-8769-4043-b1c7-7736e564081b</passengerID> <passengerLastName>sample string 2</passengerLastName> </ApiNavieraViewModel.Passenger> <ApiNavieraViewModel.Passenger> <age>4</age> <dishItemID>3</dishItemID> <main>true</main> <passengerFirstName>sample string 1</passengerFirstName> <passengerID>98a8938c-8769-4043-b1c7-7736e564081b</passengerID> <passengerLastName>sample string 2</passengerLastName> </ApiNavieraViewModel.Passenger> </passengers> <priceID>1</priceID> <quantity>3</quantity> <unit>sample string 2</unit> </ApiNavieraViewModel.Unit> <ApiNavieraViewModel.Unit> <passengers> <ApiNavieraViewModel.Passenger> <age>4</age> <dishItemID>3</dishItemID> <main>true</main> <passengerFirstName>sample string 1</passengerFirstName> <passengerID>98a8938c-8769-4043-b1c7-7736e564081b</passengerID> <passengerLastName>sample string 2</passengerLastName> </ApiNavieraViewModel.Passenger> <ApiNavieraViewModel.Passenger> <age>4</age> <dishItemID>3</dishItemID> <main>true</main> <passengerFirstName>sample string 1</passengerFirstName> <passengerID>98a8938c-8769-4043-b1c7-7736e564081b</passengerID> <passengerLastName>sample string 2</passengerLastName> </ApiNavieraViewModel.Passenger> </passengers> <priceID>1</priceID> <quantity>3</quantity> <unit>sample string 2</unit> </ApiNavieraViewModel.Unit> </units> </ApiNavieraViewModel.Reservation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AttemptResponseV3Name | Description | Type | Additional information |
---|---|---|---|
responseType | Attempt_ResponseTypes |
None. |
|
exception | Exception |
None. |
|
id | Object |
None. |
|
message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "responseType": 0, "exception": { "ClassName": "System.Exception", "Message": null, "Data": null, "InnerException": null, "HelpURL": "sample string 1", "StackTraceString": null, "RemoteStackTraceString": null, "RemoteStackIndex": 0, "ExceptionMethod": null, "HResult": 3, "Source": "sample string 2", "WatsonBuckets": null }, "id": {}, "message": "sample string 2" }
application/xml, text/xml
Sample:
<AttemptResponseV3 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ePlat.Models.Utils"> <exception xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <ClassName xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">System.Exception</ClassName> <Message i:nil="true" xmlns="" /> <Data i:nil="true" xmlns="" /> <InnerException i:nil="true" xmlns="" /> <HelpURL xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</HelpURL> <StackTraceString i:nil="true" xmlns="" /> <RemoteStackTraceString i:nil="true" xmlns="" /> <RemoteStackIndex xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:int" xmlns="">0</RemoteStackIndex> <ExceptionMethod i:nil="true" xmlns="" /> <HResult xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:int" xmlns="">3</HResult> <Source xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</Source> <WatsonBuckets i:nil="true" xmlns="" /> </exception> <id /> <message>sample string 2</message> <responseType>Warning</responseType> </AttemptResponseV3>