Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CustomerServiceContactDetails on Vehicle #401

Closed
JohanEntur opened this issue Sep 29, 2022 · 1 comment
Closed

CustomerServiceContactDetails on Vehicle #401

JohanEntur opened this issue Sep 29, 2022 · 1 comment

Comments

@JohanEntur
Copy link
Collaborator

JohanEntur commented Sep 29, 2022

This is a companion issue to #400

The usecase is that many ferry/boat/ship Lines use specific ships. Sometimes the customer is instructed to make direct contact with the staff onboard the vessel. This contact information is therefore directly tied to a specific vehicle, not a customer information centre.

Therefor I request that CustomerServiceContactDetails is extended to Vehicle.

Example:

<Vehicle id="HAV:Vehicle:4" version="1">
	<Name>MS Havila Pollux</Name>
	<OperationalNumber>9873761</OperationalNumber>
	<OperatorRef ref="HAV:Operator:999523587" version="1"/>
	<VehicleTypeRef ref="HAV:VehicleType:1" version="1"/>
	<CustomerServiceContactDetails>
		<Email>[email protected]</Email>
		<Phone>+47 900 00 00</Phone>
		<Url>https://www.havila.no/pollux</Url>
	</CustomerServiceContactDetails>
</Vehicle>
@JohanEntur JohanEntur changed the title CustomerContactInformation on Vehicle CustomerServiceContactDetails on Vehicle Sep 30, 2022
@ue71603
Copy link
Contributor

ue71603 commented Dec 12, 2023

fixed in #584

@ue71603 ue71603 closed this as completed Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants