POST api/AccountManager
Request Information
URI Parameters
None.
Body Parameters
AccountManagerDtoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
Telephone | string |
None. |
|
string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "id": 1, "name": "sample string 2", "telephone": "sample string 3", "email": "sample string 4" }
text/plain
Sample:
{"id":1,"name":"sample string 2","telephone":"sample string 3","email":"sample string 4"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.