POST api/ContractUpdateNote
Request Information
URI Parameters
None.
Body Parameters
Collection of UpdateNoteName | Description | Type | Additional information |
---|---|---|---|
NOTEID | integer |
None. |
|
username | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "NOTEID": 1, "username": "sample string 2" }, { "NOTEID": 1, "username": "sample string 2" } ]
Response Information
Resource Description
ReturnModelName | Description | Type | Additional information |
---|---|---|---|
returnvalue | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "returnvalue": 1 }