Contact Types REST Endpoints

Contact Types
Use the contact types resource to view, create, modify, or delete contact types.
Create a contact type
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContactTypes
Delete a contact type
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContactTypes/{publicSectorContactTypesUniqID}
Get a contact type
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContactTypes/{publicSectorContactTypesUniqID}
Get all contact types
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContactTypes
Update a contact type
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContactTypes/{publicSectorContactTypesUniqID}