POST api/IndepAgentService/UpdateMendianAgentIAPackage

后台 - 给门店经纪人更新独立经纪人包

Request Information

URI Parameters

None.

Body Parameters

HouseIndepAgentMendianAgentUpdatePkgDto
NameDescriptionTypeAdditional information
MendianId

门店标识

integer

None.

IAPackage

独立经纪人套餐类型

IAPackageType

None.

IsPkgExpireTimeSameWithMendianZuanshi

过期时间是否与门店钻石时间一致

boolean

None.

CustomExpireTime

自定义过期时间

date

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<HouseIndepAgentMendianAgentUpdatePkgDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.IndepAgent">
  <CustomExpireTime>2024-05-09T23:17:29.9754434+08:00</CustomExpireTime>
  <IAPackage>None</IAPackage>
  <IsPkgExpireTimeSameWithMendianZuanshi>true</IsPkgExpireTimeSameWithMendianZuanshi>
  <MendianId>1</MendianId>
</HouseIndepAgentMendianAgentUpdatePkgDto>

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 'HouseIndepAgentMendianAgentUpdatePkgDto'.

Response Information

Resource Description

后台 - 给门店经纪人更新独立经纪人包

Object

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

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