POST api/assetchild/create

Request Information

URI Parameters

None.

Body Parameters

CreateAssetChildDto
NameDescriptionTypeAdditional information
Code

string

None.

Name

string

None.

ParentAssetId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Name": "sample string 2",
  "ParentAssetId": "66534464-d05d-4804-9484-2e50a3d27f1a"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CreateAssetChildDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.