GET Api/Invoke/GetRLockedStatus/{RefundId}

获取当前退票单最后锁定状态(基于退票单ID)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
RefundId

退票单ID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

获取当前退票单最后锁定状态(基于退票单ID)

SpeedPower.Utility.Models.Project.Orders.Service.GetRLockedStatusModel
NameDescriptionTypeAdditional information
ID

设置ID

globally unique identifier

None.

RecordType

添加方式

SpeedPower.Utility.Models.Project.Orders.Enums.RecordType

None.

Creater

创建人

string

Required

String length: inclusive between 0 and 128

Time

添加时间

date

None.

RefundId

父级ID

globally unique identifier

None.

Status

锁定状态

SpeedPower.Utility.Models.Project.Orders.Enums.LockedStatusType

None.

Remarks

备注内容

string

String length: inclusive between 0 and 500

Response Formats

application/json, text/json

Sample:
{
  "ID": "f1234608-74e9-4ced-aca3-20208a8fd4cf",
  "RecordType": 0,
  "Creater": "sample string 2",
  "Time": "2026-05-09T19:34:33.1814941+08:00",
  "RefundId": "7007f0a6-6679-48b6-abc9-9f19c9d088ad",
  "Status": 0,
  "Remarks": "sample string 5"
}