Account Categories REST Endpoints

Configurations/Account Categories
Create a new Account Category record
Method: post
Path: /spms/v2/ships/{shipId}/configurations/profiles/accountCategories
Delete existing Account Category record
Method: delete
Path: /spms/v2/ships/{shipId}/configurations/profiles/accountCategories/{accountCategoryCode}
Retrieve configured Account Category records
Method: get
Path: /spms/v2/ships/{shipId}/configurations/profiles/accountCategories
Update existing Account Category record
Method: put
Path: /spms/v2/ships/{shipId}/configurations/profiles/accountCategories/{accountCategoryCode}