POST api/InventoryReport/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": "9aa94db2-7a43-4d01-9ce2-d4e7d77a361c",
"TableCode": 0,
"Code": "sample string 1",
"Title": "sample string 2",
"Detail": "sample string 3",
"FullName": "sample string 4",
"ShortName": "sample string 5",
"SortReady": 1,
"SortValue": 1,
"SortValue1": 6,
"SortValue2": 1,
"NodeLevel": 1,
"ParentId": 1,
"ParentTable": 0,
"ParentSort": 1,
"ParentName": "sample string 7",
"ParentDetail": "sample string 8",
"UserName": "sample string 9",
"Search": "sample string 10",
"Searched": true
},
{
"Id": 1,
"Guid": "9aa94db2-7a43-4d01-9ce2-d4e7d77a361c",
"TableCode": 0,
"Code": "sample string 1",
"Title": "sample string 2",
"Detail": "sample string 3",
"FullName": "sample string 4",
"ShortName": "sample string 5",
"SortReady": 1,
"SortValue": 1,
"SortValue1": 6,
"SortValue2": 1,
"NodeLevel": 1,
"ParentId": 1,
"ParentTable": 0,
"ParentSort": 1,
"ParentName": "sample string 7",
"ParentDetail": "sample string 8",
"UserName": "sample string 9",
"Search": "sample string 10",
"Searched": true
}
],
"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:Code>sample string 1</d2p1:Code>
<d2p1:Detail>sample string 3</d2p1:Detail>
<d2p1:FullName>sample string 4</d2p1:FullName>
<d2p1:Guid>9aa94db2-7a43-4d01-9ce2-d4e7d77a361c</d2p1:Guid>
<d2p1:Id>1</d2p1:Id>
<d2p1:NodeLevel>1</d2p1:NodeLevel>
<d2p1:ParentDetail>sample string 8</d2p1:ParentDetail>
<d2p1:ParentId>1</d2p1:ParentId>
<d2p1:ParentName>sample string 7</d2p1:ParentName>
<d2p1:ParentSort>1</d2p1:ParentSort>
<d2p1:ParentTable>Other</d2p1:ParentTable>
<d2p1:Search>sample string 10</d2p1:Search>
<d2p1:Searched>true</d2p1:Searched>
<d2p1:ShortName>sample string 5</d2p1:ShortName>
<d2p1:SortReady>1</d2p1:SortReady>
<d2p1:SortValue>1</d2p1:SortValue>
<d2p1:SortValue1>6</d2p1:SortValue1>
<d2p1:SortValue2>1</d2p1:SortValue2>
<d2p1:TableCode>Other</d2p1:TableCode>
<d2p1:Title>sample string 2</d2p1:Title>
<d2p1:UserName>sample string 9</d2p1:UserName>
</d2p1:ManagementObjectModel>
<d2p1:ManagementObjectModel>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:Detail>sample string 3</d2p1:Detail>
<d2p1:FullName>sample string 4</d2p1:FullName>
<d2p1:Guid>9aa94db2-7a43-4d01-9ce2-d4e7d77a361c</d2p1:Guid>
<d2p1:Id>1</d2p1:Id>
<d2p1:NodeLevel>1</d2p1:NodeLevel>
<d2p1:ParentDetail>sample string 8</d2p1:ParentDetail>
<d2p1:ParentId>1</d2p1:ParentId>
<d2p1:ParentName>sample string 7</d2p1:ParentName>
<d2p1:ParentSort>1</d2p1:ParentSort>
<d2p1:ParentTable>Other</d2p1:ParentTable>
<d2p1:Search>sample string 10</d2p1:Search>
<d2p1:Searched>true</d2p1:Searched>
<d2p1:ShortName>sample string 5</d2p1:ShortName>
<d2p1:SortReady>1</d2p1:SortReady>
<d2p1:SortValue>1</d2p1:SortValue>
<d2p1:SortValue1>6</d2p1:SortValue1>
<d2p1:SortValue2>1</d2p1:SortValue2>
<d2p1:TableCode>Other</d2p1:TableCode>
<d2p1:Title>sample string 2</d2p1:Title>
<d2p1:UserName>sample string 9</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.