My Licenses REST Endpoints

My Licenses
The my licenses resource is used to view, create, modify, or delete licenses that are associated with a registered public user's account profile.
Create a license
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLicenses
Delete a license
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLicenses/{LicenseReferenceId}
Get a license
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLicenses/{LicenseReferenceId}
Get all licenses
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLicenses
Update a license
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLicenses/{LicenseReferenceId}