| Name | Description | Additional information |
|---|---|---|
| accountid | No documentation available. |
Define this parameter in the request body. |
| createdby | No documentation available. |
Define this parameter in the request body. |
| notetext | No documentation available. |
Define this parameter in the request body. |
{
"accountid": 1,
"createdby": "sample string 2",
"notetext": "sample string 3"
}
<createnoteonaccountmodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICOMMON"> <accountid>1</accountid> <createdby>sample string 2</createdby> <notetext>sample string 3</notetext> </createnoteonaccountmodel>
Sample not available.