POST Download/DownloadSYS_NOT
Request Information
URI Parameters
None.
Body Parameters
SYS_NOTParm| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| C_ID | string |
None. |
|
| Prm | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"Password": "sample string 2",
"C_ID": "sample string 3",
"Prm": "sample string 4"
}
text/xml
Sample:
<SYS_NOTParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartSyncService.Models.DownloadData"> <C_ID>sample string 3</C_ID> <Password>sample string 2</Password> <Prm>sample string 4</Prm> <UserName>sample string 1</UserName> </SYS_NOTParm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.