...
URL |
| |
Method | GET |
|
Query string | requestContent= | Request XML |
Returns | 201 Created & Location | Bag content Response content type: text/xml |
| 401 Unauthorized |
|
| 415 Unsupported Media Type |
|
...
If the specified document does not exist, it is not created by this command.
Modify a documentone or more documents:
URL |
| |
Method | PUT |
|
Request Body | XML | Request XML |
Returns | 200 OK and response XML | Response XML |
| 401 Unauthorized |
|
| 404 Not Found |
|
| 415 Unsupported Media Type |
|
Modify one or more documents :
URL |
| |
Method | PUT |
|
Request Body | XML | Request XML |
Returns | 200 OK and response | Response XML |
| 401 Unauthorized |
|
| 404 Not Found |
|
| 415 Unsupported Media Type |
|
Modify one or more documents with with binary content (PDF, DOC etc):
URL |
| |
Method | POST (PUT does not support multi-part request) |
|
Request Body | Multi-part binary | Bag content |
Returns | 200 OK and response | Response XML |
| 401 Unauthorized |
|
| 404 Not Found |
|
| 415 Unsupported Media Type |
|
...