POST api/api-download/ftp-columns
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": "101a7678-1ec8-4b3f-a9ab-d8b8f4bc4567",
"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
Collection of FTP_DOWNLOAD_COLUMN| Name | Description | Type | Additional information |
|---|---|---|---|
| SEQ_NO | integer |
None. |
|
| COLUMN_NAME | string |
String length: inclusive between 0 and 50 |
|
| FTP_COLUMN | string |
String length: inclusive between 0 and 50 |
Response Formats
application/json, text/json
Sample:
[
{
"SEQ_NO": 1,
"COLUMN_NAME": "sample string 2",
"FTP_COLUMN": "sample string 3"
},
{
"SEQ_NO": 1,
"COLUMN_NAME": "sample string 2",
"FTP_COLUMN": "sample string 3"
}
]