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": "063c0f39-5aa6-4c00-b4f5-5233827579c1",
"AccountId": "dda30f8e-1e35-489b-9b9a-8aa5e51cfce0",
"ApplicationId": "8685363a-e475-4eb8-835a-ff4a97f3573e",
"CourseId": "23d5a80c-09ba-4e06-96fe-838f1771a77e",
"ProgramActivityId": "15a5f642-d43c-4015-b060-98d5db8fffc6",
"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>dda30f8e-1e35-489b-9b9a-8aa5e51cfce0</AccountId> <ApplicationId>8685363a-e475-4eb8-835a-ff4a97f3573e</ApplicationId> <Comment>sample string 1</Comment> <ContactId>063c0f39-5aa6-4c00-b4f5-5233827579c1</ContactId> <CourseId>23d5a80c-09ba-4e06-96fe-838f1771a77e</CourseId> <ProgramActivityId>15a5f642-d43c-4015-b060-98d5db8fffc6</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.