POST MeetingToDos/{userId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userId | string |
Required |
Body Parameters
MeetingToDoModelName | Description | Type | Additional information |
---|---|---|---|
SearchResultModel | SearchResultModel |
None. |
|
SortOrder | string |
None. |
|
SortColumn | string |
None. |
|
PageSize | integer |
None. |
|
SelectedPageNumber | integer |
None. |
|
FormName | string |
None. |
|
MeetingToDoResult | Collection of MeetingToDoDTO |
None. |
Request Formats
application/json, text/json
Sample:
{ "MeetingToDoResult": [ { "MeetingId": 1, "MeetingNumber": "sample string 2", "Topic": "sample string 3", "MeetingTypeName": "sample string 4", "MeetingSubTypeName": "sample string 5", "MeetingCategory": "sample string 6", "PrecidedBy": "sample string 7", "ScheduledDate": "sample string 8", "ScheduledTime": "sample string 9", "ScheduleStartDateTime": "2024-11-15T11:38:16.5514211+05:30", "Status": "sample string 11", "CreatedBy": "sample string 12", "TotalRecordCount": "sample string 13" }, { "MeetingId": 1, "MeetingNumber": "sample string 2", "Topic": "sample string 3", "MeetingTypeName": "sample string 4", "MeetingSubTypeName": "sample string 5", "MeetingCategory": "sample string 6", "PrecidedBy": "sample string 7", "ScheduledDate": "sample string 8", "ScheduledTime": "sample string 9", "ScheduleStartDateTime": "2024-11-15T11:38:16.5514211+05:30", "Status": "sample string 11", "CreatedBy": "sample string 12", "TotalRecordCount": "sample string 13" } ], "SearchResultModel": { "PageTitle": "sample string 1", "CurrentPageNumber": 2, "SearchData": {}, "TotalDataCount": 4, "DepartmentName": "sample string 5", "DepartmentId": 6, "CMContractConditions": [ { "Key": 1, "Value": "sample string 2", "FilterId": 1, "SortSequence": 3, "ValueConstant": "sample string 4" }, { "Key": 1, "Value": "sample string 2", "FilterId": 1, "SortSequence": 3, "ValueConstant": "sample string 4" } ], "IsCallFromCMS": true, "CMContractConditionsId": 8, "CMCCKeywordType": [ { "Key": 1, "Value": "sample string 2", "FilterId": 1, "SortSequence": 3, "ValueConstant": "sample string 4" }, { "Key": 1, "Value": "sample string 2", "FilterId": 1, "SortSequence": 3, "ValueConstant": "sample string 4" } ], "CMCCKeywordTypeId": 9, "MeetingType": "sample string 10", "SortOrder": "sample string 11", "SortColumn": "sample string 12", "PageSize": 13, "SelectedPageNumber": 14, "FormName": "sample string 15" }, "SortOrder": "sample string 1", "SortColumn": "sample string 2", "PageSize": 3, "SelectedPageNumber": 4, "FormName": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.