POST api/LoveLineRecord/AdminCreateLineRecord

后台人工添加牵线记录

Request Information

URI Parameters

None.

Body Parameters

LineCreateDto
NameDescriptionTypeAdditional information
Id

自增id

integer

None.

FromLoveUserId

申请牵线相亲会员id{无需传}

integer

None.

ToLoveUserId

牵线对象相亲会员id

integer

None.

MatchmakerId

红娘id

integer

None.

LineStatus

牵线状态 枚举

LineStatusType

None.

FailureReason

牵线失败原因

string

None.

CreateTime

申请时间

date

None.

CompleteTime

完成时间

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:
<LineCreateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.LineRecord">
  <CompleteTime>2024-05-10T04:03:38.5065327+08:00</CompleteTime>
  <CreateTime>2024-05-10T04:03:38.5065327+08:00</CreateTime>
  <FailureReason>sample string 5</FailureReason>
  <FromLoveUserId>2</FromLoveUserId>
  <Id>1</Id>
  <LineStatus>StayPull</LineStatus>
  <MatchmakerId>4</MatchmakerId>
  <ToLoveUserId>3</ToLoveUserId>
</LineCreateDto>

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

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