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": "5d21139f-ba62-4a19-8d36-9e976c6b9031",
"AccountId": "7b270d86-748a-4b0e-9fff-63911d94da1c",
"ApplicationId": "df97efdb-c0d4-47a8-939b-cc72f0c8c075",
"CourseId": "e5d9e23b-2190-4906-9db3-184a267d9228",
"ProgramActivityId": "fd973825-7684-4f97-ad91-6824bb904e66",
"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>7b270d86-748a-4b0e-9fff-63911d94da1c</AccountId> <ApplicationId>df97efdb-c0d4-47a8-939b-cc72f0c8c075</ApplicationId> <Comment>sample string 1</Comment> <ContactId>5d21139f-ba62-4a19-8d36-9e976c6b9031</ContactId> <CourseId>e5d9e23b-2190-4906-9db3-184a267d9228</CourseId> <ProgramActivityId>fd973825-7684-4f97-ad91-6824bb904e66</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.