POST api/Orders/AddOrderAttachment

Request Information

URI Parameters

None.

Body Parameters

orderAttachment
NameDescriptionTypeAdditional information
ID

integer

None.

订单RID

globally unique identifier

None.

URL

string

None.

备注

string

None.

上传人

string

None.

上传日期

date

None.

删除标志

boolean

None.

删除人

string

None.

删除日期

date

None.

审核标志

boolean

None.

审核人

string

None.

审核日期

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "订单RID": "28dc575a-26a9-43c1-8eb7-3296282e0e75",
  "URL": "sample string 3",
  "备注": "sample string 4",
  "上传人": "sample string 5",
  "上传日期": "2026-01-17T09:21:41.4966219+08:00",
  "删除标志": true,
  "删除人": "sample string 8",
  "删除日期": "2026-01-17T09:21:41.4966219+08:00",
  "审核标志": true,
  "审核人": "sample string 10",
  "审核日期": "2026-01-17T09:21:41.4966219+08:00"
}

application/xml, text/xml

Sample:
<orderAttachment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.Model">
  <ID>1</ID>
  <URL>sample string 3</URL>
  <上传人>sample string 5</上传人>
  <上传日期>2026-01-17T09:21:41.4966219+08:00</上传日期>
  <删除人>sample string 8</删除人>
  <删除日期>2026-01-17T09:21:41.4966219+08:00</删除日期>
  <删除标志>true</删除标志>
  <备注>sample string 4</备注>
  <审核人>sample string 10</审核人>
  <审核日期>2026-01-17T09:21:41.4966219+08:00</审核日期>
  <审核标志>true</审核标志>
  <订单RID>28dc575a-26a9-43c1-8eb7-3296282e0e75</订单RID>
</orderAttachment>

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.