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": "66534464-d05d-4804-9484-2e50a3d27f1a"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.