Adds a new data segment details
post
/service/account/parsefileAsync
This endpoint is used to add a new data segment details.
Request
Supported Media Types
- multipart/form-data
- application/json
Form Parameters
-
fileDetailsDTO: string
Request Body that contains data required for creating a new datasegment
-
upfile: file
The file to upload.
Response
Supported Media Types
- application/json
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL of newly created accounts
Nested Schema : ResponseDto
Type:
Show Source
object
-
codes(optional):
array codes
-
id(optional):
string
-
requestId(optional):
string
-
status(optional):
string
Nested Schema : ResponseCode
Type:
Show Source
object
-
arg(optional):
string
-
args(optional):
array args
-
Code(optional):
string
-
Desc(optional):
string
-
Language(optional):
string
-
Type(optional):
string
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error