POST api/ResponsiblePeople/GetAll

Request Information

URI Parameters

None.

Body Parameters

ResponsiblePeopleLister
NameDescriptionTypeAdditional information
SearchCriteria

ResponsiblePeople

None.

Pager

Pager

None.

ResponsiblePeoples

Collection of ResponsiblePeople

None.

customerIds

Collection of integer

None.

IsPager

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SearchCriteria": {
    "Id": 1,
    "CustomerId": 2,
    "FirstName": "sample string 3",
    "LastName": "sample string 4",
    "FullName": "sample string 5",
    "EmailAddress": "sample string 6",
    "CompanyName": "sample string 7",
    "IsHide": true,
    "IsMailSend": true,
    "WeekNumber": 1,
    "CreatedBy": 10,
    "CreatedDate": "2025-08-29T20:28:48.1288402+00:00",
    "LastModifiedBy": 12,
    "LastModifiedDate": "2025-08-29T20:28:48.1288402+00:00",
    "DeletedBy": 1,
    "DeletedDate": "2025-08-29T20:28:48.1288402+00:00",
    "InspectionId": 14,
    "InspectionInspectorId": 15,
    "InspectionIsCompleted": true,
    "LocalId": 17,
    "LocalCustomerId": 18
  },
  "Pager": {
    "PageSize": 1,
    "Take": 2,
    "Skip": 3,
    "CurrentPage": 4.0,
    "TotalPage": "sample string 5",
    "TotalRecord": 6.0
  },
  "ResponsiblePeoples": [
    {
      "Id": 1,
      "CustomerId": 2,
      "FirstName": "sample string 3",
      "LastName": "sample string 4",
      "FullName": "sample string 5",
      "EmailAddress": "sample string 6",
      "CompanyName": "sample string 7",
      "IsHide": true,
      "IsMailSend": true,
      "WeekNumber": 1,
      "CreatedBy": 10,
      "CreatedDate": "2025-08-29T20:28:48.1288402+00:00",
      "LastModifiedBy": 12,
      "LastModifiedDate": "2025-08-29T20:28:48.1288402+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:28:48.1288402+00:00",
      "InspectionId": 14,
      "InspectionInspectorId": 15,
      "InspectionIsCompleted": true,
      "LocalId": 17,
      "LocalCustomerId": 18
    },
    {
      "Id": 1,
      "CustomerId": 2,
      "FirstName": "sample string 3",
      "LastName": "sample string 4",
      "FullName": "sample string 5",
      "EmailAddress": "sample string 6",
      "CompanyName": "sample string 7",
      "IsHide": true,
      "IsMailSend": true,
      "WeekNumber": 1,
      "CreatedBy": 10,
      "CreatedDate": "2025-08-29T20:28:48.1288402+00:00",
      "LastModifiedBy": 12,
      "LastModifiedDate": "2025-08-29T20:28:48.1288402+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:28:48.1288402+00:00",
      "InspectionId": 14,
      "InspectionInspectorId": 15,
      "InspectionIsCompleted": true,
      "LocalId": 17,
      "LocalCustomerId": 18
    }
  ],
  "customerIds": [
    1,
    2
  ],
  "IsPager": true
}

application/xml, text/xml

Sample:
<ResponsiblePeopleLister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
  <IsPager>true</IsPager>
  <Pager>
    <CurrentPage>4</CurrentPage>
    <PageSize>1</PageSize>
    <Skip>3</Skip>
    <Take>2</Take>
    <TotalPage>sample string 5</TotalPage>
    <TotalRecord>6</TotalRecord>
  </Pager>
  <ResponsiblePeoples>
    <ResponsiblePeople>
      <CompanyName>sample string 7</CompanyName>
      <CreatedBy>10</CreatedBy>
      <CreatedDate>2025-08-29T20:28:48.1288402+00:00</CreatedDate>
      <CustomerId>2</CustomerId>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:28:48.1288402+00:00</DeletedDate>
      <EmailAddress>sample string 6</EmailAddress>
      <FirstName>sample string 3</FirstName>
      <FullName>sample string 5</FullName>
      <Id>1</Id>
      <InspectionId>14</InspectionId>
      <InspectionInspectorId>15</InspectionInspectorId>
      <InspectionIsCompleted>true</InspectionIsCompleted>
      <IsHide>true</IsHide>
      <IsMailSend>true</IsMailSend>
      <LastModifiedBy>12</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:28:48.1288402+00:00</LastModifiedDate>
      <LastName>sample string 4</LastName>
      <LocalCustomerId>18</LocalCustomerId>
      <LocalId>17</LocalId>
      <WeekNumber>1</WeekNumber>
    </ResponsiblePeople>
    <ResponsiblePeople>
      <CompanyName>sample string 7</CompanyName>
      <CreatedBy>10</CreatedBy>
      <CreatedDate>2025-08-29T20:28:48.1288402+00:00</CreatedDate>
      <CustomerId>2</CustomerId>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:28:48.1288402+00:00</DeletedDate>
      <EmailAddress>sample string 6</EmailAddress>
      <FirstName>sample string 3</FirstName>
      <FullName>sample string 5</FullName>
      <Id>1</Id>
      <InspectionId>14</InspectionId>
      <InspectionInspectorId>15</InspectionInspectorId>
      <InspectionIsCompleted>true</InspectionIsCompleted>
      <IsHide>true</IsHide>
      <IsMailSend>true</IsMailSend>
      <LastModifiedBy>12</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:28:48.1288402+00:00</LastModifiedDate>
      <LastName>sample string 4</LastName>
      <LocalCustomerId>18</LocalCustomerId>
      <LocalId>17</LocalId>
      <WeekNumber>1</WeekNumber>
    </ResponsiblePeople>
  </ResponsiblePeoples>
  <SearchCriteria>
    <CompanyName>sample string 7</CompanyName>
    <CreatedBy>10</CreatedBy>
    <CreatedDate>2025-08-29T20:28:48.1288402+00:00</CreatedDate>
    <CustomerId>2</CustomerId>
    <DeletedBy>1</DeletedBy>
    <DeletedDate>2025-08-29T20:28:48.1288402+00:00</DeletedDate>
    <EmailAddress>sample string 6</EmailAddress>
    <FirstName>sample string 3</FirstName>
    <FullName>sample string 5</FullName>
    <Id>1</Id>
    <InspectionId>14</InspectionId>
    <InspectionInspectorId>15</InspectionInspectorId>
    <InspectionIsCompleted>true</InspectionIsCompleted>
    <IsHide>true</IsHide>
    <IsMailSend>true</IsMailSend>
    <LastModifiedBy>12</LastModifiedBy>
    <LastModifiedDate>2025-08-29T20:28:48.1288402+00:00</LastModifiedDate>
    <LastName>sample string 4</LastName>
    <LocalCustomerId>18</LocalCustomerId>
    <LocalId>17</LocalId>
    <WeekNumber>1</WeekNumber>
  </SearchCriteria>
  <customerIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </customerIds>
</ResponsiblePeopleLister>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.