POST api/FESysCode/GetContactUsInformation

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

BaseResultOfContactUsInformation
NameDescriptionTypeAdditional information
body

ContactUsInformation

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