POST api/BEContact/ModifyReply

Request Information

URI Parameters

None.

Body Parameters

ModifyReplyInput
NameDescriptionTypeAdditional information
TD_Id

integer

None.

TD_ReplyMessage

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TD_Id": 1,
  "TD_ReplyMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<ContactModel.ModifyReplyInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <TD_Id>1</TD_Id>
  <TD_ReplyMessage>sample string 2</TD_ReplyMessage>
</ContactModel.ModifyReplyInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResultOfModifyReplyOutput
NameDescriptionTypeAdditional information
body

ModifyReplyOutput

None.

isSuccess

boolean

None.

message

string

None.

code

string

None.

response

Enum

None.

exception

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<BaseModels.BaseResultOfContactModel.ModifyReplyOutputuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <body>
    <TD_Id>1</TD_Id>
  </body>
  <exception>sample string 2</exception>
  <isSuccess>true</isSuccess>
  <response i:nil="true" />
</BaseModels.BaseResultOfContactModel.ModifyReplyOutputuKWfnEcv>