Record Comments REST Endpoints

Business License/BL Records/Record Comments
The record comment resource is used to view the comments of a record.
Create a set of comments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/RecordComment
Delete a record comment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/RecordComment/{publicSectorBlRecords_RecordComment_Id}
Get a record comment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/RecordComment/{publicSectorBlRecords_RecordComment_Id}
Get all record comments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/RecordComment
Update a record comment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBlRecords/{LnpRecordKey}/child/RecordComment/{publicSectorBlRecords_RecordComment_Id}