POST api/{database}/Note
Creates a new Note with the specified values
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| value | The Note with the updated values. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"messages": [],
"canChange": true,
"cannotChangeReason": "sample string 2",
"createdByUserId": "sample string 3",
"customerId": "sample string 4",
"dateCreated": "sample string 5",
"description": "sample string 6",
"document": "sample string 7",
"isHandled": "sample string 8",
"noteId": 9,
"noteOrigin": "sample string 10",
"noteType": "sample string 11",
"organizationId": 1,
"supplierId": "sample string 12",
"text": "sample string 13"
}
application/xml, text/xml
Sample:
<Note xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Edit"> <CanChange>true</CanChange> <CannotChangeReason>sample string 2</CannotChangeReason> <CreatedByUserId>sample string 3</CreatedByUserId> <CustomerId>sample string 4</CustomerId> <DateCreated>sample string 5</DateCreated> <Description>sample string 6</Description> <Document>sample string 7</Document> <IsHandled>sample string 8</IsHandled> <Messages xmlns:d2p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" /> <NoteId>9</NoteId> <NoteOrigin>sample string 10</NoteOrigin> <NoteType>sample string 11</NoteType> <OrganizationId>1</OrganizationId> <SupplierId>sample string 12</SupplierId> <Text>sample string 13</Text> </Note>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"messages": [],
"canChange": true,
"cannotChangeReason": "sample string 2",
"createdByUserId": "sample string 3",
"customerId": "sample string 4",
"dateCreated": "sample string 5",
"description": "sample string 6",
"document": "sample string 7",
"isHandled": "sample string 8",
"noteId": 9,
"noteOrigin": "sample string 10",
"noteType": "sample string 11",
"organizationId": 1,
"supplierId": "sample string 12",
"text": "sample string 13"
}
application/xml, text/xml
Sample:
<Note xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Edit"> <CanChange>true</CanChange> <CannotChangeReason>sample string 2</CannotChangeReason> <CreatedByUserId>sample string 3</CreatedByUserId> <CustomerId>sample string 4</CustomerId> <DateCreated>sample string 5</DateCreated> <Description>sample string 6</Description> <Document>sample string 7</Document> <IsHandled>sample string 8</IsHandled> <Messages xmlns:d2p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" /> <NoteId>9</NoteId> <NoteOrigin>sample string 10</NoteOrigin> <NoteType>sample string 11</NoteType> <OrganizationId>1</OrganizationId> <SupplierId>sample string 12</SupplierId> <Text>sample string 13</Text> </Note>