Credit Categories REST Endpoints

Credit Categories
The credit categories resource is used to view, create, update, and delete a credit category and its details. Credit categories provide the eligibility of a participant, a team, or a manager to receive credit for a transaction.
Create a credit category
Method: post
Path: /fscmRestApi/resources/11.13.18.05/creditCategories
Delete a credit category
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/creditCategories/{CreditCategoryId}
Get a credit category
Method: get
Path: /fscmRestApi/resources/11.13.18.05/creditCategories/{CreditCategoryId}
Get all credit categories
Method: get
Path: /fscmRestApi/resources/11.13.18.05/creditCategories
Update a credit category
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/creditCategories/{CreditCategoryId}