POST api/admin/operation/bulk_update

Request Information

URI Parameters

None.

Body Parameters

AdminBulkCaseUpdateFilterModel
NameDescriptionTypeAdditional information
pagination

PaginationModel

None.

status_id

integer

None.

user_id

integer

None.

created_by

string

None.

updated_by

string

None.

created_date

date

None.

updated_date

date

None.

is_active

boolean

None.

domain_id

integer

None.

domain_name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "pagination": {
    "page_number": 1,
    "page_size": 2
  },
  "status_id": 1,
  "user_id": 1,
  "created_by": "sample string 1",
  "updated_by": "sample string 2",
  "created_date": "2026-05-01T21:10:05.4203187+00:00",
  "updated_date": "2026-05-01T21:10:05.4203187+00:00",
  "is_active": true,
  "domain_id": 4,
  "domain_name": "sample string 5"
}

text/html

Sample:
{"pagination":{"page_number":1,"page_size":2},"status_id":1,"user_id":1,"created_by":"sample string 1","updated_by":"sample string 2","created_date":"2026-05-01T21:10:05.4203187+00:00","updated_date":"2026-05-01T21:10:05.4203187+00:00","is_active":true,"domain_id":4,"domain_name":"sample string 5"}

application/xml, text/xml

Sample:
<AdminBulkCaseUpdateFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">
  <created_by>sample string 1</created_by>
  <created_date>2026-05-01T21:10:05.4203187+00:00</created_date>
  <domain_id>4</domain_id>
  <domain_name>sample string 5</domain_name>
  <is_active>true</is_active>
  <updated_by>sample string 2</updated_by>
  <updated_date>2026-05-01T21:10:05.4203187+00:00</updated_date>
  <pagination>
    <page_number>1</page_number>
    <page_size>2</page_size>
  </pagination>
  <status_id>1</status_id>
  <user_id>1</user_id>
</AdminBulkCaseUpdateFilterModel>

multipart/form-data

Sample:
<AdminBulkCaseUpdateFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><created_by>sample string 1</created_by><created_date>2026-05-01T21:10:05.4203187+00:00</created_date><domain_id>4</domain_id><domain_name>sample string 5</domain_name><is_active>true</is_active><updated_by>sample string 2</updated_by><updated_date>2026-05-01T21:10:05.4203187+00:00</updated_date><pagination><page_number>1</page_number><page_size>2</page_size></pagination><status_id>1</status_id><user_id>1</user_id></AdminBulkCaseUpdateFilterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AdminBulkCaseUpdateModel
NameDescriptionTypeAdditional information
id

integer

None.

update_type_id

integer

None.

update_type

string

None.

scheduled_task_id

globally unique identifier

None.

file_name

string

None.

file_path

string

None.

base_path_id

integer

None.

case_id_or_index_no

string

None.

task_state_id

integer

None.

task_state_name

string

None.

error

string

None.

created_by

string

None.

updated_by

string

None.

created_date

date

None.

updated_date

date

None.

is_active

boolean

None.

domain_id

integer

None.

domain_name

string

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.