POST api/SalesApi/AddNotes
Request Information
URI Parameters
None.
Body Parameters
AddNotesDTOName | Description | Type | Additional information |
---|---|---|---|
recid | integer |
None. |
|
rectype | string |
None. |
|
notes | string |
None. |
|
clientid | string |
None. |
|
username | string |
None. |
|
password | string |
None. |
|
string |
None. |
||
device_type | string |
None. |
|
push_id | string |
None. |
|
appkey | string |
None. |
|
connectionstring | string |
None. |
|
status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "recid": 1, "rectype": "sample string 2", "notes": "sample string 3", "clientid": "sample string 4", "username": "sample string 5", "password": "sample string 6", "email": "sample string 7", "device_type": "sample string 8", "push_id": "sample string 9", "appkey": "sample string 10", "connectionstring": "sample string 11", "status": 12 }
text/Xml
Sample:
{"recid":1,"rectype":"sample string 2","notes":"sample string 3","clientid":"sample string 4","username":"sample string 5","password":"sample string 6","email":"sample string 7","device_type":"sample string 8","push_id":"sample string 9","appkey":"sample string 10","connectionstring":"sample string 11","status":12}
application/xml
Sample:
<AddNotesDTO xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <clientid>sample string 4</clientid> <username>sample string 5</username> <password>sample string 6</password> <email>sample string 7</email> <device_type>sample string 8</device_type> <push_id>sample string 9</push_id> <appkey>sample string 10</appkey> <connectionstring>sample string 11</connectionstring> <status>12</status> <recid>1</recid> <rectype>sample string 2</rectype> <notes>sample string 3</notes> </AddNotesDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/Xml
Sample:
Sample not available.