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": "7eff9c92-4a54-4fe0-a097-ddbe983c410d",
"AccountId": "8fda254c-339e-42db-a8f5-9547a51dfe98",
"ApplicationId": "b0757e34-a876-4b8c-b361-6a1c7abe3f8b",
"CourseId": "7189ee86-29bb-41da-ae15-f9c507ddbbb2",
"ProgramActivityId": "be4163ee-6f9e-4784-a331-65390c2e724b",
"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>8fda254c-339e-42db-a8f5-9547a51dfe98</AccountId> <ApplicationId>b0757e34-a876-4b8c-b361-6a1c7abe3f8b</ApplicationId> <Comment>sample string 1</Comment> <ContactId>7eff9c92-4a54-4fe0-a097-ddbe983c410d</ContactId> <CourseId>7189ee86-29bb-41da-ae15-f9c507ddbbb2</CourseId> <ProgramActivityId>be4163ee-6f9e-4784-a331-65390c2e724b</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.