POST api/SourcePulsarIdentifier
Request Information
URI Parameters
None.
Body Parameters
SourcePulsarIdentifierRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| BalticClientId | integer |
None. |
|
| StreamReference | string |
None. |
|
| SearchId | integer |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"balticClientId": 1,
"streamReference": "sample string 2",
"searchId": 3,
"name": "sample string 4"
}
text/plain
Sample:
{"balticClientId":1,"streamReference":"sample string 2","searchId":3,"name":"sample string 4"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.