POST api/Inquiry/{inquiryId}/Respond
Sets the response to an inquiry and changes status to Completed.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| inquiryId | integer |
Required |
Body Parameters
RespondToInquiryRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| response | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"response": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.