Travel Document Types REST Endpoints

List of values/Travel Document Types
Create/ Add a new travel document type
Method: post
Path: /spms/v1/configurations/travelDocumentTypes
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
Update a travel document type record by code
Method: put
Path: /spms/v1/configurations/travelDocumentTypes/{code}