Travel Document Types REST Endpoints
List of Values/Travel Document Types
- Create travel document types
- Method: postPath:
/spms/v2/ships/{shipId}/configurations/travelDocumentTypes - Create/ Add a new travel document type
- Method: postPath:
/spms/v1/configurations/travelDocumentTypes - Delete travel document type by code
- Method: deletePath:
/spms/v2/ships/{shipId}/configurations/travelDocumentTypes/{travelDocumentCode} - Edit travel document type details
- Method: putPath:
/spms/v2/ships/{shipId}/configurations/travelDocumentTypes/{travelDocumentCode} - Retrieve a travel document type record by code
- Method: getPath:
/spms/v1/configurations/travelDocumentTypes/{code} - Retrieve list of all enabled travel document types
- Method: getPath:
/spms/v1/configurations/travelDocumentTypes/enabled - Retrieve list of all travel document types
- Method: getPath:
/spms/v1/configurations/travelDocumentTypes - Retrieve list of travel document types
- Method: getPath:
/spms/v2/ships/{shipId}/configurations/travelDocumentTypes - Retrieve travel document type by code
- Method: getPath:
/spms/v2/ships/{shipId}/configurations/travelDocumentTypes/{travelDocumentCode} - Update a travel document type record by code
- Method: putPath:
/spms/v1/configurations/travelDocumentTypes/{code}