POST TCPv1/Home/DashBoard/Search/SearchPOAndForcast?Token={Token}&UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| UserID | integer |
Required |
Body Parameters
POAndForeCast| Name | Description | Type | Additional information |
|---|---|---|---|
| ForeCastDescription | string |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| ClientName | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBY | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ForeCastDescription": "sample string 1",
"DateFrom": "2026-06-08T00:09:48.0649637+01:00",
"DateTo": "2026-06-08T00:09:48.0649637+01:00",
"ClientName": "sample string 2",
"CreatedDate": "2026-06-08T00:09:48.0649637+01:00",
"CreatedBY": "sample string 3"
}
application/xml, text/xml
Sample:
<POAndForeCast xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartTCPWebAPI.Models.SmartAPI"> <ClientName>sample string 2</ClientName> <CreatedBY>sample string 3</CreatedBY> <CreatedDate>2026-06-08T00:09:48.0649637+01:00</CreatedDate> <DateFrom>2026-06-08T00:09:48.0649637+01:00</DateFrom> <DateTo>2026-06-08T00:09:48.0649637+01:00</DateTo> <ForeCastDescription>sample string 1</ForeCastDescription> </POAndForeCast>
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. |