POST api/Entity/CreateEntity
Request Information
URI Parameters
None.
Body Parameters
EntityModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EntityName": "sample string 1"
}
multipart/form-data
Sample:
{"EntityName":"sample string 1"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.