POST api/JesEnquiry/FindByContact
Request Information
URI Parameters
None.
Body Parameters
JesEnquiryContactRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactId | integer |
None. |
|
| IncludeOpen | boolean |
None. |
|
| IncludeClosed | boolean |
None. |
|
| Limit | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"contactId": 1,
"includeOpen": true,
"includeClosed": true,
"limit": 4
}
text/plain
Sample:
{"contactId":1,"includeOpen":true,"includeClosed":true,"limit":4}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.