Create a Noteput https://api.elliemae.com/secondary/v1/trades/correspondent/{tradeId}/notesUse this API to add a note to a correspondent trade.Path ParamstradeIdstringrequiredUnique identifier of a correspondent trade. The TradeID and ID are the same.Body ParamsThe following objects and attributes make up the TradeNoteContract object, which contains free entry notes logged for a trade. All attributes are optional unless otherwise specified.createdByobjectEntityReferenceContract identifying the user who created the note.EntityReferenceContract objectcreatedTimeStampdate-timeDate and time the note was created.detailsstringNote text and details.idstringUnique identifier assigned to the note.entityRemovebooleanIndicator to delete the note.truefalsetimezoneAbbrevstringTime zone abbreviation.HeadersAuthorizationstringBearer tokenResponses 200OK 401Unauthorized 403Forbidden 404Not Found 500Internal Server ErrorUpdated 2 months ago