Record Types REST Endpoints

Record Types
The record type resource is used to view, create, modify, or delete a record type. A record type establishes the types of applications supported by an agency.
Create a record type
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordTypes
Get a record type
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordTypes/{RecordTypeId}
Get all record types
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordTypes
Update a record type
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecordTypes/{RecordTypeId}