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": "ca206b21-b4b1-46fa-99a3-0facab6151ac",
"AccountId": "d5757f8a-33f7-4868-b1ea-91798bd3bd47",
"ApplicationId": "3f826af2-5e67-4bbf-b316-84bdc9f41a3b",
"CourseId": "c31175ee-c692-4cd1-8ba2-caaa43f19c8c",
"ProgramActivityId": "701f6b50-124f-4ca8-8de4-40fa921f8a05",
"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>d5757f8a-33f7-4868-b1ea-91798bd3bd47</AccountId> <ApplicationId>3f826af2-5e67-4bbf-b316-84bdc9f41a3b</ApplicationId> <Comment>sample string 1</Comment> <ContactId>ca206b21-b4b1-46fa-99a3-0facab6151ac</ContactId> <CourseId>c31175ee-c692-4cd1-8ba2-caaa43f19c8c</CourseId> <ProgramActivityId>701f6b50-124f-4ca8-8de4-40fa921f8a05</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.