Credit Card Terminal REST Endpoints

Interfaces/Credit Card Terminal
The operations from the Interfaces/Credit Card Terminal category.
Create/ Add credit card terminal record
Method: post
Path: /spms/v2/ships/{shipId}/interfaces/creditCardTerminals
Delete a credit card terminal record
Method: delete
Path: /spms/v2/ships/{shipId}/interfaces/creditCardTerminals/{terminalId}
Retrieve a credit card terminal record
Method: get
Path: /spms/v2/ships/{shipId}/interfaces/creditCardTerminals/{terminalId}
Retrieve a list of all credit card terminal records
Method: get
Path: /spms/v2/ships/{shipId}/interfaces/creditCardTerminals
Update a credit card terminal record
Method: put
Path: /spms/v2/ships/{shipId}/interfaces/creditCardTerminals/{terminalId}