Create a new instance of a Note object that belongs to the Account.Copy Pagepost https://{server_address}/ResourceServer/api/v10/Account/{id}/NotePath ParamsidintegerrequiredUnique identifier for the Account object.Body ParamsRepresents a note made on an Account.subjectstringtextstringnoteTypeIdnumberUnique identifier for the associated NoteType object.noteTypeNamestringThe name of the object associated with the noteTypeId property.createdByUserIdnumberUnique identifier for the associated User object.createdByUserNamestringThe name of the object associated with the createdByUserId property.updatedByUserIdnumberUnique identifier for the associated User object.updatedByUserNamestringThe name of the object associated with the updatedByUserId property.showOnOverviewbooleantruetruefalseisImportantbooleantruetruefalseResponses 201Action completed successfully. 400The request could not be processed.Updated 2 months ago