POST v1/dolphins
Request Information
URI Parameters
None.
Body Parameters
AddDolphinRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DolphinEntity | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Story | string |
None. |
|
| ImageBase64 | string |
None. |
|
| DelphinariatId | integer |
None. |
|
| StaticContext | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DolphinEntity": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Story": "sample string 4",
"ImageBase64": "sample string 5",
"DelphinariatId": 6,
"StaticContext": "a98e252b-1bea-4bbe-b5c2-e5b705fc248e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.