API Docs
Update License Term
Contents
This API updates a license term.
Resource URL
PUT /almaws/v1/conf/license-terms/{license_term_code}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
license_term_code | xs:string | The code of the license term. |
Querystring Parameters
None
Body Parameters
This method takes a License Term object. See doc
Output
This method returns a Library
object. See doc
Possible Error Codes
Code | Message |
---|---|
403400 | License with code not found. |
500021 | Mandatory field is missing. |
60198 | License code not unique. |
60195 | License term codes not valid. |
60190 | License licensor not valid. |
60202 | License not updated. |