POST SaveChart/azuresave
Request Information
URI Parameters
None.
Body Parameters
ScribeSwiftSaveDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ChartId | integer |
None. |
|
| Filename | string |
None. |
|
| Data | string |
None. |
|
| SourceId | integer |
None. |
|
| UserType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"chartId": 1,
"filename": "sample string 2",
"data": "sample string 3",
"sourceId": 4,
"userType": "sample string 5"
}
application/xml, text/xml
Sample:
<ScribeSwiftSaveDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.ScribeSwiftDTO"> <ChartId>1</ChartId> <Data>sample string 3</Data> <Filename>sample string 2</Filename> <SourceId>4</SourceId> <UserType>sample string 5</UserType> </ScribeSwiftSaveDTO>
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.