POST api/UserPanel/GetWorkByLeadId_UserId
Request Information
URI Parameters
None.
Body Parameters
workLog| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| userId | integer |
None. |
|
| leadId | integer |
None. |
|
| comment | string |
None. |
|
| created | date |
None. |
|
| createdBy | string |
None. |
|
| updated | date |
None. |
|
| updatedBy | string |
None. |
|
| status | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"userId": 1,
"leadId": 1,
"comment": "sample string 2",
"created": "2025-12-09T19:03:34.8104221-08:00",
"createdBy": "sample string 3",
"updated": "2025-12-09T19:03:34.8104221-08:00",
"updatedBy": "sample string 4",
"status": true
}
application/xml, text/xml
Sample:
<workLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API"> <comment>sample string 2</comment> <created>2025-12-09T19:03:34.8104221-08:00</created> <createdBy>sample string 3</createdBy> <id>1</id> <leadId>1</leadId> <status>true</status> <updated>2025-12-09T19:03:34.8104221-08:00</updated> <updatedBy>sample string 4</updatedBy> <userId>1</userId> </workLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.