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": "15c96d39-aa48-4b4a-aed1-5cbbc56a6b60",
"AccountId": "3efbfeb5-e7c2-4bf3-909a-cf6dde0cb852",
"ApplicationId": "e225fbb6-dad1-455b-9e03-ea82cadb678c",
"CourseId": "b9b730e4-520f-49ff-9b1b-51d917b00122",
"ProgramActivityId": "4bebafc3-737c-4485-a9de-392c7a6f197b",
"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>3efbfeb5-e7c2-4bf3-909a-cf6dde0cb852</AccountId> <ApplicationId>e225fbb6-dad1-455b-9e03-ea82cadb678c</ApplicationId> <Comment>sample string 1</Comment> <ContactId>15c96d39-aa48-4b4a-aed1-5cbbc56a6b60</ContactId> <CourseId>b9b730e4-520f-49ff-9b1b-51d917b00122</CourseId> <ProgramActivityId>4bebafc3-737c-4485-a9de-392c7a6f197b</ProgramActivityId> </CommentRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.