Other Travel Documents REST Endpoints

Profiles/Other Travel Documents
Delete profile other travel document details.
Method: delete
Path: /spms/v2/ships/{shipId}/profiles/{profileTypes}/{profileId}/otherTravelDocuments/{documentId}
Insert profile other travel document details.
Method: post
Path: /spms/v2/ships/{shipId}/profiles/{profileTypes}/{profileId}/otherTravelDocuments
Retrieve list of all other travel documents for a guest
Method: get
Path: /spms/v1/guest/{accountId}/otherTravelDocuments
Retrieve profile other travel document details.
Method: get
Path: /spms/v2/ships/{shipId}/profiles/{profileTypes}/{profileId}/otherTravelDocuments
Retrieves list of all other travel documents for a crew
Method: get
Path: /spms/v1/crew/{accountId}/otherTravelDocuments
Retrieves list of all other travel documents for a resident
Method: get
Path: /spms/v1/resident/{accountId}/otherTravelDocuments
Retrieves list of all other travel documents for a visitor
Method: get
Path: /spms/v1/visitor/{accountId}/otherTravelDocuments
Update profile other travel document details.
Method: put
Path: /spms/v2/ships/{shipId}/profiles/{profileTypes}/{profileId}/otherTravelDocuments/{documentId}