Other Travel Documents REST Endpoints
Profiles/Other Travel Documents
- Delete profile other travel document details.
- Method: deletePath:
/spms/v2/ships/{shipId}/profiles/{profileTypes}/{profileId}/otherTravelDocuments/{documentId} - Insert profile other travel document details.
- Method: postPath:
/spms/v2/ships/{shipId}/profiles/{profileTypes}/{profileId}/otherTravelDocuments - Retrieve list of all other travel documents for a guest
- Method: getPath:
/spms/v1/guest/{accountId}/otherTravelDocuments - Retrieve profile other travel document details.
- Method: getPath:
/spms/v2/ships/{shipId}/profiles/{profileTypes}/{profileId}/otherTravelDocuments - Retrieves list of all other travel documents for a crew
- Method: getPath:
/spms/v1/crew/{accountId}/otherTravelDocuments - Retrieves list of all other travel documents for a resident
- Method: getPath:
/spms/v1/resident/{accountId}/otherTravelDocuments - Retrieves list of all other travel documents for a visitor
- Method: getPath:
/spms/v1/visitor/{accountId}/otherTravelDocuments - Update profile other travel document details.
- Method: putPath:
/spms/v2/ships/{shipId}/profiles/{profileTypes}/{profileId}/otherTravelDocuments/{documentId}