GET api/Live/UnMatchOrder
Request Information
URI Parameters
None.
Body Parameters
UnMatchOrderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ClipId | integer |
None. |
|
| OrderNo | integer |
None. |
|
| CompanyId | integer |
None. |
|
| BrandId | integer |
None. |
|
| JobAssigned | integer |
None. |
|
| JobNewMatch | integer |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"ClipId": 1,
"OrderNo": 2,
"CompanyId": 3,
"BrandId": 4,
"JobAssigned": 5,
"JobNewMatch": 6,
"UserId": 7
}
application/xml, text/xml
Sample:
<UnMatchOrderModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vision.Model"> <BrandId>4</BrandId> <ClipId>1</ClipId> <CompanyId>3</CompanyId> <JobAssigned>5</JobAssigned> <JobNewMatch>6</JobNewMatch> <OrderNo>2</OrderNo> <UserId>7</UserId> </UnMatchOrderModel>
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.