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": "bc83f675-48f6-4f86-aed8-5b2e25b9cd09",
"AccountId": "ea0bb3f2-fd58-4882-8c86-aebd13af80ec",
"ApplicationId": "f9964778-9a40-4404-b8e7-6672166da933",
"CourseId": "5f1ea963-fe42-4077-85cf-8ca4370286c0",
"ProgramActivityId": "0411e778-7a53-43a1-a444-5ab2878026ca",
"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>ea0bb3f2-fd58-4882-8c86-aebd13af80ec</AccountId> <ApplicationId>f9964778-9a40-4404-b8e7-6672166da933</ApplicationId> <Comment>sample string 1</Comment> <ContactId>bc83f675-48f6-4f86-aed8-5b2e25b9cd09</ContactId> <CourseId>5f1ea963-fe42-4077-85cf-8ca4370286c0</CourseId> <ProgramActivityId>0411e778-7a53-43a1-a444-5ab2878026ca</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.