API Docs
Update Electronic Service
Contents
This Web service updates an electronic service.
Resource URL
PUT /almaws/v1/electronic/e-collections/{collection_id}/e-services/{service_id}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
collection_id | xs:string | Unique ID of the electronic collection. |
service_id | xs:string | Unique ID of the electronic service. |
Querystring Parameters
None
Body Parameters
This method takes an ElectronicService object. See doc
Output
This method returns a Collection
object. See doc
Possible Error Codes
Code | Message |
---|---|
60121 | The Collection ID was not found. |
60122 | The Service ID was not found. |
60127 | The type is missing or not valid. |
60130 | The free indicator is not valid. |
60132 | The proxy enable is not valid. |
60133 | The proxy is not valid. |
60135 | The group proxy is not valid. |
60138 | The activation status is not valid. |
60141 | The service could not be saved. |
60142 | The service date is not valid. |
60144 | The unavailable flag is not valid. |
60145 | The link resolver is not valid. |
60146 | The URL type is not valid. |
60147 | The cross ref data is not valid. |
60148 | The linking level is not valid. |
60150 | The collection has a service. |
60152 | The group is not valid. |
60153 | The type is not valid for update. |