Travel Document Types REST Endpoints

List of Values/Travel Document Types
Create travel document types
Method: post
Path: /spms/v2/ships/{shipId}/configurations/travelDocumentTypes
Create/ Add a new travel document type
Method: post
Path: /spms/v1/configurations/travelDocumentTypes
Delete travel document type by code
Method: delete
Path: /spms/v2/ships/{shipId}/configurations/travelDocumentTypes/{travelDocumentCode}
Edit travel document type details
Method: put
Path: /spms/v2/ships/{shipId}/configurations/travelDocumentTypes/{travelDocumentCode}
Retrieve a travel document type record by code
Method: get
Path: /spms/v1/configurations/travelDocumentTypes/{code}
Retrieve list of all enabled travel document types
Method: get
Path: /spms/v1/configurations/travelDocumentTypes/enabled
Retrieve list of all travel document types
Method: get
Path: /spms/v1/configurations/travelDocumentTypes
Retrieve list of travel document types
Method: get
Path: /spms/v2/ships/{shipId}/configurations/travelDocumentTypes
Retrieve travel document type by code
Method: get
Path: /spms/v2/ships/{shipId}/configurations/travelDocumentTypes/{travelDocumentCode}
Update a travel document type record by code
Method: put
Path: /spms/v1/configurations/travelDocumentTypes/{code}