GET api/SetupSaiPYEmployeeMaster/GetProjectManagerList/{accountId}/{companyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

integer

Required

companyId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ProjectManager
NameDescriptionTypeAdditional information
ProjectManagerNum

string

None.

ProjectManagerName

string

None.

AccountId

integer

None.

CompanyId

string

None.

CreatedBy

string

None.

CreatedOn

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProjectManagerNum": "sample string 1",
    "ProjectManagerName": "sample string 2",
    "AccountId": 3,
    "CompanyId": "sample string 4",
    "CreatedBy": "sample string 5",
    "CreatedOn": "2025-12-16T13:08:11.9555562+00:00"
  },
  {
    "ProjectManagerNum": "sample string 1",
    "ProjectManagerName": "sample string 2",
    "AccountId": 3,
    "CompanyId": "sample string 4",
    "CreatedBy": "sample string 5",
    "CreatedOn": "2025-12-16T13:08:11.9555562+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfProjectManager xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Setup">
  <ProjectManager>
    <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">3</AccountId>
    <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 4</CompanyId>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 5</CreatedBy>
    <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T13:08:11.9555562+00:00</CreatedOn>
    <ProjectManagerName>sample string 2</ProjectManagerName>
    <ProjectManagerNum>sample string 1</ProjectManagerNum>
  </ProjectManager>
  <ProjectManager>
    <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">3</AccountId>
    <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 4</CompanyId>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 5</CreatedBy>
    <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T13:08:11.9555562+00:00</CreatedOn>
    <ProjectManagerName>sample string 2</ProjectManagerName>
    <ProjectManagerNum>sample string 1</ProjectManagerNum>
  </ProjectManager>
</ArrayOfProjectManager>