POST api/batch_upload/list

Request Information

URI Parameters

None.

Body Parameters

BatchUploadSearchFilterModel
NameDescriptionTypeAdditional information
date_from

date

None.

date_to

date

None.

Status

Collection of BatchStatus

None.

batch_type

Collection of BatchType

None.

user_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "date_from": "2026-05-01T21:09:09.1480904+00:00",
  "date_to": "2026-05-01T21:09:09.1480904+00:00",
  "Status": [
    1,
    1
  ],
  "batch_type": [
    1,
    1
  ],
  "user_id": 1
}

text/html

Sample:
{"date_from":"2026-05-01T21:09:09.1480904+00:00","date_to":"2026-05-01T21:09:09.1480904+00:00","Status":[1,1],"batch_type":[1,1],"user_id":1}

application/xml, text/xml

Sample:
<BatchUploadSearchFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.AI">
  <Status xmlns:d2p1="http://schemas.datacontract.org/2004/07/ATLAS.Entities.Enums">
    <d2p1:BatchStatus>Pending</d2p1:BatchStatus>
    <d2p1:BatchStatus>Pending</d2p1:BatchStatus>
  </Status>
  <batch_type xmlns:d2p1="http://schemas.datacontract.org/2004/07/ATLAS.Entities.AI">
    <d2p1:BatchType>CaseDataEntry</d2p1:BatchType>
    <d2p1:BatchType>CaseDataEntry</d2p1:BatchType>
  </batch_type>
  <date_from>2026-05-01T21:09:09.1480904+00:00</date_from>
  <date_to>2026-05-01T21:09:09.1480904+00:00</date_to>
  <user_id>1</user_id>
</BatchUploadSearchFilterModel>

multipart/form-data

Sample:
<BatchUploadSearchFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.AI"><Status xmlns:d2p1="http://schemas.datacontract.org/2004/07/ATLAS.Entities.Enums"><d2p1:BatchStatus>Pending</d2p1:BatchStatus><d2p1:BatchStatus>Pending</d2p1:BatchStatus></Status><batch_type xmlns:d2p1="http://schemas.datacontract.org/2004/07/ATLAS.Entities.AI"><d2p1:BatchType>CaseDataEntry</d2p1:BatchType><d2p1:BatchType>CaseDataEntry</d2p1:BatchType></batch_type><date_from>2026-05-01T21:09:09.1480904+00:00</date_from><date_to>2026-05-01T21:09:09.1480904+00:00</date_to><user_id>1</user_id></BatchUploadSearchFilterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of BatchModel
NameDescriptionTypeAdditional information
id

integer

None.

provider

ProviderModel

None.

type

string

None.

batch_name

string

None.

friendly_id

string

None.

external_id

string

None.

domain_id

string

None.

status

string

None.

created_date

date

None.

submission_date

date

None.

completed_date

date

None.

created_by

string

None.

documents

Collection of BatchDocumentModel

None.

row_json

string

None.

user

UserModel

None.

