GET api/GD/GetTableFeeByGDNumber?gdnumber={gdnumber}

获取服务站工单费用列表

请求参数信息

URI 参数

NameDescriptionTypeAdditional information
gdnumber

string

Required

Body 参数

None.

接口返回信息

返回信息说明

JMResponseOfDataTable
NameDescriptionTypeAdditional information
code

string

None.

msg

string

None.

data

DataTable

None.

返回数据格式

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "msg": "sample string 2",
  "data": null
}

application/xml, text/xml

Sample:
<JMResponseOfDataTableymujubN2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.Models">
  <code>sample string 1</code>
  <data i:nil="true" />
  <msg>sample string 2</msg>
</JMResponseOfDataTableymujubN2>