POST api/OrderAssigned/OrderList?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}

获取订单列表

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DomainId

域Id

globally unique identifier

None.

AccountId

账户Id

globally unique identifier

None.

PersonId

人员Id

globally unique identifier

None.

Body Parameters

QueryOrderList
NameDescriptionTypeAdditional information
OrderType

string

None.

CustomerType

string

None.

CustormerCategoryKey

string

None.

StartDate

string

None.

EndDate

string

None.

Status

string

None.

AccountId

string

None.

DAccountId

string

None.

KeyWord

string

None.

OrderNumber

string

None.

CustomerName

string

None.

BizPerson

string

None.

DPerson

string

None.

PageIndex

integer

None.

PageSize

integer

None.

Sort

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderType": "sample string 1",
  "CustomerType": "sample string 2",
  "CustormerCategoryKey": "sample string 3",
  "StartDate": "sample string 4",
  "EndDate": "sample string 5",
  "Status": "sample string 6",
  "AccountId": "sample string 7",
  "DAccountId": "sample string 8",
  "KeyWord": "sample string 9",
  "OrderNumber": "sample string 10",
  "CustomerName": "sample string 11",
  "BizPerson": "sample string 12",
  "DPerson": "sample string 13",
  "PageIndex": 14,
  "PageSize": 15,
  "Sort": "sample string 16"
}

application/xml, text/xml

Sample:
<QueryOrderList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity.QueryCondition">
  <PageIndex>14</PageIndex>
  <PageSize>15</PageSize>
  <Sort>sample string 16</Sort>
  <AccountId>sample string 7</AccountId>
  <BizPerson>sample string 12</BizPerson>
  <CustomerName>sample string 11</CustomerName>
  <CustomerType>sample string 2</CustomerType>
  <CustormerCategoryKey>sample string 3</CustormerCategoryKey>
  <DAccountId>sample string 8</DAccountId>
  <DPerson>sample string 13</DPerson>
  <EndDate>sample string 5</EndDate>
  <KeyWord>sample string 9</KeyWord>
  <OrderNumber>sample string 10</OrderNumber>
  <OrderType>sample string 1</OrderType>
  <StartDate>sample string 4</StartDate>
  <Status>sample string 6</Status>
</QueryOrderList>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />