POST api/ftp/ftp-deleted
Request Information
URI Parameters
None.
Body Parameters
UserRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserSeq | integer |
None. |
|
| UserUId | globally unique identifier |
None. |
|
| TokenNo | string |
None. |
|
| seqNo | integer |
None. |
|
| value | string |
None. |
|
| Code | string |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserSeq": 1,
"UserUId": "22ef8dfb-dd86-4a8c-ac03-f1c1c7dd01b8",
"TokenNo": "sample string 3",
"seqNo": 4,
"value": "sample string 5",
"Code": "sample string 6",
"Type": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | string |
None. |
|
| MESSAGE | string |
None. |
|
| VALUE | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": "sample string 1",
"MESSAGE": "sample string 2",
"VALUE": "sample string 3"
}