GET api/CustomV3/GetSiteCoordinatorDetails?pr_id={pr_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pr_id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SiteCoordinatorDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| pr_id | string |
None. |
|
| pcemail | string |
None. |
|
| PCname | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"pr_id": "sample string 1",
"pcemail": "sample string 2",
"PCname": "sample string 3"
},
{
"$ref": "1"
}
]