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": "52c0c2fb-1011-4c07-a0e3-ed7a17caa5d3",
"AccountId": "eff819da-39a1-42f6-9a79-cafa9edafffe",
"ApplicationId": "afdffded-9c0d-4f6e-84c1-086fd3713e8b",
"CourseId": "a5ce5fc8-18ab-488d-b7ca-04a5c063cc98",
"ProgramActivityId": "80f58e34-f98b-4114-bc33-bd984973f7f3",
"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>eff819da-39a1-42f6-9a79-cafa9edafffe</AccountId> <ApplicationId>afdffded-9c0d-4f6e-84c1-086fd3713e8b</ApplicationId> <Comment>sample string 1</Comment> <ContactId>52c0c2fb-1011-4c07-a0e3-ed7a17caa5d3</ContactId> <CourseId>a5ce5fc8-18ab-488d-b7ca-04a5c063cc98</CourseId> <ProgramActivityId>80f58e34-f98b-4114-bc33-bd984973f7f3</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.