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": "569753b7-9010-44b7-a8b2-0a50aa65f095",
"AccountId": "d3b1913d-d2c7-4992-b7fc-167ec8075443",
"ApplicationId": "283316b0-edda-4639-b224-762dcd00b3a3",
"CourseId": "f3c2dc2f-4ee6-4afe-9893-97e432948d85",
"ProgramActivityId": "ae15a412-4bc4-4f9a-bce4-4037d3af0e63",
"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>d3b1913d-d2c7-4992-b7fc-167ec8075443</AccountId> <ApplicationId>283316b0-edda-4639-b224-762dcd00b3a3</ApplicationId> <Comment>sample string 1</Comment> <ContactId>569753b7-9010-44b7-a8b2-0a50aa65f095</ContactId> <CourseId>f3c2dc2f-4ee6-4afe-9893-97e432948d85</CourseId> <ProgramActivityId>ae15a412-4bc4-4f9a-bce4-4037d3af0e63</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.