POST api/UsedGoodsReport/LoadData
Request Information
URI Parameters
None.
Body Parameters
SearchRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SecretKey | string |
None. |
|
| ObjectCode | integer |
None. |
|
| BookName | string |
None. |
|
| StartingText | string |
None. |
|
| FinishingText | string |
None. |
|
| ManagementObjectId | integer |
None. |
|
| ManagementObjectName | string |
None. |
|
| ManagementObjectFlag | integer |
None. |
|
| ManagementObjectTable | integer |
None. |
|
| ManagementObjects | Collection of ManagementObjectModel |
None. |
|
| LocationTable | integer |
None. |
|
| LocationId | integer |
None. |
|
| LocationDetail | string |
None. |
|
| ConstructionItemId | integer |
None. |
|
| ConstructionItemName | string |
None. |
|
| ConstructionId | integer |
None. |
|
| ConstructionName | string |
None. |
|
| AssetId | integer |
None. |
|
| AssetName | string |
None. |
|
| DriverId | integer |
None. |
|
| DriverName | string |
None. |
|
| BuyerId | integer |
None. |
|
| BuyerName | string |
None. |
|
| PartnerId | integer |
None. |
|
| PartnerName | string |
None. |
|
| CostCode | integer |
None. |
|
| CostName | string |
None. |
|
| GoodsId | integer |
None. |
|
| GoodsName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SecretKey": "sample string 1",
"ObjectCode": 1,
"BookName": "sample string 2",
"StartingText": "sample string 3",
"FinishingText": "sample string 4",
"ManagementObjectId": 1,
"ManagementObjectName": "sample string 5",
"ManagementObjectFlag": 1,
"ManagementObjectTable": 1,
"ManagementObjects": [
{
"Id": 1,
"Guid": "dc23b7e9-a02d-42a3-a90b-c906e06dec12",
"ObjectCode": "sample string 1",
"ObjectTitle": "sample string 2",
"ObjectDetail": "sample string 3",
"ObjectFullName": "sample string 4",
"ObjectTableCode": 0,
"ObjectTableName": "sample string 5",
"LevelValue": 6,
"LevelFlag": 1,
"SortReady": 1,
"SortValue": 1,
"SortFlag": 1,
"ParentId": 1,
"TableCode": 0,
"UserName": "sample string 7",
"AllowUpload": true,
"AllowDownload": true,
"Search": "sample string 10",
"Searched": true,
"Status": 0
},
{
"Id": 1,
"Guid": "dc23b7e9-a02d-42a3-a90b-c906e06dec12",
"ObjectCode": "sample string 1",
"ObjectTitle": "sample string 2",
"ObjectDetail": "sample string 3",
"ObjectFullName": "sample string 4",
"ObjectTableCode": 0,
"ObjectTableName": "sample string 5",
"LevelValue": 6,
"LevelFlag": 1,
"SortReady": 1,
"SortValue": 1,
"SortFlag": 1,
"ParentId": 1,
"TableCode": 0,
"UserName": "sample string 7",
"AllowUpload": true,
"AllowDownload": true,
"Search": "sample string 10",
"Searched": true,
"Status": 0
}
],
"LocationTable": 1,
"LocationId": 1,
"LocationDetail": "sample string 6",
"ConstructionItemId": 1,
"ConstructionItemName": "sample string 7",
"ConstructionId": 1,
"ConstructionName": "sample string 8",
"AssetId": 1,
"AssetName": "sample string 9",
"DriverId": 1,
"DriverName": "sample string 10",
"BuyerId": 1,
"BuyerName": "sample string 11",
"PartnerId": 1,
"PartnerName": "sample string 12",
"CostCode": 1,
"CostName": "sample string 13",
"GoodsId": 1,
"GoodsName": "sample string 14"
}
application/xml, text/xml
Sample:
<SearchRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IqqWebApp.Models">
<AssetId>1</AssetId>
<AssetName>sample string 9</AssetName>
<BookName>sample string 2</BookName>
<BuyerId>1</BuyerId>
<BuyerName>sample string 11</BuyerName>
<ConstructionId>1</ConstructionId>
<ConstructionItemId>1</ConstructionItemId>
<ConstructionItemName>sample string 7</ConstructionItemName>
<ConstructionName>sample string 8</ConstructionName>
<CostCode>1</CostCode>
<CostName>sample string 13</CostName>
<DriverId>1</DriverId>
<DriverName>sample string 10</DriverName>
<FinishingText>sample string 4</FinishingText>
<GoodsId>1</GoodsId>
<GoodsName>sample string 14</GoodsName>
<LocationDetail>sample string 6</LocationDetail>
<LocationId>1</LocationId>
<LocationTable>1</LocationTable>
<ManagementObjectFlag>1</ManagementObjectFlag>
<ManagementObjectId>1</ManagementObjectId>
<ManagementObjectName>sample string 5</ManagementObjectName>
<ManagementObjectTable>1</ManagementObjectTable>
<ManagementObjects xmlns:d2p1="http://schemas.datacontract.org/2004/07/IqqmwModel.SelectCategoryModels">
<d2p1:ManagementObjectModel>
<d2p1:AllowDownload>true</d2p1:AllowDownload>
<d2p1:AllowUpload>true</d2p1:AllowUpload>
<d2p1:Guid>dc23b7e9-a02d-42a3-a90b-c906e06dec12</d2p1:Guid>
<d2p1:Id>1</d2p1:Id>
<d2p1:LevelFlag>Auto1</d2p1:LevelFlag>
<d2p1:LevelValue>6</d2p1:LevelValue>
<d2p1:ObjectCode>sample string 1</d2p1:ObjectCode>
<d2p1:ObjectDetail>sample string 3</d2p1:ObjectDetail>
<d2p1:ObjectFullName>sample string 4</d2p1:ObjectFullName>
<d2p1:ObjectTableCode>Other</d2p1:ObjectTableCode>
<d2p1:ObjectTableName>sample string 5</d2p1:ObjectTableName>
<d2p1:ObjectTitle>sample string 2</d2p1:ObjectTitle>
<d2p1:ParentId>1</d2p1:ParentId>
<d2p1:Search>sample string 10</d2p1:Search>
<d2p1:Searched>true</d2p1:Searched>
<d2p1:SortFlag>Auto1</d2p1:SortFlag>
<d2p1:SortReady>1</d2p1:SortReady>
<d2p1:SortValue>1</d2p1:SortValue>
<d2p1:Status>None</d2p1:Status>
<d2p1:TableCode>Other</d2p1:TableCode>
<d2p1:UserName>sample string 7</d2p1:UserName>
</d2p1:ManagementObjectModel>
<d2p1:ManagementObjectModel>
<d2p1:AllowDownload>true</d2p1:AllowDownload>
<d2p1:AllowUpload>true</d2p1:AllowUpload>
<d2p1:Guid>dc23b7e9-a02d-42a3-a90b-c906e06dec12</d2p1:Guid>
<d2p1:Id>1</d2p1:Id>
<d2p1:LevelFlag>Auto1</d2p1:LevelFlag>
<d2p1:LevelValue>6</d2p1:LevelValue>
<d2p1:ObjectCode>sample string 1</d2p1:ObjectCode>
<d2p1:ObjectDetail>sample string 3</d2p1:ObjectDetail>
<d2p1:ObjectFullName>sample string 4</d2p1:ObjectFullName>
<d2p1:ObjectTableCode>Other</d2p1:ObjectTableCode>
<d2p1:ObjectTableName>sample string 5</d2p1:ObjectTableName>
<d2p1:ObjectTitle>sample string 2</d2p1:ObjectTitle>
<d2p1:ParentId>1</d2p1:ParentId>
<d2p1:Search>sample string 10</d2p1:Search>
<d2p1:Searched>true</d2p1:Searched>
<d2p1:SortFlag>Auto1</d2p1:SortFlag>
<d2p1:SortReady>1</d2p1:SortReady>
<d2p1:SortValue>1</d2p1:SortValue>
<d2p1:Status>None</d2p1:Status>
<d2p1:TableCode>Other</d2p1:TableCode>
<d2p1:UserName>sample string 7</d2p1:UserName>
</d2p1:ManagementObjectModel>
</ManagementObjects>
<ObjectCode>1</ObjectCode>
<PartnerId>1</PartnerId>
<PartnerName>sample string 12</PartnerName>
<SecretKey>sample string 1</SecretKey>
<StartingText>sample string 3</StartingText>
</SearchRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.