POST Api/Schedule/SaveScheduleLogAttachment
Request Information
URI Parameters
None.
Body Parameters
LogAttachmentVM| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| LogID | integer |
None. |
|
| Path | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"LogID": 1,
"Path": "sample string 2"
}
application/xml, text/xml
Sample:
<LogAttachmentVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.ViewModel"> <ID>1</ID> <LogID>1</LogID> <Path>sample string 2</Path> </LogAttachmentVM>
multipart/form-data
Sample:
<LogAttachmentVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.ViewModel"><ID>1</ID><LogID>1</LogID><Path>sample string 2</Path></LogAttachmentVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.