API Docs
Create Licenses Attachment
Contents
This API creates an license's attachment.
Resource URL
POST /almaws/v1/acq/licenses/{license_code}/attachments
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
license_code | xs:string | The License code. |
Querystring Parameters
None
Body Parameters
The Attachment info to create. See doc
Output
This method returns a Attachment
object. See doc
Possible Error Codes
Code | Message |
---|---|
60100 | The parameter X must be a number greater than zero. |
60322 | Attachment content could not be processed. |