Billing Addresses REST Endpoints
Profiles/Billing Addresses
- Create new guest billing address by Profile ID
- Method: postPath:
/spms/v2/ships/{shipId}/profile/{profileId}/addresses/billing - Delete guest billing address by Profile ID
- Method: deletePath:
/spms/v2/ships/{shipId}/profile/{profileId}/addresses/billing/{billingId} - Retrieve guest billing address by Profile ID
- Method: getPath:
/spms/v2/ships/{shipId}/profile/{profileId}/addresses/billing - Update guest billing address by Profile ID
- Method: putPath:
/spms/v2/ships/{shipId}/profile/{profileId}/addresses/billing/{billingId}