POST api/Inquiry/{inquiryId}/Respond

Sets the response to an inquiry and changes status to Completed.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
inquiryId

integer

Required

Body Parameters

RespondToInquiryRequestModel
NameDescriptionTypeAdditional 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

ActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.