POST api/Common/Get_OrderMgmt_Record
Request Information
URI Parameters
None.
Body Parameters
OrderMgmtModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyName | string |
None. |
|
| CompanyId | string |
None. |
|
| ChannelName | string |
None. |
|
| ChannelId | string |
None. |
|
| Status | string |
None. |
|
| Offset | integer |
None. |
|
| PageSize | integer |
None. |
|
| OrderNo | string |
None. |
|
| BrandIds | string |
None. |
|
| JobInd | integer |
None. |
|
| UserId | string |
None. |
|
| OdrInd | integer |
None. |
|
| AllODR | integer |
None. |
|
| ClientName | string |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| PeopleName | string |
None. |
|
| Permanent | string |
None. |
|
| Notes | string |
None. |
|
| Deleted | string |
None. |
|
| OrderInd | integer |
None. |
|
| CompId | string |
None. |
|
| CmptId | integer |
None. |
|
| MatchInd | integer |
None. |
|
| tbl | integer |
None. |
|
| MinOrderNo | integer |
None. |
|
| JobStatusAssign | integer |
None. |
|
| JobStatusEdited | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"CompanyName": "sample string 1",
"CompanyId": "sample string 2",
"ChannelName": "sample string 3",
"ChannelId": "sample string 4",
"Status": "sample string 5",
"Offset": 6,
"PageSize": 7,
"OrderNo": "sample string 8",
"BrandIds": "sample string 9",
"JobInd": 10,
"UserId": "sample string 11",
"OdrInd": 12,
"AllODR": 13,
"ClientName": "sample string 14",
"StartDate": "sample string 15",
"EndDate": "sample string 16",
"PeopleName": "sample string 17",
"Permanent": "sample string 18",
"Notes": "sample string 19",
"Deleted": "sample string 20",
"OrderInd": 21,
"CompId": "sample string 22",
"CmptId": 23,
"MatchInd": 24,
"tbl": 25,
"MinOrderNo": 26,
"JobStatusAssign": 27,
"JobStatusEdited": 28
}
application/xml, text/xml
Sample:
<OrderMgmtModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vision.Model"> <AllODR>13</AllODR> <BrandIds>sample string 9</BrandIds> <ChannelId>sample string 4</ChannelId> <ChannelName>sample string 3</ChannelName> <ClientName>sample string 14</ClientName> <CmptId>23</CmptId> <CompId>sample string 22</CompId> <CompanyId>sample string 2</CompanyId> <CompanyName>sample string 1</CompanyName> <Deleted>sample string 20</Deleted> <EndDate>sample string 16</EndDate> <JobInd>10</JobInd> <JobStatusAssign>27</JobStatusAssign> <JobStatusEdited>28</JobStatusEdited> <MatchInd>24</MatchInd> <MinOrderNo>26</MinOrderNo> <Notes>sample string 19</Notes> <OdrInd>12</OdrInd> <Offset>6</Offset> <OrderInd>21</OrderInd> <OrderNo>sample string 8</OrderNo> <PageSize>7</PageSize> <PeopleName>sample string 17</PeopleName> <Permanent>sample string 18</Permanent> <StartDate>sample string 15</StartDate> <Status>sample string 5</Status> <UserId>sample string 11</UserId> <tbl>25</tbl> </OrderMgmtModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.