POST api/BEContact/UpdateContactUs

Request Information

URI Parameters

None.

Body Parameters

ContactUsUpdateData
NameDescriptionTypeAdditional information
Id

integer

None.

ReplyStatus

string

None.

ReplyMessage

string

None.

ReplyUserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ReplyStatus": "sample string 2",
  "ReplyMessage": "sample string 3",
  "ReplyUserId": "sample string 4"
}

application/xml, text/xml

Sample:
<ContactModel.ContactUsUpdateData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <Id>1</Id>
  <ReplyMessage>sample string 3</ReplyMessage>
  <ReplyStatus>sample string 2</ReplyStatus>
  <ReplyUserId>sample string 4</ReplyUserId>
</ContactModel.ContactUsUpdateData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResultOfObject
NameDescriptionTypeAdditional information
body

Object

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.BaseResultOfanyTypeRvdAXEcW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <body />
  <exception>sample string 3</exception>
  <isSuccess>true</isSuccess>
  <response i:nil="true" />
</BaseModels.BaseResultOfanyTypeRvdAXEcW>