运输合同修改⭐
简要描述
- 运输合同修改
请求URL
Freight/Freight_UpdateContract
请求方式
- POST
请求示列
{
"Id": 1,
"Code": "CYDD0000001",
"ContractType":"1",
"IdOperator":"435",
"OppositeSalesman":"古天乐",
"IdConsCompany":6,
"IdCarryCompany":6,
"StartTime":"2021-12-09",
"EndTime":"2021-12-31",
"IdUnit":"551",
"IdSettle":"601",
"IdFreight":"",
"IdCurrency":"428",
"IdDepart":580,
"Remark":"111111111111111111",
"IdCompany":6,
"Files":[],
"freightPayplan":[{
"Id": 1,
"Order":1,
"PayTime":"2021-12-09",
"PayProportion":"10",
"ReceiveMoney":"150000",
"PayRemark":"PayGog",
"IsBefore":true
}],
"freightDetails":[{
"Id": 1,
"Order":1,
"IdMedium":"195",
"Tonnage":"300",
"Price":"500",
"IdTaxRate":"538",
"DetailRemark":"",
"IsTaxRate":true,
"IdLoadFactory":"3667",
"IdUnloadFactory":"611",
"IdLoadAddress":"586",
"IdUnloadAddress":"138",
"ExecuteTime":"2021-12-31",
}],
"SecondTicket":1,⭐
}
参数
参数名 | 必选 | 类型 | 说明 | |
---|---|---|---|---|
Id | Y | decimal | 运输合同Id | |
Code | N | string | 纸质合同编号 | |
ContractType | Y | int | 合同类型(1承运合同,2外委合同) | |
IdOperator | Y | decimal | 业务员 | |
OppositeSalesman | Y | decimal | 对方业务员 | |
IdConsCompany | N | decimal | 委托公司 | |
IdCarryCompany | N | decimal | 承运公司 | |
IdCarrySupplier | N | decimal | 承运客户供应商Id | |
StartTime | Y | date | 合同有限时间开始 | |
EndTime | Y | date | 合同有限时间结束 | |
IdUnit | Y | decimal | 计量单位 | |
IdSettle | Y | decimal | 磅单结算方 | |
IdFreight | N | decimal | 对应两票合同 | |
IdCurrency | N | decimal | 结算币别 | |
IdDepart | N | decimal | 部门 | |
Remark | N | decimal | 备注 | |
IdCompany | Y | decimal | 运输公司 | |
Files | Y | List<decimal> | 附件 | |
freightPayplan | Y | List | 付款计划 | |
Id | N | decimal | 付款计划Id | |
Order | Y | int | 序号 | |
PayTime | Y | decimal | 应付日期 | |
PayProportion | Y | decimal | 应付比例 | |
ReceiveMoney | Y | decimal | 应付金额 | |
PayRemark | Y | decimal | 付款计划备注 | |
IsBefore | Y | bool | 是否预付款 | |
freightDetails | Y | List | 单据明细 | |
Id | N | decimal | 明细Id | |
IdMedium | Y | decimal | 物料 | |
Tonnage | Y | decimal | 合同数量 | |
Price | Y | decimal | 合同单价 | |
IdTaxRate | Y | decimal | 税率 | |
DetailRemark | Y | decimal | 单价备注 | |
IsTaxRate | Y | bool | 单价是否含税 | |
IdLoadFactory | Y | decimal | 装货厂家 | |
IdUnloadFactory | Y | decimal | 卸货厂家 | |
IdLoadAddress | Y | decimal | 装货地址 | |
IdUnloadAddress | Y | decimal | 卸货厂家 | |
ExecuteTime | Y | date | 执行日期 | ✔ |
dingFiles | Y | List | 钉盘附件 | |
spaceId | Y | string | spaceId | |
fileName | Y | string | fileName | |
fileSize | Y | string | fileSize | |
fileType | Y | string | fileType | |
fileId | Y | string | fileId | |
└ SecondTicket | string | 两票合同(1:一票,2:两票)⭐ |
返回示例
"修改成功"
备注
- 更多返回错误代码请看首页的错误代码描述
欢迎使用ShowDoc!