GET api/v2/paths/new
Request
URI Parameters
Response
PathNew| Name | Description | Type | Additional information |
|---|---|---|---|
| Identification | string | ||
| ParentPathId | integer |
Response Format
application/json, text/json
Sample:
{
"Identification": "sample string 1",
"ParentPathId": 1
}
text/html
Sample:
{"Identification":"sample string 1","ParentPathId":1}