GET
api/v1/getcallnotebyid?customerId={customerId}&callNoteId={callNoteId}&clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId | integer |
Required |
|
callNoteId | integer |
Required |
|
clientId | integer |
Default value is 1 |
Response Information
Description:
Return type: CallNoteDetail
Response Formats
application/json, text/json
{ "RowRank": 1, "CallID": 2, "FirstName": "sample string 3", "LastName": "sample string 4", "CustomerID": 5, "SellerID": 6, "OrderNumber": "sample string 7", "CallDate": "2025-06-18T12:19:33.804471+00:00", "Priority": "sample string 9", "CallNote": "sample string 10", "FollowupActionDate": "2025-06-18T12:19:33.804471+00:00", "FollowupActionNote": "sample string 12", "IsActive": true, "IsLogicalDeleted": true, "CreatedBy": 15, "CallNumber": "sample string 16", "UserNames": "sample string 17", "UserEmailIds": "sample string 18", "ClientId": 19, "CustomerCallNoteAttachmentList": [ { "Id": 1, "CustomerId": 2, "CallNoteId": 3, "DocumentName": "sample string 4", "DocumentPath": "sample string 5", "Tags": "sample string 6", "ShortDescription": "sample string 7", "IsActive": true, "IsDeleted": true, "ClientId": 10, "CreatedOn": "2025-06-18T12:19:33.804471+00:00", "CreatedBy": 12, "ModifiedOn": "2025-06-18T12:19:33.804471+00:00", "ModifiedBy": 14, "DeletedAttachmentIds": "sample string 15", "Size": 16.1 }, { "Id": 1, "CustomerId": 2, "CallNoteId": 3, "DocumentName": "sample string 4", "DocumentPath": "sample string 5", "Tags": "sample string 6", "ShortDescription": "sample string 7", "IsActive": true, "IsDeleted": true, "ClientId": 10, "CreatedOn": "2025-06-18T12:19:33.804471+00:00", "CreatedBy": 12, "ModifiedOn": "2025-06-18T12:19:33.804471+00:00", "ModifiedBy": 14, "DeletedAttachmentIds": "sample string 15", "Size": 16.1 } ] }
text/html
{"RowRank":1,"CallID":2,"FirstName":"sample string 3","LastName":"sample string 4","CustomerID":5,"SellerID":6,"OrderNumber":"sample string 7","CallDate":"2025-06-18T12:19:33.804471+00:00","Priority":"sample string 9","CallNote":"sample string 10","FollowupActionDate":"2025-06-18T12:19:33.804471+00:00","FollowupActionNote":"sample string 12","IsActive":true,"IsLogicalDeleted":true,"CreatedBy":15,"CallNumber":"sample string 16","UserNames":"sample string 17","UserEmailIds":"sample string 18","ClientId":19,"CustomerCallNoteAttachmentList":[{"Id":1,"CustomerId":2,"CallNoteId":3,"DocumentName":"sample string 4","DocumentPath":"sample string 5","Tags":"sample string 6","ShortDescription":"sample string 7","IsActive":true,"IsDeleted":true,"ClientId":10,"CreatedOn":"2025-06-18T12:19:33.804471+00:00","CreatedBy":12,"ModifiedOn":"2025-06-18T12:19:33.804471+00:00","ModifiedBy":14,"DeletedAttachmentIds":"sample string 15","Size":16.1},{"Id":1,"CustomerId":2,"CallNoteId":3,"DocumentName":"sample string 4","DocumentPath":"sample string 5","Tags":"sample string 6","ShortDescription":"sample string 7","IsActive":true,"IsDeleted":true,"ClientId":10,"CreatedOn":"2025-06-18T12:19:33.804471+00:00","CreatedBy":12,"ModifiedOn":"2025-06-18T12:19:33.804471+00:00","ModifiedBy":14,"DeletedAttachmentIds":"sample string 15","Size":16.1}]}
application/xml, text/xml
<CallNoteDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.CRM"> <CallDate>2025-06-18T12:19:33.804471+00:00</CallDate> <CallID>2</CallID> <CallNote>sample string 10</CallNote> <CallNumber>sample string 16</CallNumber> <ClientId>19</ClientId> <CreatedBy>15</CreatedBy> <CustomerCallNoteAttachmentList> <CustomerCallNoteAttachment> <CallNoteId>3</CallNoteId> <ClientId>10</ClientId> <CreatedBy>12</CreatedBy> <CreatedOn>2025-06-18T12:19:33.804471+00:00</CreatedOn> <CustomerId>2</CustomerId> <DeletedAttachmentIds>sample string 15</DeletedAttachmentIds> <DocumentName>sample string 4</DocumentName> <DocumentPath>sample string 5</DocumentPath> <Id>1</Id> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <ModifiedBy>14</ModifiedBy> <ModifiedOn>2025-06-18T12:19:33.804471+00:00</ModifiedOn> <ShortDescription>sample string 7</ShortDescription> <Size>16.1</Size> <Tags>sample string 6</Tags> </CustomerCallNoteAttachment> <CustomerCallNoteAttachment> <CallNoteId>3</CallNoteId> <ClientId>10</ClientId> <CreatedBy>12</CreatedBy> <CreatedOn>2025-06-18T12:19:33.804471+00:00</CreatedOn> <CustomerId>2</CustomerId> <DeletedAttachmentIds>sample string 15</DeletedAttachmentIds> <DocumentName>sample string 4</DocumentName> <DocumentPath>sample string 5</DocumentPath> <Id>1</Id> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <ModifiedBy>14</ModifiedBy> <ModifiedOn>2025-06-18T12:19:33.804471+00:00</ModifiedOn> <ShortDescription>sample string 7</ShortDescription> <Size>16.1</Size> <Tags>sample string 6</Tags> </CustomerCallNoteAttachment> </CustomerCallNoteAttachmentList> <CustomerID>5</CustomerID> <FirstName>sample string 3</FirstName> <FollowupActionDate>2025-06-18T12:19:33.804471+00:00</FollowupActionDate> <FollowupActionNote>sample string 12</FollowupActionNote> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <LastName>sample string 4</LastName> <OrderNumber>sample string 7</OrderNumber> <Priority>sample string 9</Priority> <RowRank>1</RowRank> <SellerID>6</SellerID> <UserEmailIds>sample string 18</UserEmailIds> <UserNames>sample string 17</UserNames> </CallNoteDetail>