API Docs
Get License For Code and Amendment
Contents
This Web Service returns the license for a specific license code and amendment code.
Resource URL
GET /almaws/v1/acq/licenses/{license_code}/amendments/{amendment_code}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
license_code | xs:string | The license code. |
amendment_code | xs:string | The license amendment code. |
Querystring Parameters
None
Body Parameters
None
Output
This method returns a License
object. See doc
Possible Error Codes
Code | Message |
---|---|
402119 | General error. |
403401 | Failed to retrieve license with code X. |
403400 | License with code X not found. |