POST api/KID/AddMachineIssue

Request Information

URI Parameters

None.

Body Parameters

MACHINE_ISSUE
NameDescriptionTypeAdditional information
theID

integer

None.

theOldMachIssueID

string

None.

theTimestamp

date

None.

theUserID

integer

None.

theDescription

string

None.

theStoreID

integer

None.

theMachineSerialNumber

integer

None.

theAssociatedCategoryIDs

Collection of integer

None.

theAssociatedPartIDs

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "theAssociatedCategoryIDs": null,
  "theAssociatedPartIDs": null,
  "theID": 0,
  "theOldMachIssueID": null,
  "theTimestamp": "0001-01-01T00:00:00",
  "theUserID": 0,
  "theDescription": null,
  "theStoreID": 0,
  "theMachineSerialNumber": 0
}

application/xml, text/xml

Sample:
<MACHINE_ISSUE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Midwest.KID.Structures">
  <theAssociatedCategoryIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
  <theAssociatedPartIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
  <theDescription i:nil="true" />
  <theID>0</theID>
  <theMachineSerialNumber>0</theMachineSerialNumber>
  <theOldMachIssueID i:nil="true" />
  <theStoreID>0</theStoreID>
  <theTimestamp>0001-01-01T00:00:00</theTimestamp>
  <theUserID>0</theUserID>
</MACHINE_ISSUE>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.