POST api/v2/paths

Request

URI Parameters

Body Parameters

PathNew
NameDescriptionTypeAdditional 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

integer

Response Format

application/json, text/json, text/html

Sample:
1