POST api/Comments/ExternalClient
Request Information
URI Parameters
None.
Body Parameters
Altai.Web.Services.Models.CommentRequestName | 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": "e7ceed5a-2804-4492-b227-2fbab805705b", "AccountId": "1cbd8025-43f7-405d-998f-5bae61fbefd7", "ApplicationId": "8c7b8658-96d0-4913-a905-163f1f3e517b", "CourseId": "df978a08-3cc7-45ae-b71e-fab264eb1f93", "ProgramActivityId": "845accba-60c0-47da-99e9-2e253a3b9e3e", "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>1cbd8025-43f7-405d-998f-5bae61fbefd7</AccountId> <ApplicationId>8c7b8658-96d0-4913-a905-163f1f3e517b</ApplicationId> <Comment>sample string 1</Comment> <ContactId>e7ceed5a-2804-4492-b227-2fbab805705b</ContactId> <CourseId>df978a08-3cc7-45ae-b71e-fab264eb1f93</CourseId> <ProgramActivityId>845accba-60c0-47da-99e9-2e253a3b9e3e</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.