PUT Harvest
Request Information
URI Parameters
None.
Body Parameters
Harvest| Name | Description | Type | Additional information |
|---|---|---|---|
| Guid | globally unique identifier |
None. |
|
| MachineGuid | globally unique identifier |
None. |
|
| HouseGuid | globally unique identifier |
None. |
|
| EmployeeGuid | globally unique identifier |
None. |
|
| ProductGuid | globally unique identifier |
None. |
|
| UnitWeight | decimal number |
None. |
|
| CategoryGuid | globally unique identifier |
None. |
|
| BeltType | integer |
None. |
|
| DenesterType | integer |
None. |
|
| PunnetTypeGuid | globally unique identifier |
None. |
|
| Date | date |
None. |
|
| CreatedTime | date |
None. |
|
| UpdatedTime | date |
None. |
|
| Quantity | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Guid": "df353e72-7803-41f4-a3c3-913a9e0e0ac5",
"MachineGuid": "0a0e9ad2-4f61-401c-bca0-bc08e1fdcb44",
"HouseGuid": "8ea50d42-f357-407d-92c2-bf90dab73f0d",
"EmployeeGuid": "c1e051b7-a7ba-497a-89d1-af4c53aa55ef",
"ProductGuid": "8aedd802-f788-46c8-a5c1-fb9f1fba9580",
"UnitWeight": 6.0,
"CategoryGuid": "685d2b59-630e-442c-96ad-7de3655431bf",
"BeltType": 8,
"DenesterType": 9,
"PunnetTypeGuid": "603e2126-6b2d-4a11-9f89-478f689fabd8",
"Date": "2026-04-05T12:53:48.564081+01:00",
"CreatedTime": "2026-04-05T12:53:48.564081+01:00",
"UpdatedTime": "2026-04-05T12:53:48.564081+01:00",
"Quantity": 14
}
application/xml, text/xml
Sample:
<Harvest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MMSharedObjects.Models"> <BeltType>8</BeltType> <CategoryGuid>685d2b59-630e-442c-96ad-7de3655431bf</CategoryGuid> <CreatedTime>2026-04-05T12:53:48.564081+01:00</CreatedTime> <Date>2026-04-05T12:53:48.564081+01:00</Date> <DenesterType>9</DenesterType> <EmployeeGuid>c1e051b7-a7ba-497a-89d1-af4c53aa55ef</EmployeeGuid> <Guid>df353e72-7803-41f4-a3c3-913a9e0e0ac5</Guid> <HouseGuid>8ea50d42-f357-407d-92c2-bf90dab73f0d</HouseGuid> <MachineGuid>0a0e9ad2-4f61-401c-bca0-bc08e1fdcb44</MachineGuid> <ProductGuid>8aedd802-f788-46c8-a5c1-fb9f1fba9580</ProductGuid> <PunnetTypeGuid>603e2126-6b2d-4a11-9f89-478f689fabd8</PunnetTypeGuid> <Quantity>14</Quantity> <UnitWeight>6</UnitWeight> <UpdatedTime>2026-04-05T12:53:48.564081+01:00</UpdatedTime> </Harvest>
application/x-www-form-urlencoded
Sample:
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. |