POST api/InventoryBidding/LoadBiddingForSupplierLoading
Request Information
URI Parameters
None.
Body Parameters
InventoryBidding| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DocumentTypeId | integer |
None. |
|
| BiddingNumber | integer |
None. |
|
| BiddingDate | date |
None. |
|
| EntryDate | date |
None. |
|
| ModifyDate | date |
None. |
|
| PostDate | date |
None. |
|
| GrainMarketId | integer |
None. |
|
| SupplierId | integer |
None. |
|
| BrokerId | integer |
None. |
|
| ItemId | integer |
None. |
|
| CropYearId | integer |
None. |
|
| Moisture | decimal number |
None. |
|
| Qty | decimal number |
None. |
|
| Rate | decimal number |
None. |
|
| EntryUser | integer |
None. |
|
| ModifyUser | integer |
None. |
|
| PostUser | integer |
None. |
|
| IsApproved | boolean |
None. |
|
| OrganizationId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| BranchId | integer |
None. |
|
| ProjectId | integer |
None. |
|
| FinancialYearId | integer |
None. |
|
| Status | string |
None. |
|
| GrainMarketName | string |
None. |
|
| SupplierName | string |
None. |
|
| BrokerName | string |
None. |
|
| CropYear | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"DocumentTypeId": 2,
"BiddingNumber": 3,
"BiddingDate": "2025-10-29T13:14:03.6193799+05:00",
"EntryDate": "2025-10-29T13:14:03.6193799+05:00",
"ModifyDate": "2025-10-29T13:14:03.6193799+05:00",
"PostDate": "2025-10-29T13:14:03.6193799+05:00",
"GrainMarketId": 8,
"SupplierId": 9,
"BrokerId": 10,
"ItemId": 11,
"CropYearId": 12,
"Moisture": 13.1,
"Qty": 14.1,
"Rate": 15.1,
"EntryUser": 16,
"ModifyUser": 17,
"PostUser": 18,
"IsApproved": true,
"OrganizationId": 20,
"CompanyId": 21,
"BranchId": 22,
"ProjectId": 23,
"FinancialYearId": 24,
"Status": "sample string 25",
"GrainMarketName": "sample string 26",
"SupplierName": "sample string 27",
"BrokerName": "sample string 28",
"CropYear": "sample string 29"
}
application/xml, text/xml
Sample:
<InventoryBidding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Inventory"> <BiddingDate>2025-10-29T13:14:03.6193799+05:00</BiddingDate> <BiddingNumber>3</BiddingNumber> <BranchId>22</BranchId> <BrokerId>10</BrokerId> <BrokerName>sample string 28</BrokerName> <CompanyId>21</CompanyId> <CropYear>sample string 29</CropYear> <CropYearId>12</CropYearId> <DocumentTypeId>2</DocumentTypeId> <EntryDate>2025-10-29T13:14:03.6193799+05:00</EntryDate> <EntryUser>16</EntryUser> <FinancialYearId>24</FinancialYearId> <GrainMarketId>8</GrainMarketId> <GrainMarketName>sample string 26</GrainMarketName> <Id>1</Id> <IsApproved>true</IsApproved> <ItemId>11</ItemId> <ModifyDate>2025-10-29T13:14:03.6193799+05:00</ModifyDate> <ModifyUser>17</ModifyUser> <Moisture>13.1</Moisture> <OrganizationId>20</OrganizationId> <PostDate>2025-10-29T13:14:03.6193799+05:00</PostDate> <PostUser>18</PostUser> <ProjectId>23</ProjectId> <Qty>14.1</Qty> <Rate>15.1</Rate> <Status>sample string 25</Status> <SupplierId>9</SupplierId> <SupplierName>sample string 27</SupplierName> </InventoryBidding>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.