POST api/TechnicianInfo/TechnicianFavorite

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResultModels
NameDescriptionTypeAdditional information
errcode

integer

None.

errmsg

string

None.

url

string

None.

data

string

None.

dataObj

Object

None.

IsReceive

boolean

None.

BtnTitle

string

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "url": "sample string 3",
  "data": "sample string 4",
  "dataObj": {},
  "IsReceive": true,
  "BtnTitle": "sample string 7"
}

application/xml, text/xml

Sample:
<BaseResultModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Areas.Beauty.Models">
  <BtnTitle>sample string 7</BtnTitle>
  <IsReceive>true</IsReceive>
  <data>sample string 4</data>
  <dataObj />
  <errcode>1</errcode>
  <errmsg>sample string 2</errmsg>
  <url>sample string 3</url>
</BaseResultModels>