Billing Addresses REST Endpoints

Profiles/Billing Addresses
Create new guest billing address by Profile ID
Method: post
Path: /spms/v2/ships/{shipId}/profile/{profileId}/addresses/billing
Delete guest billing address by Profile ID
Method: delete
Path: /spms/v2/ships/{shipId}/profile/{profileId}/addresses/billing/{billingId}
Retrieve guest billing address by Profile ID
Method: get
Path: /spms/v2/ships/{shipId}/profile/{profileId}/addresses/billing
Update guest billing address by Profile ID
Method: put
Path: /spms/v2/ships/{shipId}/profile/{profileId}/addresses/billing/{billingId}