POST api/business/{applicationId}/user/notes/add
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| applicationId | integer |
Required |
Body Parameters
UserNotesRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Comments | string |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Comments": "sample string 1",
"UserId": 2
}
application/xml, text/xml
Sample:
<UserNotesRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.ApplicanProgramInterface.Models"> <Comments>sample string 1</Comments> <UserId>2</UserId> </UserNotesRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.