GET Api/Invoke/GetRefundStatus/{RefundId}
获取当前退票单最后状态(基于退票单ID)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
RefundId |
退票单ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
获取当前退票单最后状态(基于退票单ID)
SpeedPower.Utility.Models.Project.Orders.Service.GetRefundStatusModelName | Description | Type | Additional 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.RefundStatusType |
None. |
Remarks |
备注内容 |
string |
String length: inclusive between 0 and 500 |
Response Formats
application/json, text/json
Sample:
{ "ID": "5b96d2f0-106c-4588-908b-caf7a44c77a4", "RecordType": 0, "Creater": "sample string 2", "Time": "2025-04-03T19:27:40.5555783+08:00", "RefundId": "d4014030-cf09-4730-ba27-ce140c585ef8", "Status": 0, "Remarks": "sample string 5" }