NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

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
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
Method: put
Path: /spms/v1/configurations/travelDocumentTypes/{code}