is_skip_duplicate_check

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "provider": {
      "id": 1,
      "name": "sample string 1",
      "suit_name": "sample string 2",
      "type": "sample string 3",
      "group_name": "sample string 4",
      "group_id": 1,
      "created_by": "sample string 5",
      "updated_by": "sample string 6",
      "created_date": "2026-05-01T21:09:09.1912993+00:00",
      "updated_date": "2026-05-01T21:09:09.1912993+00:00",
      "is_active": true
    },
    "type": "sample string 1",
    "batch_name": "sample string 2",
    "friendly_id": "sample string 3",
    "external_id": "sample string 4",
    "domain_id": "sample string 5",
    "status": "sample string 6",
    "created_date": "2026-05-01T21:09:09.1912993+00:00",
    "submission_date": "2026-05-01T21:09:09.1912993+00:00",
    "completed_date": "2026-05-01T21:09:09.1912993+00:00",
    "created_by": "sample string 8",
    "documents": [
      {
        "id": 1,
        "file_name": "sample string 2",
        "path": "sample string 3",
        "friendly_id": "sample string 4"
      },
      {
        "id": 1,
        "file_name": "sample string 2",
        "path": "sample string 3",
        "friendly_id": "sample string 4"
      }
    ],
    "row_json": "sample string 9",
    "user": {
      "id": 1,
      "first_name": "sample string 2",
      "last_name": "sample string 3",
      "email": "sample string 4",
      "username": "sample string 5",
      "user_role_type": "sample string 6",
      "is_active": true,
      "user_type": "sample string 8",
      "email_token": "sample string 9",
      "department_id": 1,
      "department": {
        "id": 1,
        "name": "sample string 1"
      },
      "roles": [
        {
          "id": 1,
          "name": "sample string 1",
          "department_id": 1,
          "department_name": "sample string 2"
        },
        {
          "id": 1,
          "name": "sample string 1",
          "department_id": 1,
          "department_name": "sample string 2"
        }
      ],
      "user_id": 10,
      "created_by": "sample string 11",
      "updated_by": "sample string 12",
      "created_date": "2026-05-01T21:09:09.1912993+00:00",
      "updated_date": "2026-05-01T21:09:09.1912993+00:00"
    },
    "is_skip_duplicate_check": true
  },
  {
    "id": 1,
    "provider": {
      "id": 1,
      "name": "sample string 1",
      "suit_name": "sample string 2",
      "type": "sample string 3",
      "group_name": "sample string 4",
      "group_id": 1,
      "created_by": "sample string 5",
      "updated_by": "sample string 6",
      "created_date": "2026-05-01T21:09:09.1912993+00:00",
      "updated_date": "2026-05-01T21:09:09.1912993+00:00",
      "is_active": true
    },
    "type": "sample string 1",
    "batch_name": "sample string 2",
    "friendly_id": "sample string 3",
    "external_id": "sample string 4",
    "domain_id": "sample string 5",
    "status": "sample string 6",
    "created_date": "2026-05-01T21:09:09.1912993+00:00",
    "submission_date": "2026-05-01T21:09:09.1912993+00:00",
    "completed_date": "2026-05-01T21:09:09.1912993+00:00",
    "created_by": "sample string 8",
    "documents": [
      {
        "id": 1,
        "file_name": "sample string 2",
        "path": "sample string 3",
        "friendly_id": "sample string 4"
      },
      {
        "id": 1,
        "file_name": "sample string 2",
        "path": "sample string 3",
        "friendly_id": "sample string 4"
      }
    ],
    "row_json": "sample string 9",
    "user": {
      "id": 1,
      "first_name": "sample string 2",
      "last_name": "sample string 3",
      "email": "sample string 4",
      "username": "sample string 5",
      "user_role_type": "sample string 6",
      "is_active": true,
      "user_type": "sample string 8",
      "email_token": "sample string 9",
      "department_id": 1,
      "department": {
        "id": 1,
        "name": "sample string 1"
      },
      "roles": [
        {
          "id": 1,
          "name": "sample string 1",
          "department_id": 1,
          "department_name": "sample string 2"
        },
        {
          "id": 1,
          "name": "sample string 1",
          "department_id": 1,
          "department_name": "sample string 2"
        }
      ],
      "user_id": 10,
      "created_by": "sample string 11",
      "updated_by": "sample string 12",
      "created_date": "2026-05-01T21:09:09.1912993+00:00",
      "updated_date": "2026-05-01T21:09:09.1912993+00:00"
    },
    "is_skip_duplicate_check": true
  }
]

text/html

