POST api/OrderCost/AddUnusualCost
司机申请异常费用
Request Information
URI Parameters
None.
Body Parameters
Collection of OrderCostOriginalDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Index | integer |
None. |
|
| Id |
标识 |
integer |
None. |
| OrderNo |
订单编号 |
string |
None. |
| CostType |
费用类型 |
byte |
None. |
| CostItem_Id |
费用项目标识 |
integer |
None. |
| CostName |
费用项目 |
string |
None. |
| CostItem | CostItem |
None. |
|
| Partner_Id |
客商ID |
integer |
None. |
| Partner | Partner |
None. |
|
| PartnerName |
客商名 |
string |
None. |
| Settlement |
结算方式 |
integer |
None. |
| Salesman_Id |
业务员ID |
integer |
None. |
| SalesmanName |
业务员 |
string |
None. |
| Price |
单价 |
decimal number |
None. |
| Quantity |
数量 |
decimal number |
None. |
| Money | decimal number |
None. |
|
| Amount |
总价 |
decimal number |
None. |
| Currency_Id |
币别标识 |
integer |
None. |
| Currency | DictionaryItem |
None. |
|
| CurrencyName |
币别名称 |
string |
None. |
| ExchangeRate |
汇率 |
decimal number |
None. |
| ClearMoney |
已销总额 |
decimal number |
None. |
| PartnerBill_Id |
所属对账单 |
integer |
None. |
| RebateBill_Id |
退佣对账号 |
integer |
None. |
| Container_Id |
集装箱编号 |
integer |
None. |
| RebateMoney |
退佣金额 |
decimal number |
None. |
| ClearRebateMoney |
已销退佣 |
decimal number |
None. |
| Remark |
备注 |
string |
None. |
| CarTeam_Id |
车队Id |
integer |
None. |
| ConfirmStatus |
费用确认状态(null.待确认;1.同意;2.不同意) |
integer |
None. |
| PartnerType |
商付款类型(1.车队、2.司机) |
integer |
None. |
| AssumeType |
承担类型(1.公司承担 2.个人承担) |
integer |
None. |
| IsStandardCost | boolean |
None. |
|
| CarTeamName | string |
None. |
|
| CreateId | integer |
None. |
|
| CreateName | string |
None. |
|
| CreateDate | date |
None. |
|
| UpdateId | integer |
None. |
|
| UpdateName | string |
None. |
|
| UpdateDate | date |
None. |
|
| DriverRelated | boolean |
None. |
|
| SalesRelated | boolean |
None. |
|
| QuotationDetail | QuotationDetail |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
InfoResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Object |
None. |
|
| IsSuccess |
是否成功:true:成功,false:失败 |
boolean |
None. |
| Msg |
返回消息 |
string |
None. |
| Extra |
特定信息 |
string |
None. |
| Code |
内部代码:[成功 000000|失败 000001|未登陆/未授权 000002] |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {},
"IsSuccess": true,
"Msg": "sample string 3",
"Extra": "sample string 4",
"Code": "sample string 5"
}
application/xml, text/xml
Sample:
<InfoResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMS.Core.ShareData"> <Code>sample string 5</Code> <Extra>sample string 4</Extra> <IsSuccess>true</IsSuccess> <Msg>sample string 3</Msg> <Data /> </InfoResult>