POST api/healthsight/projectbybid
Request Information
URI Parameters
None.
Body Parameters
SSProject| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectName | string |
None. |
|
| MarketId | integer |
None. |
|
| SurveyLength | integer |
None. |
|
| TotalCompletesNeeded | integer |
None. |
|
| TotalProjectCost | decimal number |
None. |
|
| SurveyTopic | string |
None. |
|
| SurveyUrl | string |
None. |
|
| ActualSurveyLength | integer |
None. |
|
| ProjectGroupID | integer |
None. |
|
| IncedentRates | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| AccountEntityId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"projectName": "sample string 1",
"marketId": 2,
"surveyLength": 3,
"totalCompletesNeeded": 4,
"totalProjectCost": 5.1,
"surveyTopic": "sample string 6",
"surveyUrl": "sample string 7",
"actualSurveyLength": 8,
"projectGroupID": 9,
"incedentRates": 10,
"startDate": "2025-10-31T06:36:10.9200124-04:00",
"endDate": "2025-10-31T06:36:10.9200124-04:00",
"accountEntityId": 11
}
text/xml
Sample:
<SSProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity"> <AccountEntityId>11</AccountEntityId> <ActualSurveyLength>8</ActualSurveyLength> <EndDate>2025-10-31T06:36:10.9200124-04:00</EndDate> <IncedentRates>10</IncedentRates> <MarketId>2</MarketId> <ProjectGroupID>9</ProjectGroupID> <ProjectName>sample string 1</ProjectName> <StartDate>2025-10-31T06:36:10.9200124-04:00</StartDate> <SurveyLength>3</SurveyLength> <SurveyTopic>sample string 6</SurveyTopic> <SurveyUrl>sample string 7</SurveyUrl> <TotalCompletesNeeded>4</TotalCompletesNeeded> <TotalProjectCost>5.1</TotalProjectCost> </SSProject>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |