POST api/assetchild/create
Request Information
URI Parameters
None.
Body Parameters
CreateAssetChildDto| Name | Description | Type | Additional 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": "c33a6405-a453-4ecb-a7fa-458aa9f8c30f"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.