Create an Entity
POST
Creates an entity.
Consumes
This API call consumes the application/json
media type via the Content-Type request header.
Request Syntax
POST/custdev/core/entity
Request Body
body Meridium.Api.CustDev.Core.EntDevDTO
Usage Sample
{
"FamilyKey": "64251784124",
"Fields": [
{
"key": "64251784137",
"value": "tech number"
},
{
"id": "MI_EQUIP000_EQUIP_SHRT_DESC_C",
"value": "description"
},
{
"key": "64251784126",
"id": "MI_EQUIP000_EQUIP_ID_C",
"value": "equip id"
}
]
}
Return Type
array[Meridium.Api.CustDev.Core.
EntDevDTO
]
Produces
This API call produces the application/json
media type according to the Accept request header. The media type will be conveyed by the Content-Type
response header.
Success Response
200
Success