PUT api/SocialMonitorNew/EditReply?ReplyID={ReplyID}&CustomerCode={CustomerCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ReplyID | integer |
Required |
|
| CustomerCode | string |
Required |
Body Parameters
SocialSavedReplies| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| Content | string |
None. |
|
| Category_ID | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreateDate | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| LastModifiedOn | date |
None. |
|
| IsDeleted | boolean |
None. |
|
| DeletedBy | integer |
None. |
|
| DeleteDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Name": "sample string 2",
"Content": "sample string 3",
"Category_ID": 4,
"CreatedBy": 1,
"CreateDate": "17/12/2025 05:44",
"ModifiedBy": 1,
"LastModifiedOn": "17/12/2025 05:44",
"IsDeleted": true,
"DeletedBy": 1,
"DeleteDate": "17/12/2025 05:44"
}
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>2025-12-17T05:44:10.7902482+00:00</CreateDate> <CreatedBy>1</CreatedBy> <DeleteDate>2025-12-17T05:44:10.7902482+00:00</DeleteDate> <DeletedBy>1</DeletedBy> <ID>1</ID> <IsDeleted>true</IsDeleted> <LastModifiedOn>2025-12-17T05:44:10.7902482+00:00</LastModifiedOn> <ModifiedBy>1</ModifiedBy> <Name>sample string 2</Name> </SocialSavedReplies>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.