POST api/v1/Masters/BulkAction
Request Information
URI Parameters
None.
Body Parameters
BulkTypeOfMasters| Name | Description | Type | Additional information |
|---|---|---|---|
| ActionType | BULK_ACTION_TYPE |
None. |
|
| Templates | Collection of Masters |
None. |
|
| Filter | SearchFilter |
None. |
Request Formats
application/json, text/json
Sample:
{
"ActionType": 0,
"Templates": [
{
"MastersID": 1,
"_McMasterID": 2,
"_Abrev": "sample string 3",
"_PersonCount": 4
},
{
"MastersID": 1,
"_McMasterID": 2,
"_Abrev": "sample string 3",
"_PersonCount": 4
}
],
"Filter": {
"_Limit": 1,
"_Skip": 2,
"_Sort": 0,
"_Filter": 0,
"_FromPeriod": "2025-12-06T03:51:16.7598665+00:00",
"_ToPeriod": "2025-12-06T03:51:16.7598665+00:00",
"_UseUpdatedDate": true
}
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.