Sample:
[{"id":1,"provider":{"id":1,"name":"sample string 1","suit_name":"sample string 2","type":"sample string 3","group_name":"sample string 4","group_id":1,"created_by":"sample string 5","updated_by":"sample string 6","created_date":"2026-05-01T21:09:09.1912993+00:00","updated_date":"2026-05-01T21:09:09.1912993+00:00","is_active":true},"type":"sample string 1","batch_name":"sample string 2","friendly_id":"sample string 3","external_id":"sample string 4","domain_id":"sample string 5","status":"sample string 6","created_date":"2026-05-01T21:09:09.1912993+00:00","submission_date":"2026-05-01T21:09:09.1912993+00:00","completed_date":"2026-05-01T21:09:09.1912993+00:00","created_by":"sample string 8","documents":[{"id":1,"file_name":"sample string 2","path":"sample string 3","friendly_id":"sample string 4"},{"id":1,"file_name":"sample string 2","path":"sample string 3","friendly_id":"sample string 4"}],"row_json":"sample string 9","user":{"id":1,"first_name":"sample string 2","last_name":"sample string 3","email":"sample string 4","username":"sample string 5","user_role_type":"sample string 6","is_active":true,"user_type":"sample string 8","email_token":"sample string 9","department_id":1,"department":{"id":1,"name":"sample string 1"},"roles":[{"id":1,"name":"sample string 1","department_id":1,"department_name":"sample string 2"},{"id":1,"name":"sample string 1","department_id":1,"department_name":"sample string 2"}],"user_id":10,"created_by":"sample string 11","updated_by":"sample string 12","created_date":"2026-05-01T21:09:09.1912993+00:00","updated_date":"2026-05-01T21:09:09.1912993+00:00"},"is_skip_duplicate_check":true},{"id":1,"provider":{"id":1,"name":"sample string 1","suit_name":"sample string 2","type":"sample string 3","group_name":"sample string 4","group_id":1,"created_by":"sample string 5","updated_by":"sample string 6","created_date":"2026-05-01T21:09:09.1912993+00:00","updated_date":"2026-05-01T21:09:09.1912993+00:00","is_active":true},"type":"sample string 1","batch_name":"sample string 2","friendly_id":"sample string 3","external_id":"sample string 4","domain_id":"sample string 5","status":"sample string 6","created_date":"2026-05-01T21:09:09.1912993+00:00","submission_date":"2026-05-01T21:09:09.1912993+00:00","completed_date":"2026-05-01T21:09:09.1912993+00:00","created_by":"sample string 8","documents":[{"id":1,"file_name":"sample string 2","path":"sample string 3","friendly_id":"sample string 4"},{"id":1,"file_name":"sample string 2","path":"sample string 3","friendly_id":"sample string 4"}],"row_json":"sample string 9","user":{"id":1,"first_name":"sample string 2","last_name":"sample string 3","email":"sample string 4","username":"sample string 5","user_role_type":"sample string 6","is_active":true,"user_type":"sample string 8","email_token":"sample string 9","department_id":1,"department":{"id":1,"name":"sample string 1"},"roles":[{"id":1,"name":"sample string 1","department_id":1,"department_name":"sample string 2"},{"id":1,"name":"sample string 1","department_id":1,"department_name":"sample string 2"}],"user_id":10,"created_by":"sample string 11","updated_by":"sample string 12","created_date":"2026-05-01T21:09:09.1912993+00:00","updated_date":"2026-05-01T21:09:09.1912993+00:00"},"is_skip_duplicate_check":true}]

application/xml, text/xml

