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": "34de5636-184d-4af7-a24b-20b1ddc74398", "AccountId": "a98d7ff2-49a6-48ec-a9cf-820db67406f9", "ApplicationId": "0f0dea59-8572-42ff-a2cb-b507862497ee", "CourseId": "974decc7-5fb7-43a5-a945-edf0013f0da6", "ProgramActivityId": "24722fe8-54f8-4482-9846-6e8ebfa3267c", "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>a98d7ff2-49a6-48ec-a9cf-820db67406f9</AccountId> <ApplicationId>0f0dea59-8572-42ff-a2cb-b507862497ee</ApplicationId> <Comment>sample string 1</Comment> <ContactId>34de5636-184d-4af7-a24b-20b1ddc74398</ContactId> <CourseId>974decc7-5fb7-43a5-a945-edf0013f0da6</CourseId> <ProgramActivityId>24722fe8-54f8-4482-9846-6e8ebfa3267c</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.