售后服务管理系统免费试用

开放平台

获取备件列表

请求方式:

GET

请求地址:

https://api.eshouhou.cn/open/v2/Basic/GetAccessories?access_token=eXNoNTRkZDRmOGFyaW5meCY2YTgyNTFiYS1jZTY0LTQ2YjctYTUwNS1hNGU1NjAwMzI3MDYmMTIw


请求参数:

参数

类型

必填

名称

备注

serviceSpaceId

string

服务空间id


searchKey

String

关键字


pageSize

String

每页记录数


pageIndex

String

页码



返回参数:

参数

类型

必填

名称

ResultCode

String

返回编码

ErrorMsg

String

返回信息

ResultValue

Object

返回对象


ResultValue对象:

参数

类型

必填

名称

ID

string

配件ID

CategoryID

string

分类id

CategoryName

string

分类名称

ServiceSpaceID

string

服务空间id

ServiceSpaceName

string

服务空间名称

Code

string

编码

Name

string

配件名称

Type

string

配件型号

Spec

string

规格

Unit

string

单位

Brand

string

品牌

Barcode

string

条码

Price

string

结算价格

CustomerPrice

string

客户结算价格

NetworkPrice

string

网点结算金额

StaffPrice

string

员工结算金额

IsCharged

Bool

保内是否收费

IsDeleted

Bool

删除标识

WarrantyPeriod

string

保修期限

WarrantyPeriodName

string

保修期限名称

Count

Int

数量

ImgUrl

string

图片


请求示例:

https://api.eshouhou.cn/open/v2/Basic/GetAccessories?serviceSpaceId=6a8251ba-ce64-46b7-a505-a4e560032706


返回成功示例:

{

    "ResultCode": 0,

    "ErrorMsg": "",

    "ResultValue": [

        {

            "CategoryID": "113",

            "CategoryName": "电热水器材料",

            "ServiceSpaceID": "6a8251ba-ce64-46b7-a505-a4e560032706",

            "ServiceSpaceName": null,

            "Code": "222",

            "Name": "3333",

            "Spec": "",

            "Type": "",

            "Unit": "",

            "Brand": "",

            "Barcode": "",

            "ImgUrl": "",

            "Price": "0.00",

            "CustomerPrice": "0.00",

            "NetworkPrice": "0.00",

            "StaffPrice": "0.00",

            "IsCharged": false,

            "IsDeleted": false,

            "WarrantyPeriod": "1",

            "WarrantyPeriodName": "无保修",

            "Count": 0,

            "ID": "2584"

        }

    ]

}



开发者:可为天下(北京)科技有限公司 版本号:V3.1.2
© 2024 eshouhou.com 易售后 保留所有权利
京ICP备15041347号-2京公网安备11011302007053
电话咨询
400-071-2899
在线咨询
免费试用
下载APP
返回顶部