POST api/Customers/viewserverdetails
Request Information
URI Parameters
None.
Body Parameters
SearchServerDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| searchtext | string |
None. |
|
| searchbydate | date |
None. |
|
| serverId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"searchtext": "sample string 1",
"searchbydate": "2025-12-08T15:35:04.5857023+00:00",
"serverId": 3
}
application/xml, text/xml
Sample:
check
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.