POST api/VuelioSt/GetRelatedRecords
Request Information
URI Parameters
None.
Body Parameters
VuelioStRelatedRecordRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| TypeOfContent | string |
None. |
|
| Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"typeOfContent": "sample string 1",
"id": 2
}
text/plain
Sample:
{"typeOfContent":"sample string 1","id":2}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.