GET Api/Service/Order/GetPurchaseOrderMemberById/{PurchaseMemberId}
获取采购单采购账户信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseMemberId |
采购账户ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
获取采购单采购账户信息
SpeedPower.Utility.Models.Project.Orders.Service.GetPurchaseMemberModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Time |
添加时间 |
date |
None. |
| ID |
设置ID |
globally unique identifier |
None. |
| PurchaseOrderId |
父级ID |
globally unique identifier |
None. |
| UserName |
采购用户名 |
string |
Required String length: inclusive between 0 and 50 |
| Password |
采购密码 |
string |
String length: inclusive between 0 and 50 |
| ContactPhone |
联系电话 |
string |
String length: inclusive between 0 and 200 |
| Remarks |
账户备注 |
string |
String length: inclusive between 0 and 500 |
| MembersId |
采购账户ID |
string |
String length: inclusive between 0 and 128 |
Response Formats
application/json, text/json
Sample:
{
"Time": "2025-11-01T21:54:09.5035535+08:00",
"ID": "ed7d6ae4-0bed-48b8-b2a9-a6b0571b9185",
"PurchaseOrderId": "dca1898d-867f-4a7a-9b3e-de7008b4e78b",
"UserName": "sample string 4",
"Password": "sample string 5",
"ContactPhone": "sample string 6",
"Remarks": "sample string 7",
"MembersId": "sample string 8"
}