POST api/TransferDataSocialNetwork/SavePortalClassifyCommentKeyword

Request Information

URI Parameters

None.

Body Parameters

SendPortalClassifyCommentKeywordToAPI
NameDescriptionTypeAdditional information
PortalClassifyCommentKeyword

PortalClassifyCommentKeyword

None.

Request Formats

application/json, text/json

Sample:
{
  "PortalClassifyCommentKeyword": {
    "MongoID": "sample string 1",
    "Id": 2,
    "PortalClassifyCommentId": 1,
    "Keyword": "sample string 3",
    "Type": "sample string 4",
    "CenterId": 1,
    "CreateDate": "2026-06-14T00:24:12.5555297+07:00",
    "ModifyDate": "2026-06-14T00:24:12.5555297+07:00",
    "CreateUserId": 1,
    "ModifyUserId": 1,
    "ObjectMessageAutoReplyId": "sample string 5",
    "TotalRow": 1,
    "ReferenceId": "sample string 6",
    "IsApplyForCRM": true,
    "IsApplyForPortal": true
  }
}

application/xml, text/xml

Sample:
<UserDataObject.SendPortalClassifyCommentKeywordToAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Bus.Model">
  <PortalClassifyCommentKeyword xmlns:d2p1="http://schemas.datacontract.org/2004/07/EBM.Portal.DAL.Entity">
    <d2p1:CenterId>1</d2p1:CenterId>
    <d2p1:CreateDate>2026-06-14T00:24:12.5555297+07:00</d2p1:CreateDate>
    <d2p1:CreateUserId>1</d2p1:CreateUserId>
    <d2p1:Id>2</d2p1:Id>
    <d2p1:IsApplyForCRM>true</d2p1:IsApplyForCRM>
    <d2p1:IsApplyForPortal>true</d2p1:IsApplyForPortal>
    <d2p1:Keyword>sample string 3</d2p1:Keyword>
    <d2p1:ModifyDate>2026-06-14T00:24:12.5555297+07:00</d2p1:ModifyDate>
    <d2p1:ModifyUserId>1</d2p1:ModifyUserId>
    <d2p1:MongoID>sample string 1</d2p1:MongoID>
    <d2p1:ObjectMessageAutoReplyId>sample string 5</d2p1:ObjectMessageAutoReplyId>
    <d2p1:PortalClassifyCommentId>1</d2p1:PortalClassifyCommentId>
    <d2p1:ReferenceId>sample string 6</d2p1:ReferenceId>
    <d2p1:TotalRow>1</d2p1:TotalRow>
    <d2p1:Type>sample string 4</d2p1:Type>
  </PortalClassifyCommentKeyword>
</UserDataObject.SendPortalClassifyCommentKeywordToAPI>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SendPortalClassifyCommentKeywordToAPI'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />