POST api/Comments/ExternalClient
Request Information
URI Parameters
None.
Body Parameters
Altai.Web.Services.Models.CommentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactId | System.Guid |
None. |
|
| AccountId | System.Guid |
None. |
|
| ApplicationId | System.Guid |
None. |
|
| CourseId | System.Guid |
None. |
|
| ProgramActivityId | System.Guid |
None. |
|
| Comment | System.String |
None. |
Request Formats
application/json, text/json
Sample:
{
"ContactId": "c2272d17-bf38-4d13-8b96-680880ca2679",
"AccountId": "6bc990f8-2035-4e46-a54d-98bdd2a9a061",
"ApplicationId": "a0d9c399-ee21-4c10-850f-19a0d1f4d1e7",
"CourseId": "4d43477d-0b76-4ff6-a9ee-51e3aa3ee992",
"ProgramActivityId": "d4dd9097-bd39-4554-939d-da8957caf3c7",
"Comment": "sample string 1"
}
application/xml, text/xml
Sample:
<CommentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Altai.Web.Services.Models"> <AccountId>6bc990f8-2035-4e46-a54d-98bdd2a9a061</AccountId> <ApplicationId>a0d9c399-ee21-4c10-850f-19a0d1f4d1e7</ApplicationId> <Comment>sample string 1</Comment> <ContactId>c2272d17-bf38-4d13-8b96-680880ca2679</ContactId> <CourseId>4d43477d-0b76-4ff6-a9ee-51e3aa3ee992</CourseId> <ProgramActivityId>d4dd9097-bd39-4554-939d-da8957caf3c7</ProgramActivityId> </CommentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.