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": "b5abdc93-c1db-4ee5-9681-45becd6c5b68", "AccountId": "482e7b87-778c-4b3f-bb82-37512935fdae", "ApplicationId": "b9df183c-0a92-425d-9445-5d3916b94f56", "CourseId": "714fa794-6802-473d-9805-666e1cc9628b", "ProgramActivityId": "eb0cbdeb-414f-4044-81cf-3d9afb98a0be", "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>482e7b87-778c-4b3f-bb82-37512935fdae</AccountId> <ApplicationId>b9df183c-0a92-425d-9445-5d3916b94f56</ApplicationId> <Comment>sample string 1</Comment> <ContactId>b5abdc93-c1db-4ee5-9681-45becd6c5b68</ContactId> <CourseId>714fa794-6802-473d-9805-666e1cc9628b</CourseId> <ProgramActivityId>eb0cbdeb-414f-4044-81cf-3d9afb98a0be</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.