POST VIP/GetVipIpsalyzerConsultResult

Request Information

URI Parameters

None.

Body Parameters

Object

None.

Request 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/" />

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetVipIpsalyzerConsultResultReturn
NameDescriptionTypeAdditional information
brand

string

None.

vipCode

string

None.

storeCode

string

None.

staffCode

string

None.

consultDate

string

None.

consultTime

string

None.

sendDate

string

None.

sendTime

string

None.

sendOption

string

None.

courseList

Object

None.

questionList

Object

None.

recipeInfo

Object

None.

errorCode

integer

None.

errorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "brand": "sample string 1",
  "vipCode": "sample string 2",
  "storeCode": "sample string 3",
  "staffCode": "sample string 4",
  "consultDate": "sample string 5",
  "consultTime": "sample string 6",
  "sendDate": "sample string 7",
  "sendTime": "sample string 8",
  "sendOption": "sample string 9",
  "courseList": {},
  "questionList": {},
  "recipeInfo": {},
  "errorCode": 13,
  "errorMessage": "sample string 14"
}

application/xml, text/xml

Sample:
<VipManage.GetVipIpsalyzerConsultResultReturn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Retex.StdV5.DBL">
  <brand>sample string 1</brand>
  <consultDate>sample string 5</consultDate>
  <consultTime>sample string 6</consultTime>
  <courseList />
  <errorCode>13</errorCode>
  <errorMessage>sample string 14</errorMessage>
  <questionList />
  <recipeInfo />
  <sendDate>sample string 7</sendDate>
  <sendOption>sample string 9</sendOption>
  <sendTime>sample string 8</sendTime>
  <staffCode>sample string 4</staffCode>
  <storeCode>sample string 3</storeCode>
  <vipCode>sample string 2</vipCode>
</VipManage.GetVipIpsalyzerConsultResultReturn>