PUT api/SocialMonitorNew/EditReply?ReplyID={ReplyID}&CustomerCode={CustomerCode}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Reply
No documentation available.

Define this parameter in the request body.

ReplyID
No documentation available.

Define this parameter in the request URI.

CustomerCode
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "Content": "sample string 3",
  "Category_ID": 4,
  "CreatedBy": 1,
  "CreateDate": "17/10/2024 11:23",
  "ModifiedBy": 1,
  "LastModifiedOn": "17/10/2024 11:23",
  "IsDeleted": true,
  "DeletedBy": 1,
  "DeleteDate": "17/10/2024 11:23"
}

application/xml, text/xml

Sample:
<SocialSavedReplies xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SM.Data.Models.Monitoring">
  <Category_ID>4</Category_ID>
  <Content>sample string 3</Content>
  <CreateDate>2024-10-17T11:23:06.3077776+01:00</CreateDate>
  <CreatedBy>1</CreatedBy>
  <DeleteDate>2024-10-17T11:23:06.3077776+01:00</DeleteDate>
  <DeletedBy>1</DeletedBy>
  <ID>1</ID>
  <IsDeleted>true</IsDeleted>
  <LastModifiedOn>2024-10-17T11:23:06.3077776+01:00</LastModifiedOn>
  <ModifiedBy>1</ModifiedBy>
  <Name>sample string 2</Name>
</SocialSavedReplies>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.