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": "4403cf5b-2f75-4df4-9b60-fcc2118a1d32",
"AccountId": "cd22e450-a4af-4d40-9dac-1dbc672fee74",
"ApplicationId": "cdb417e8-61da-44eb-9f2d-16a49db76d0b",
"CourseId": "ed3067ab-4188-4d0d-913f-00876baf8e13",
"ProgramActivityId": "b61e0d4f-0a59-4b25-96b9-714baf83f30a",
"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>cd22e450-a4af-4d40-9dac-1dbc672fee74</AccountId> <ApplicationId>cdb417e8-61da-44eb-9f2d-16a49db76d0b</ApplicationId> <Comment>sample string 1</Comment> <ContactId>4403cf5b-2f75-4df4-9b60-fcc2118a1d32</ContactId> <CourseId>ed3067ab-4188-4d0d-913f-00876baf8e13</CourseId> <ProgramActivityId>b61e0d4f-0a59-4b25-96b9-714baf83f30a</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.