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": "2501c54c-6dc8-4f76-9ad5-6aa4972e8667",
"AccountId": "52a3cc43-b156-4313-bd83-77c629340acc",
"ApplicationId": "287fe7d3-d7a4-4cee-afb9-989bfd328943",
"CourseId": "55572693-b520-41c2-b0fe-4120b2b20494",
"ProgramActivityId": "511650b8-043a-4830-a928-0be060e7d038",
"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>52a3cc43-b156-4313-bd83-77c629340acc</AccountId> <ApplicationId>287fe7d3-d7a4-4cee-afb9-989bfd328943</ApplicationId> <Comment>sample string 1</Comment> <ContactId>2501c54c-6dc8-4f76-9ad5-6aa4972e8667</ContactId> <CourseId>55572693-b520-41c2-b0fe-4120b2b20494</CourseId> <ProgramActivityId>511650b8-043a-4830-a928-0be060e7d038</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.