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