POST MachineStatistics

Request Information

URI Parameters

None.

Body Parameters

MachineStatistics
NameDescriptionTypeAdditional information
MachineStatsGuid

globally unique identifier

None.

MachineGuid

globally unique identifier

None.

ServiceMushrooms

integer

None.

ServicePunnets

integer

None.

ServiceManualPunnets

integer

None.

ServiceTotalWeight

decimal number

None.

ServiceEjectJams

integer

None.

ServiceLoadJams

integer

None.

ServiceDenesterJams

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MachineStatsGuid": "0366e1c5-c022-40cd-ac5d-4cc9dec413fd",
  "MachineGuid": "c2377aa1-9114-408b-b218-60a38095d0f3",
  "ServiceMushrooms": 3,
  "ServicePunnets": 4,
  "ServiceManualPunnets": 5,
  "ServiceTotalWeight": 6.0,
  "ServiceEjectJams": 7,
  "ServiceLoadJams": 8,
  "ServiceDenesterJams": 9
}

application/xml, text/xml

Sample:
<MachineStatistics xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MMSharedObjects.Models">
  <MachineGuid>c2377aa1-9114-408b-b218-60a38095d0f3</MachineGuid>
  <MachineStatsGuid>0366e1c5-c022-40cd-ac5d-4cc9dec413fd</MachineStatsGuid>
  <ServiceDenesterJams>9</ServiceDenesterJams>
  <ServiceEjectJams>7</ServiceEjectJams>
  <ServiceLoadJams>8</ServiceLoadJams>
  <ServiceManualPunnets>5</ServiceManualPunnets>
  <ServiceMushrooms>3</ServiceMushrooms>
  <ServicePunnets>4</ServicePunnets>
  <ServiceTotalWeight>6</ServiceTotalWeight>
</MachineStatistics>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MachineStatistics'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.