PUT api/DocumentStore/Put
Request Information
URI Parameters
None.
Body Parameters
BookName | Description | Type | Additional information |
---|---|---|---|
UUID | string |
None. |
|
Title | string |
None. |
|
Path | string |
None. |
|
LastModified | date |
None. |
|
FullName | string |
None. |
|
Indexed | boolean |
None. |
|
Format | string |
None. |
|
Language | string |
None. |
|
Id | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UUID": "sample string 1", "Title": "sample string 2", "Path": "sample string 3", "LastModified": "2024-10-06T05:42:50.2741196+02:00", "FullName": "sample string 5", "Indexed": true, "Format": "sample string 7", "Language": "sample string 8", "Id": "sample string 9" }
application/xml, text/xml
Sample:
<Book xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/it.t9a.Interfaces.Model"> <Id>sample string 9</Id> <Format>sample string 7</Format> <FullName>sample string 5</FullName> <Indexed>true</Indexed> <Language>sample string 8</Language> <LastModified>2024-10-06T05:42:50.2741196+02:00</LastModified> <Path>sample string 3</Path> <Title>sample string 2</Title> <UUID>sample string 1</UUID> </Book>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.