API Docs
Update Mapping-table
Contents
This Web service updates a mapping-table.
Resource URL
PUT /almaws/v1/conf/mapping-tables/{mappingTableName}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
mappingTableName | xs:string | Mapping table name. |
Querystring Parameters
None
Body Parameters
This method takes a mapping-table object. See doc
Output
This method returns a Mapping-table
object. See doc
Possible Error Codes
Code | Message |
---|---|
402119 | General error. |
90126 | Mapping table name is empty. |
90101 | Table does not exist. |
90102 | Requested table is hidden. |
90127 | Requested table scope is not legal. |
90125 | Requested table is not customizable |