RecordAuthorizedAgents REST Endpoints

Records/RecordAuthorizedAgents
The record record authorized agent resource is used to view, create, modify, or delete a record authorized agent. Note: You must use the agency's dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Create a set of authrorized agents
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordAuthorizedAgent
Delete an authorized agent
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordAuthorizedAgent/{LnpAuthorizedAgntKey}
Get all records of authorized agents
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordAuthorizedAgent
Get an authorized agent
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordAuthorizedAgent/{LnpAuthorizedAgntKey}
Update an authorized agent
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordAuthorizedAgent/{LnpAuthorizedAgntKey}