POST api/Sales/GetLoadContractByID
Request Information
URI Parameters
None.
Body Parameters
SaleContractModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractID | integer |
None. |
|
| WeighmentId | integer |
None. |
|
| SBUID | integer |
None. |
|
| BrokerId | integer |
None. |
|
| InvoiceDate | date |
None. |
|
| IsOpenMode | boolean |
None. |
|
| CutRateVisible | boolean |
None. |
|
| BagClassID | string |
None. |
|
| BagClass | string |
None. |
|
| CropSeasonID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ContractID": 1,
"WeighmentId": 2,
"SBUID": 3,
"BrokerId": 4,
"InvoiceDate": "2026-06-24T04:21:03.4942747-07:00",
"IsOpenMode": true,
"CutRateVisible": true,
"BagClassID": "sample string 8",
"BagClass": "sample string 9",
"CropSeasonID": 10
}
application/xml, text/xml
Sample:
<SaleContractModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroFlour_API.Models"> <BagClass>sample string 9</BagClass> <BagClassID>sample string 8</BagClassID> <BrokerId>4</BrokerId> <ContractID>1</ContractID> <CropSeasonID>10</CropSeasonID> <CutRateVisible>true</CutRateVisible> <InvoiceDate>2026-06-24T04:21:03.4942747-07:00</InvoiceDate> <IsOpenMode>true</IsOpenMode> <SBUID>3</SBUID> <WeighmentId>2</WeighmentId> </SaleContractModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |