POST api/admin/operation/mass_update/excel

Request Information

URI Parameters

None.

Body Parameters

AdminBulkCaseUpdateExcelFilterModel
NameDescriptionTypeAdditional information
Pagination

PaginationModel

None.

StatusId

integer

None.

UserId

integer

None.

CreatedBy

string

None.

UpdatedBy

string

None.

CreatedDate

date

None.

UpdatedDate

date

None.

IsActive

boolean

None.

DomainId

integer

None.

DomainName

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:11:32.209543+00:00",
  "updated_date": "2026-05-01T21:11:32.209543+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:11:32.209543+00:00","updated_date":"2026-05-01T21:11:32.209543+00:00","is_active":true,"domain_id":4,"domain_name":"sample string 5"}

application/xml, text/xml

Sample:
<AdminBulkCaseUpdateExcelFilterModel 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:11:32.209543+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:11:32.209543+00:00</updated_date>
  <Pagination>
    <page_number>1</page_number>
    <page_size>2</page_size>
  </Pagination>
  <StatusId>1</StatusId>
  <UserId>1</UserId>
</AdminBulkCaseUpdateExcelFilterModel>

multipart/form-data

Sample:
<AdminBulkCaseUpdateExcelFilterModel 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:11:32.209543+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:11:32.209543+00:00</updated_date><Pagination><page_number>1</page_number><page_size>2</page_size></Pagination><StatusId>1</StatusId><UserId>1</UserId></AdminBulkCaseUpdateExcelFilterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AdminBulkCaseUpdateExcelModel
NameDescriptionTypeAdditional information
id

integer

None.

task_id

globally unique identifier

None.

input_file_name

string

None.

input_file_path

string

None.

output_file_name

string

None.

output_file_path

string

None.

base_path_id

integer

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.