DELETE api/Pictures
Request Information
URI Parameters
None.
Body Parameters
Picture| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Url | string |
None. |
|
| Comment | string |
None. |
|
| NoteId | globally unique identifier |
None. |
|
| Title | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "bfa1360c-9ad2-419b-9acc-df5e11435a49",
"Url": "sample string 2",
"Comment": "sample string 3",
"NoteId": "c81872ca-4c3c-42ae-bdbd-d77e2485be42",
"Title": "sample string 5"
}
application/xml, text/xml
Sample:
<Picture xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fagtorget.DTO.Notes"> <Comment>sample string 3</Comment> <Id>bfa1360c-9ad2-419b-9acc-df5e11435a49</Id> <NoteId>c81872ca-4c3c-42ae-bdbd-d77e2485be42</NoteId> <Title>sample string 5</Title> <Url>sample string 2</Url> </Picture>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.