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": "c6934b42-ec7a-418c-99fc-2cdb8048cc48",
"AccountId": "ed4d698e-7664-4a95-9cfe-d87438f9f246",
"ApplicationId": "97ac4d7a-504c-4847-9622-7208f537ddd8",
"CourseId": "4b3ea7fe-c9c4-4ed5-aa70-259de4ba73b1",
"ProgramActivityId": "7eb69a57-a0e8-491d-bc9e-f091ec0940f7",
"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>ed4d698e-7664-4a95-9cfe-d87438f9f246</AccountId> <ApplicationId>97ac4d7a-504c-4847-9622-7208f537ddd8</ApplicationId> <Comment>sample string 1</Comment> <ContactId>c6934b42-ec7a-418c-99fc-2cdb8048cc48</ContactId> <CourseId>4b3ea7fe-c9c4-4ed5-aa70-259de4ba73b1</CourseId> <ProgramActivityId>7eb69a57-a0e8-491d-bc9e-f091ec0940f7</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.