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": "a012f580-010b-472a-b677-c164f7b73bd9", "AccountId": "4e0ace2d-c1bd-42d1-bb86-5aadac80b5c0", "ApplicationId": "dfd2171b-e2ac-4e0b-b8a6-6c157206dcf5", "CourseId": "c6ef4fac-30f3-42ca-85d5-19affd203676", "ProgramActivityId": "23e08b27-a315-47d5-ad71-3212a5cca74a", "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>4e0ace2d-c1bd-42d1-bb86-5aadac80b5c0</AccountId> <ApplicationId>dfd2171b-e2ac-4e0b-b8a6-6c157206dcf5</ApplicationId> <Comment>sample string 1</Comment> <ContactId>a012f580-010b-472a-b677-c164f7b73bd9</ContactId> <CourseId>c6ef4fac-30f3-42ca-85d5-19affd203676</CourseId> <ProgramActivityId>23e08b27-a315-47d5-ad71-3212a5cca74a</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.