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": "fea001fc-cfe9-4059-a89e-ddd89d5d5561", "AccountId": "8f09447a-c754-4305-bf81-27dee93fdff1", "ApplicationId": "1bed7876-845b-4ccf-9b8f-27d32752750b", "CourseId": "c5d63f98-ad58-4b1f-b7b7-d19edfe9806a", "ProgramActivityId": "fc072a8e-d525-4b21-921f-cdd98aab46e2", "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>8f09447a-c754-4305-bf81-27dee93fdff1</AccountId> <ApplicationId>1bed7876-845b-4ccf-9b8f-27d32752750b</ApplicationId> <Comment>sample string 1</Comment> <ContactId>fea001fc-cfe9-4059-a89e-ddd89d5d5561</ContactId> <CourseId>c5d63f98-ad58-4b1f-b7b7-d19edfe9806a</CourseId> <ProgramActivityId>fc072a8e-d525-4b21-921f-cdd98aab46e2</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.