POST api/v1/savecallnote?clientId={clientId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
clientId

integer

Default value is 1

Body Parameters

CallNoteDetail
NameDescriptionTypeAdditional information
RowRank

integer

None.

CallID

integer

None.

FirstName

string

None.

LastName

string

None.

CustomerID

integer

None.

SellerID

integer

None.

OrderNumber

string

None.

CallDate

date

None.

Priority

string

None.

CallNote

string

None.

FollowupActionDate

date

None.

FollowupActionNote

string

None.

IsActive

boolean

None.

IsLogicalDeleted

boolean

None.

CreatedBy

integer

None.

CallNumber

string

None.

UserNames

string

None.

UserEmailIds

string

None.

ClientId

integer

None.

CustomerCallNoteAttachmentList

Collection of CustomerCallNoteAttachment

None.

Request Formats
{
  "RowRank": 1,
  "CallID": 2,
  "FirstName": "sample string 3",
  "LastName": "sample string 4",
  "CustomerID": 5,
  "SellerID": 6,
  "OrderNumber": "sample string 7",
  "CallDate": "2025-06-18T11:28:45.3013463+00:00",
  "Priority": "sample string 9",
  "CallNote": "sample string 10",
  "FollowupActionDate": "2025-06-18T11:28:45.3013463+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-18T11:28:45.3013463+00:00",
      "CreatedBy": 12,
      "ModifiedOn": "2025-06-18T11:28:45.3013463+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-18T11:28:45.3013463+00:00",
      "CreatedBy": 12,
      "ModifiedOn": "2025-06-18T11:28:45.3013463+00:00",
      "ModifiedBy": 14,
      "DeletedAttachmentIds": "sample string 15",
      "Size": 16.1
    }
  ]
}
{"RowRank":1,"CallID":2,"FirstName":"sample string 3","LastName":"sample string 4","CustomerID":5,"SellerID":6,"OrderNumber":"sample string 7","CallDate":"2025-06-18T11:28:45.3013463+00:00","Priority":"sample string 9","CallNote":"sample string 10","FollowupActionDate":"2025-06-18T11:28:45.3013463+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-18T11:28:45.3013463+00:00","CreatedBy":12,"ModifiedOn":"2025-06-18T11:28:45.3013463+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-18T11:28:45.3013463+00:00","CreatedBy":12,"ModifiedOn":"2025-06-18T11:28:45.3013463+00:00","ModifiedBy":14,"DeletedAttachmentIds":"sample string 15","Size":16.1}]}
<CallNoteDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.CRM">
  <CallDate>2025-06-18T11:28:45.3013463+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-18T11:28:45.3013463+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-18T11:28:45.3013463+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-18T11:28:45.3013463+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-18T11:28:45.3013463+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-18T11:28:45.3013463+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>

Sample not available.

Response Information

Description:

Return type: integer

Response Formats
1
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>