Sample:
<ArrayOfBatchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.AI">
  <BatchModel>
    <batch_name>sample string 2</batch_name>
    <completed_date xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2026-05-01T21:09:09.1912993Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </completed_date>
    <created_by>sample string 8</created_by>
    <created_date xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2026-05-01T21:09:09.1912993Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </created_date>
    <documents>
      <BatchDocumentModel>
        <file_name>sample string 2</file_name>
        <friendly_id>sample string 4</friendly_id>
        <id>1</id>
        <path>sample string 3</path>
      </BatchDocumentModel>
      <BatchDocumentModel>
        <file_name>sample string 2</file_name>
        <friendly_id>sample string 4</friendly_id>
        <id>1</id>
        <path>sample string 3</path>
      </BatchDocumentModel>
    </documents>
    <domain_id>sample string 5</domain_id>
    <external_id>sample string 4</external_id>
    <friendly_id>sample string 3</friendly_id>
    <id>1</id>
    <is_skip_duplicate_check>true</is_skip_duplicate_check>
    <provider xmlns:d3p1="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">
      <d3p1:created_by>sample string 5</d3p1:created_by>
      <d3p1:created_date>2026-05-01T21:09:09.1912993+00:00</d3p1:created_date>
      <d3p1:is_active>true</d3p1:is_active>
      <d3p1:updated_by>sample string 6</d3p1:updated_by>
      <d3p1:updated_date>2026-05-01T21:09:09.1912993+00:00</d3p1:updated_date>
      <d3p1:group_id>1</d3p1:group_id>
      <d3p1:group_name>sample string 4</d3p1:group_name>
      <d3p1:id>1</d3p1:id>
      <d3p1:name>sample string 1</d3p1:name>
      <d3p1:suit_name>sample string 2</d3p1:suit_name>
      <d3p1:type>sample string 3</d3p1:type>
    </provider>
    <row_json>sample string 9</row_json>
    <status>sample string 6</status>
    <submission_date xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2026-05-01T21:09:09.1912993Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </submission_date>
    <type>sample string 1</type>
    <user xmlns:d3p1="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">
      <d3p1:created_by>sample string 11</d3p1:created_by>
      <d3p1:created_date>2026-05-01T21:09:09.1912993+00:00</d3p1:created_date>
      <d3p1:is_active>false</d3p1:is_active>
      <d3p1:updated_by>sample string 12</d3p1:updated_by>
      <d3p1:updated_date>2026-05-01T21:09:09.1912993+00:00</d3p1:updated_date>
      <d3p1:department>
        <d3p1:id>1</d3p1:id>
        <d3p1:name>sample string 1</d3p1:name>
      </d3p1:department>
      <d3p1:department_id>1</d3p1:department_id>
      <d3p1:email>sample string 4</d3p1:email>
      <d3p1:email_token>sample string 9</d3p1:email_token>
      <d3p1:first_name>sample string 2</d3p1:first_name>
      <d3p1:id>1</d3p1:id>
      <d3p1:is_active>true</d3p1:is_active>
      <d3p1:last_name>sample string 3</d3p1:last_name>
      <d3p1:roles>
        <d3p1:ApplicationRoleModel>
          <d3p1:department_id>1</d3p1:department_id>
          <d3p1:department_name>sample string 2</d3p1:department_name>
          <d3p1:id>1</d3p1:id>
          <d3p1:name>sample string 1</d3p1:name>
        </d3p1:ApplicationRoleModel>
        <d3p1:ApplicationRoleModel>
          <d3p1:department_id>1</d3p1:department_id>
          <d3p1:department_name>sample string 2</d3p1:department_name>
          <d3p1:id>1</d3p1:id>
          <d3p1:name>sample string 1</d3p1:name>
        </d3p1:ApplicationRoleModel>
      </d3p1:roles>
      <d3p1:user_id>10</d3p1:user_id>
      <d3p1:user_role_type>sample string 6</d3p1:user_role_type>
      <d3p1:user_type>sample string 8</d3p1:user_type>
      <d3p1:username>sample string 5</d3p1:username>
    </user>
  </BatchModel>
  <BatchModel>
    <batch_name>sample string 2</batch_name>
    <completed_date xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2026-05-01T21:09:09.1912993Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </completed_date>
    <created_by>sample string 8</created_by>
    <created_date xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2026-05-01T21:09:09.1912993Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </created_date>
    <documents>
      <BatchDocumentModel>
        <file_name>sample string 2</file_name>
        <friendly_id>sample string 4</friendly_id>
        <id>1</id>
        <path>sample string 3</path>
      </BatchDocumentModel>
      <BatchDocumentModel>
        <file_name>sample string 2</file_name>
        <friendly_id>sample string 4</friendly_id>
        <id>1</id>
        <path>sample string 3</path>
      </BatchDocumentModel>
    </documents>
    <domain_id>sample string 5</domain_id>
    <external_id>sample string 4</external_id>
    <friendly_id>sample string 3</friendly_id>
    <id>1</id>
    <is_skip_duplicate_check>true</is_skip_duplicate_check>
    <provider xmlns:d3p1="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">
      <d3p1:created_by>sample string 5</d3p1:created_by>
      <d3p1:created_date>2026-05-01T21:09:09.1912993+00:00</d3p1:created_date>
      <d3p1:is_active>true</d3p1:is_active>
      <d3p1:updated_by>sample string 6</d3p1:updated_by>
      <d3p1:updated_date>2026-05-01T21:09:09.1912993+00:00</d3p1:updated_date>
      <d3p1:group_id>1</d3p1:group_id>
      <d3p1:group_name>sample string 4</d3p1:group_name>
      <d3p1:id>1</d3p1:id>
      <d3p1:name>sample string 1</d3p1:name>
      <d3p1:suit_name>sample string 2</d3p1:suit_name>
      <d3p1:type>sample string 3</d3p1:type>
    </provider>
    <row_json>sample string 9</row_json>
    <status>sample string 6</status>
    <submission_date xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2026-05-01T21:09:09.1912993Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </submission_date>
    <type>sample string 1</type>
    <user xmlns:d3p1="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">
      <d3p1:created_by>sample string 11</d3p1:created_by>
      <d3p1:created_date>2026-05-01T21:09:09.1912993+00:00</d3p1:created_date>
      <d3p1:is_active>false</d3p1:is_active>
      <d3p1:updated_by>sample string 12</d3p1:updated_by>
      <d3p1:updated_date>2026-05-01T21:09:09.1912993+00:00</d3p1:updated_date>
      <d3p1:department>
        <d3p1:id>1</d3p1:id>
        <d3p1:name>sample string 1</d3p1:name>
      </d3p1:department>
      <d3p1:department_id>1</d3p1:department_id>
      <d3p1:email>sample string 4</d3p1:email>
      <d3p1:email_token>sample string 9</d3p1:email_token>
      <d3p1:first_name>sample string 2</d3p1:first_name>
      <d3p1:id>1</d3p1:id>
      <d3p1:is_active>true</d3p1:is_active>
      <d3p1:last_name>sample string 3</d3p1:last_name>
      <d3p1:roles>
        <d3p1:ApplicationRoleModel>
          <d3p1:department_id>1</d3p1:department_id>
          <d3p1:department_name>sample string 2</d3p1:department_name>
          <d3p1:id>1</d3p1:id>
          <d3p1:name>sample string 1</d3p1:name>
        </d3p1:ApplicationRoleModel>
        <d3p1:ApplicationRoleModel>
          <d3p1:department_id>1</d3p1:department_id>
          <d3p1:department_name>sample string 2</d3p1:department_name>
          <d3p1:id>1</d3p1:id>
          <d3p1:name>sample string 1</d3p1:name>
        </d3p1:ApplicationRoleModel>
      </d3p1:roles>
      <d3p1:user_id>10</d3p1:user_id>
      <d3p1:user_role_type>sample string 6</d3p1:user_role_type>
      <d3p1:user_type>sample string 8</d3p1:user_type>
      <d3p1:username>sample string 5</d3p1:username>
    </user>
  </BatchModel>
