GET api/VSMSWebAPI/A30001?msg={msg}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| msg | string |
Required |
Body Parameters
None.
Response Information
Resource Description
FTPLink| Name | Description | Type | Additional information |
|---|---|---|---|
| wo_no | string |
None. |
|
| wo_id | string |
None. |
|
| ftp_link | string |
None. |
|
| ftp_user | string |
None. |
|
| ftp_pwd | string |
None. |
|
| folder_name1 | string |
None. |
|
| folder_name2 | string |
None. |
|
| folder_name3 | string |
None. |
|
| photo_name | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"wo_no": "sample string 1",
"wo_id": "sample string 2",
"ftp_link": "sample string 3",
"ftp_user": "sample string 4",
"ftp_pwd": "sample string 5",
"folder_name1": "sample string 6",
"folder_name2": "sample string 7",
"folder_name3": "sample string 8",
"photo_name": "sample string 9"
}
application/xml, text/xml
Sample:
<clsWorkOrder.FTPLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/vsmsAPI"> <folder_name1>sample string 6</folder_name1> <folder_name2>sample string 7</folder_name2> <folder_name3>sample string 8</folder_name3> <ftp_link>sample string 3</ftp_link> <ftp_pwd>sample string 5</ftp_pwd> <ftp_user>sample string 4</ftp_user> <photo_name>sample string 9</photo_name> <wo_id>sample string 2</wo_id> <wo_no>sample string 1</wo_no> </clsWorkOrder.FTPLink>