POST api/MachineScheduling

Request Information

URI Parameters

None.

Body Parameters

Collection of MachineScheduling
NameDescriptionTypeAdditional information
id

string

None.

ScheduleCode

string

None.

ShopCode

string

None.

ShopName

string

None.

ScheduledStartTime

string

None.

ScheduledEndTime

string

None.

WorkOrderNo

string

None.

OrderNo

string

None.

OrderQty

integer

None.

SerialNumber

string

None.

MachineType

string

None.

MachineName

string

None.

ProductionItemNo

string

None.

EstimatedCompletionDate

string

None.

ProductionQuantity

integer

None.

VehiclesNumber

integer

None.

MaterialStatus

string

None.

PlannedWork

string

None.

ProcessCode

string

None.

ProcessName

string

None.

StandardOutput

string

None.

InProcessNumber

string

None.

GoodProductTransferIn

string

None.

GoodProductTransferOut

string

None.

Status

string

None.

CreateTime

string

None.

SysGuid

string

None.

MachineGuid

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": "sample string 1",
    "ScheduleCode": "sample string 2",
    "ShopCode": "sample string 3",
    "ShopName": "sample string 4",
    "ScheduledStartTime": "sample string 5",
    "ScheduledEndTime": "sample string 6",
    "WorkOrderNo": "sample string 7",
    "OrderNo": "sample string 8",
    "OrderQty": 9,
    "SerialNumber": "sample string 10",
    "MachineType": "sample string 11",
    "MachineName": "sample string 12",
    "ProductionItemNo": "sample string 13",
    "EstimatedCompletionDate": "sample string 14",
    "ProductionQuantity": 15,
    "VehiclesNumber": 16,
    "MaterialStatus": "sample string 17",
    "PlannedWork": "sample string 18",
    "ProcessCode": "sample string 19",
    "ProcessName": "sample string 20",
    "StandardOutput": "sample string 21",
    "InProcessNumber": "sample string 22",
    "GoodProductTransferIn": "sample string 23",
    "GoodProductTransferOut": "sample string 24",
    "Status": "sample string 25",
    "CreateTime": "sample string 26",
    "SysGuid": "sample string 27",
    "MachineGuid": "sample string 28"
  },
  {
    "id": "sample string 1",
    "ScheduleCode": "sample string 2",
    "ShopCode": "sample string 3",
    "ShopName": "sample string 4",
    "ScheduledStartTime": "sample string 5",
    "ScheduledEndTime": "sample string 6",
    "WorkOrderNo": "sample string 7",
    "OrderNo": "sample string 8",
    "OrderQty": 9,
    "SerialNumber": "sample string 10",
    "MachineType": "sample string 11",
    "MachineName": "sample string 12",
    "ProductionItemNo": "sample string 13",
    "EstimatedCompletionDate": "sample string 14",
    "ProductionQuantity": 15,
    "VehiclesNumber": 16,
    "MaterialStatus": "sample string 17",
    "PlannedWork": "sample string 18",
    "ProcessCode": "sample string 19",
    "ProcessName": "sample string 20",
    "StandardOutput": "sample string 21",
    "InProcessNumber": "sample string 22",
    "GoodProductTransferIn": "sample string 23",
    "GoodProductTransferOut": "sample string 24",
    "Status": "sample string 25",
    "CreateTime": "sample string 26",
    "SysGuid": "sample string 27",
    "MachineGuid": "sample string 28"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMachineScheduling xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EOMModel">
  <MachineScheduling>
    <CreateTime>sample string 26</CreateTime>
    <EstimatedCompletionDate>sample string 14</EstimatedCompletionDate>
    <GoodProductTransferIn>sample string 23</GoodProductTransferIn>
    <GoodProductTransferOut>sample string 24</GoodProductTransferOut>
    <InProcessNumber>sample string 22</InProcessNumber>
    <MachineGuid>sample string 28</MachineGuid>
    <MachineName>sample string 12</MachineName>
    <MachineType>sample string 11</MachineType>
    <MaterialStatus>sample string 17</MaterialStatus>
    <OrderNo>sample string 8</OrderNo>
    <OrderQty>9</OrderQty>
    <PlannedWork>sample string 18</PlannedWork>
    <ProcessCode>sample string 19</ProcessCode>
    <ProcessName>sample string 20</ProcessName>
    <ProductionItemNo>sample string 13</ProductionItemNo>
    <ProductionQuantity>15</ProductionQuantity>
    <ScheduleCode>sample string 2</ScheduleCode>
    <ScheduledEndTime>sample string 6</ScheduledEndTime>
    <ScheduledStartTime>sample string 5</ScheduledStartTime>
    <SerialNumber>sample string 10</SerialNumber>
    <ShopCode>sample string 3</ShopCode>
    <ShopName>sample string 4</ShopName>
    <StandardOutput>sample string 21</StandardOutput>
    <Status>sample string 25</Status>
    <SysGuid>sample string 27</SysGuid>
    <VehiclesNumber>16</VehiclesNumber>
    <WorkOrderNo>sample string 7</WorkOrderNo>
    <id>sample string 1</id>
  </MachineScheduling>
  <MachineScheduling>
    <CreateTime>sample string 26</CreateTime>
    <EstimatedCompletionDate>sample string 14</EstimatedCompletionDate>
    <GoodProductTransferIn>sample string 23</GoodProductTransferIn>
    <GoodProductTransferOut>sample string 24</GoodProductTransferOut>
    <InProcessNumber>sample string 22</InProcessNumber>
    <MachineGuid>sample string 28</MachineGuid>
    <MachineName>sample string 12</MachineName>
    <MachineType>sample string 11</MachineType>
    <MaterialStatus>sample string 17</MaterialStatus>
    <OrderNo>sample string 8</OrderNo>
    <OrderQty>9</OrderQty>
    <PlannedWork>sample string 18</PlannedWork>
    <ProcessCode>sample string 19</ProcessCode>
    <ProcessName>sample string 20</ProcessName>
    <ProductionItemNo>sample string 13</ProductionItemNo>
    <ProductionQuantity>15</ProductionQuantity>
    <ScheduleCode>sample string 2</ScheduleCode>
    <ScheduledEndTime>sample string 6</ScheduledEndTime>
    <ScheduledStartTime>sample string 5</ScheduledStartTime>
    <SerialNumber>sample string 10</SerialNumber>
    <ShopCode>sample string 3</ShopCode>
    <ShopName>sample string 4</ShopName>
    <StandardOutput>sample string 21</StandardOutput>
    <Status>sample string 25</Status>
    <SysGuid>sample string 27</SysGuid>
    <VehiclesNumber>16</VehiclesNumber>
    <WorkOrderNo>sample string 7</WorkOrderNo>
    <id>sample string 1</id>
  </MachineScheduling>
</ArrayOfMachineScheduling>

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 'List`1'.

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.