POST api/New/PriceDetatilEdit

服务管理编辑

Request Information

URI Parameters

None.

Body Parameters

WX_EXPERT_PRICE
NameDescriptionTypeAdditional information
Id

integer

None.

ExpertId

integer

None.

EntrustPrice

decimal number

None.

ConsultPrice

decimal number

None.

CreateTime

date

None.

PhonePrice

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ExpertId": 2,
  "EntrustPrice": 3.0,
  "ConsultPrice": 4.0,
  "CreateTime": "2024-10-05T19:18:38.3384451+08:00",
  "PhonePrice": 6.0
}

application/xml, text/xml

Sample:
<WX_EXPERT_PRICE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/A.BLL">
  <_consultprice xmlns="http://schemas.datacontract.org/2004/07/A.BLL.Base">4</_consultprice>
  <_createtime xmlns="http://schemas.datacontract.org/2004/07/A.BLL.Base">2024-10-05T19:18:38.3384451+08:00</_createtime>
  <_entrustprice xmlns="http://schemas.datacontract.org/2004/07/A.BLL.Base">3</_entrustprice>
  <_expertid xmlns="http://schemas.datacontract.org/2004/07/A.BLL.Base">2</_expertid>
  <_id xmlns="http://schemas.datacontract.org/2004/07/A.BLL.Base">1</_id>
  <_phoneprice xmlns="http://schemas.datacontract.org/2004/07/A.BLL.Base">6</_phoneprice>
</WX_EXPERT_PRICE>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'WX_EXPERT_PRICE'.

Response Information

Resource Description

服务管理编辑

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.