客户订单详情
GET
api/order/get
接口描述
是否信用客户在添加时不显示,只在详情中显示
请求参数
参数名
类型
描述
必填
orderId
int
订单id
必填
响应参数
参数名
类型
描述
必填
orderId
int
订单ID
必填
orderCode
string
订单编码
必填
orderDate
string
订单日期
必填
orderMoney
int
订单金额
必填
customerSaleId
int
客户销售ID
必填
customerName
string
客户名称
必填
customerId
int
客户id
必填
saleName
string
销售人员
必填
department
string
部门
必填
product
string
产品code
必填
subjectId
int
合同签订主体code
必填
settlementMethodId
int
结算方式code
必填
orderAnnex
string
订单附件
必填
execContent
string
执行内容
必填
launchDate
string
投放时间
必填
state
int
状态,-1 待确认,0 待投放,1 投放中,2 已完成,3 暂停投放
必填
approvalState
int
审批状态,0 不需要审核,1 待审核,2 审核中,3 驳回,4 审批通过,5 审批不通过,6 已取消并关闭审批
必填
isCreditCustomer
int
是否信用客户,1是,0否
必填