Take.API

<back to all web services

SearchComboboxFleetListRequest

The following routes are available for this service:
GET,POST/fleet/SearchFleetList查询所有
SearchComboboxFleetListResponse Parameters:
NameParameterData TypeRequiredDescription
FleetModelsformList<FleetModel>Yes详细列表
ResponseBase Parameters:
NameParameterData TypeRequiredDescription
ErrorCodeformintYes返回编码,200之外的值都表示有错误
ErrorMsgformstringYes返回的消息
FleetModel Parameters:
NameParameterData TypeRequiredDescription
IDformintNo自增ID
FleetNameformstringNo车队名称
UserNameformstringNo车队联系人
PhoneNumberformstringNo车队联系电话
PayeeNameformstringNo收款人姓名(或公司姓名)
BankNameformstringNo开户行
CardNumberformstringNo银行卡号
FundMethodformintNo请款方式(1:周结 2:月结)
CreateByformstringNo创建人
CreateDTformDateTimeNo创建时间
UpdateByformstringNo修改人
UpdateDTformDateTime?No修改时间
RemarkformstringNo备注

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/SearchComboboxFleetListRequest HTTP/1.1 
Host: bookinglogin.hart-worldwide.com 
Content-Type: text/jsv
Content-Length: length

{
	
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	FleetModels: 
	[
		{
			ID: 0,
			FleetName: String,
			UserName: String,
			PhoneNumber: String,
			PayeeName: String,
			BankName: String,
			CardNumber: String,
			FundMethod: 0,
			CreateBy: String,
			CreateDT: 0001-01-01,
			UpdateBy: String,
			UpdateDT: 0001-01-01,
			Remark: String
		}
	],
	ErrorCode: 0,
	ErrorMsg: String
}