GET api/Project_InformationModel/GetSecondProjectManager/{ID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

SecondProjectManagerModel
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

None.

ImagePath

string

None.

Email

string

None.

Phone

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "ImagePath": "sample string 3",
  "Email": "sample string 4",
  "Phone": "sample string 5"
}

text/xml

Sample:
<SecondProjectManagerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CarexAPI.Models">
  <Email>sample string 4</Email>
  <ID>1</ID>
  <ImagePath>sample string 3</ImagePath>
  <Name>sample string 2</Name>
  <Phone>sample string 5</Phone>
</SecondProjectManagerModel>