Import a CSV File in to route Set

post

/rest/{versionId}/routeSets/{routeSetId}/importFile

Use this method (POST) to import a CSV file having route information to a RouteSetUser needs to provide routeSetId, contain header, file delimiter and template id details in the request query parameters.Also User need to provide the CSV file to be uploaded as part of request body

Request

Supported Media Types
Path Parameters
Query Parameters
Form Parameters
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : importTask
Type: object
Show Source

202 Response

The user request is accepted.

400 Response

The user input is invalid.

401 Response

The session ID is invalid.

403 Response

There is no permission to access the Resource

404 Response

The object (resource URI, device, and so on) of your input request cannot be found.

500 Response

Internal server error
Back to Top