POST api/Orders/DeliveryTime

Request Information

URI Parameters

None.

Body Parameters

CRM_销售订单_交期变更申请
NameDescriptionTypeAdditional information
ID

integer

None.

单据编号

string

None.

订单ID

integer

None.

申请日期

date

None.

原交期

date

None.

申请交期

date

None.

加急天数

integer

None.

加急费率

string

None.

订单金额

decimal number

None.

加急费

decimal number

None.

申请备注

string

None.

制单人

string

None.

审核标志

boolean

None.

制单日期

date

None.

Type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "单据编号": "sample string 2",
  "订单ID": 3,
  "申请日期": "2026-01-17T09:22:53.3872725+08:00",
  "原交期": "2026-01-17T09:22:53.3872725+08:00",
  "申请交期": "2026-01-17T09:22:53.3872725+08:00",
  "加急天数": 4,
  "加急费率": "sample string 5",
  "订单金额": 6.0,
  "加急费": 7.0,
  "申请备注": "sample string 8",
  "制单人": "sample string 9",
  "审核标志": true,
  "制单日期": "2026-01-17T09:22:53.3872725+08:00",
  "Type": 11
}

application/xml, text/xml

Sample:
<CRM_销售订单_交期变更申请 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.Model">
  <ID>1</ID>
  <Type>11</Type>
  <制单人>sample string 9</制单人>
  <制单日期>2026-01-17T09:22:53.3872725+08:00</制单日期>
  <加急天数>4</加急天数>
  <加急费>7</加急费>
  <加急费率>sample string 5</加急费率>
  <单据编号>sample string 2</单据编号>
  <原交期>2026-01-17T09:22:53.3872725+08:00</原交期>
  <审核标志>true</审核标志>
  <申请交期>2026-01-17T09:22:53.3872725+08:00</申请交期>
  <申请备注>sample string 8</申请备注>
  <申请日期>2026-01-17T09:22:53.3872725+08:00</申请日期>
  <订单ID>3</订单ID>
  <订单金额>6</订单金额>
</CRM_销售订单_交期变更申请>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.