Anfang des Inhaltsbereichs

Hintergrunddokumentation Funktion: create mit HTTP-PUT  Dokument im Navigationsbaum lokalisieren

 

Es wird ein neues Dokument mit der angegebenen docId angelegt. Eine Komponente wird in das Content-Repository gestellt. Die Schutzwürdigkeit richtet sich nach dem am Content-Server eingestellten Standard.

anlegen (c)

Folgende Parameter sind möglich:

Parameter

Angabenotwendigkeit

Default

Position

Signieren

contRep

obligatorisch

 

URL

X

compId

obligatorisch

 

URL

X

docId

obligatorisch

 

URL

X

pVersion

obligatorisch

 

URL

 

Content-Type

optional

 

Body

 

charset

optional

 

Body

 

version

optional

 

Body

 

Content-Length

obligatorisch

 

Header-Body

 

docProt

optional

Server-Einstellung

URL

X

accessMode

s-mandatory

 

URL

X

authId

s-mandatory

 

URL

X

expiration

s-mandatory

 

URL

X

secKey

optional

 

URL

 

 

Beispiel

http://pswdf009:1080/ContentServer/ContentServer.dll?create&pVersion=0046&contRep=K1&docId=4B7689654E73D21197E70060B0672A3C&compId=data&Content-Length=300

Die Komponente „data" des Dokuments wird abgelegt. Die Daten der Komponente werden als Entity-Body übertragen.

Ende des Inhaltsbereichs