</ArrayOfBatchModel>

multipart/form-data

Sample:
<ArrayOfBatchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.AI"><BatchModel><batch_name>sample string 2</batch_name><completed_date xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"><d3p1:DateTime>2026-05-01T21:09:09.1912993Z</d3p1:DateTime><d3p1:OffsetMinutes>0</d3p1:OffsetMinutes></completed_date><created_by>sample string 8</created_by><created_date xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"><d3p1:DateTime>2026-05-01T21:09:09.1912993Z</d3p1:DateTime><d3p1:OffsetMinutes>0</d3p1:OffsetMinutes></created_date><documents><BatchDocumentModel><file_name>sample string 2</file_name><friendly_id>sample string 4</friendly_id><id>1</id><path>sample string 3</path></BatchDocumentModel><BatchDocumentModel><file_name>sample string 2</file_name><friendly_id>sample string 4</friendly_id><id>1</id><path>sample string 3</path></BatchDocumentModel></documents><domain_id>sample string 5</domain_id><external_id>sample string 4</external_id><friendly_id>sample string 3</friendly_id><id>1</id><is_skip_duplicate_check>true</is_skip_duplicate_check><provider xmlns:d3p1="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><d3p1:created_by>sample string 5</d3p1:created_by><d3p1:created_date>2026-05-01T21:09:09.1912993+00:00</d3p1:created_date><d3p1:is_active>true</d3p1:is_active><d3p1:updated_by>sample string 6</d3p1:updated_by><d3p1:updated_date>2026-05-01T21:09:09.1912993+00:00</d3p1:updated_date><d3p1:group_id>1</d3p1:group_id><d3p1:group_name>sample string 4</d3p1:group_name><d3p1:id>1</d3p1:id><d3p1:name>sample string 1</d3p1:name><d3p1:suit_name>sample string 2</d3p1:suit_name><d3p1:type>sample string 3</d3p1:type></provider><row_json>sample string 9</row_json><status>sample string 6</status><submission_date xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"><d3p1:DateTime>2026-05-01T21:09:09.1912993Z</d3p1:DateTime><d3p1:OffsetMinutes>0</d3p1:OffsetMinutes></submission_date><type>sample string 1</type><user xmlns:d3p1="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><d3p1:created_by>sample string 11</d3p1:created_by><d3p1:created_date>2026-05-01T21:09:09.1912993+00:00</d3p1:created_date><d3p1:is_active>false</d3p1:is_active><d3p1:updated_by>sample string 12</d3p1:updated_by><d3p1:updated_date>2026-05-01T21:09:09.1912993+00:00</d3p1:updated_date><d3p1:department><d3p1:id>1</d3p1:id><d3p1:name>sample string 1</d3p1:name></d3p1:department><d3p1:department_id>1</d3p1:department_id><d3p1:email>sample string 4</d3p1:email><d3p1:email_token>sample string 9</d3p1:email_token><d3p1:first_name>sample string 2</d3p1:first_name><d3p1:id>1</d3p1:id><d3p1:is_active>true</d3p1:is_active><d3p1:last_name>sample string 3</d3p1:last_name><d3p1:roles><d3p1:ApplicationRoleModel><d3p1:department_id>1</d3p1:department_id><d3p1:department_name>sample string 2</d3p1:department_name><d3p1:id>1</d3p1:id><d3p1:name>sample string 1</d3p1:name></d3p1:ApplicationRoleModel><d3p1:ApplicationRoleModel><d3p1:department_id>1</d3p1:department_id><d3p1:department_name>sample string 2</d3p1:department_name><d3p1:id>1</d3p1:id><d3p1:name>sample string 1</d3p1:name></d3p1:ApplicationRoleModel></d3p1:roles><d3p1:user_id>10</d3p1:user_id><d3p1:user_role_type>sample string 6</d3p1:user_role_type><d3p1:user_type>sample string 8</d3p1:user_type><d3p1:username>sample string 5</d3p1:username></user></BatchModel><BatchModel><batch_name>sample string 2</batch_name><completed_date xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"><d3p1:DateTime>2026-05-01T21:09:09.1912993Z</d3p1:DateTime><d3p1:OffsetMinutes>0</d3p1:OffsetMinutes></completed_date><created_by>sample string 8</created_by><created_date xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"><d3p1:DateTime>2026-05-01T21:09:09.1912993Z</d3p1:DateTime><d3p1:OffsetMinutes>0</d3p1:OffsetMinutes></created_date><documents><BatchDocumentModel><file_name>sample string 2</file_name><friendly_id>sample string 4</friendly_id><id>1</id><path>sample string 3</path></BatchDocumentModel><BatchDocumentModel><file_name>sample string 2</file_name><friendly_id>sample string 4</friendly_id><id>1</id><path>sample string 3</path></BatchDocumentModel></documents><domain_id>sample string 5</domain_id><external_id>sample string 4</external_id><friendly_id>sample string 3</friendly_id><id>1</id><is_skip_duplicate_check>true</is_skip_duplicate_check><provider xmlns:d3p1="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><d3p1:created_by>sample string 5</d3p1:created_by><d3p1:created_date>2026-05-01T21:09:09.1912993+00:00</d3p1:created_date><d3p1:is_active>true</d3p1:is_active><d3p1:updated_by>sample string 6</d3p1:updated_by><d3p1:updated_date>2026-05-01T21:09:09.1912993+00:00</d3p1:updated_date><d3p1:group_id>1</d3p1:group_id><d3p1:group_name>sample string 4</d3p1:group_name><d3p1:id>1</d3p1:id><d3p1:name>sample string 1</d3p1:name><d3p1:suit_name>sample string 2</d3p1:suit_name><d3p1:type>sample string 3</d3p1:type></provider><row_json>sample string 9</row_json><status>sample string 6</status><submission_date xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"><d3p1:DateTime>2026-05-01T21:09:09.1912993Z</d3p1:DateTime><d3p1:OffsetMinutes>0</d3p1:OffsetMinutes></submission_date><type>sample string 1</type><user xmlns:d3p1="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><d3p1:created_by>sample string 11</d3p1:created_by><d3p1:created_date>2026-05-01T21:09:09.1912993+00:00</d3p1:created_date><d3p1:is_active>false</d3p1:is_active><d3p1:updated_by>sample string 12</d3p1:updated_by><d3p1:updated_date>2026-05-01T21:09:09.1912993+00:00</d3p1:updated_date><d3p1:department><d3p1:id>1</d3p1:id><d3p1:name>sample string 1</d3p1:name></d3p1:department><d3p1:department_id>1</d3p1:department_id><d3p1:email>sample string 4</d3p1:email><d3p1:email_token>sample string 9</d3p1:email_token><d3p1:first_name>sample string 2</d3p1:first_name><d3p1:id>1</d3p1:id><d3p1:is_active>true</d3p1:is_active><d3p1:last_name>sample string 3</d3p1:last_name><d3p1:roles><d3p1:ApplicationRoleModel><d3p1:department_id>1</d3p1:department_id><d3p1:department_name>sample string 2</d3p1:department_name><d3p1:id>1</d3p1:id><d3p1:name>sample string 1</d3p1:name></d3p1:ApplicationRoleModel><d3p1:ApplicationRoleModel><d3p1:department_id>1</d3p1:department_id><d3p1:department_name>sample string 2</d3p1:department_name><d3p1:id>1</d3p1:id><d3p1:name>sample string 1</d3p1:name></d3p1:ApplicationRoleModel></d3p1:roles><d3p1:user_id>10</d3p1:user_id><d3p1:user_role_type>sample string 6</d3p1:user_role_type><d3p1:user_type>sample string 8</d3p1:user_type><d3p1:username>sample string 5</d3p1:username></user></BatchModel></ArrayOfBatchModel>