POST api/InsertDailyStichingChecking

Request Information

URI Parameters

None.

Body Parameters

Collection of InsertDailyStichingCheckingVM
NameDescriptionTypeAdditional information
FromTime

string

None.

ToTime

string

None.

AutoNo

integer

None.

Date

string

None.

DayType

string

None.

CheckerId

integer

None.

OrderId

integer

None.

StyleId

integer

None.

OrderQty

integer

None.

Quantity

decimal number

None.

AlterQuantity

decimal number

None.

WorkHours

string

None.

LineId

integer

None.

EntryUserId

integer

None.

UserIP

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "FromTime": "sample string 1",
    "ToTime": "sample string 2",
    "AutoNo": 3,
    "Date": "sample string 4",
    "DayType": "sample string 5",
    "CheckerId": 6,
    "OrderId": 7,
    "StyleId": 8,
    "OrderQty": 9,
    "Quantity": 10.1,
    "AlterQuantity": 11.1,
    "WorkHours": "sample string 12",
    "LineId": 13,
    "EntryUserId": 14,
    "UserIP": "sample string 15"
  },
  {
    "FromTime": "sample string 1",
    "ToTime": "sample string 2",
    "AutoNo": 3,
    "Date": "sample string 4",
    "DayType": "sample string 5",
    "CheckerId": 6,
    "OrderId": 7,
    "StyleId": 8,
    "OrderQty": 9,
    "Quantity": 10.1,
    "AlterQuantity": 11.1,
    "WorkHours": "sample string 12",
    "LineId": 13,
    "EntryUserId": 14,
    "UserIP": "sample string 15"
  }
]

application/xml, text/xml

Sample:
<ArrayOfInsertDailyStichingCheckingVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JCAppAPI.Models">
  <InsertDailyStichingCheckingVM>
    <AlterQuantity>11.1</AlterQuantity>
    <AutoNo>3</AutoNo>
    <CheckerId>6</CheckerId>
    <Date>sample string 4</Date>
    <DayType>sample string 5</DayType>
    <EntryUserId>14</EntryUserId>
    <FromTime>sample string 1</FromTime>
    <LineId>13</LineId>
    <OrderId>7</OrderId>
    <OrderQty>9</OrderQty>
    <Quantity>10.1</Quantity>
    <StyleId>8</StyleId>
    <ToTime>sample string 2</ToTime>
    <UserIP>sample string 15</UserIP>
    <WorkHours>sample string 12</WorkHours>
  </InsertDailyStichingCheckingVM>
  <InsertDailyStichingCheckingVM>
    <AlterQuantity>11.1</AlterQuantity>
    <AutoNo>3</AutoNo>
    <CheckerId>6</CheckerId>
    <Date>sample string 4</Date>
    <DayType>sample string 5</DayType>
    <EntryUserId>14</EntryUserId>
    <FromTime>sample string 1</FromTime>
    <LineId>13</LineId>
    <OrderId>7</OrderId>
    <OrderQty>9</OrderQty>
    <Quantity>10.1</Quantity>
    <StyleId>8</StyleId>
    <ToTime>sample string 2</ToTime>
    <UserIP>sample string 15</UserIP>
    <WorkHours>sample string 12</WorkHours>
  </InsertDailyStichingCheckingVM>
</ArrayOfInsertDailyStichingCheckingVM>

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

JsonResponse
NameDescriptionTypeAdditional information
Status_Code

string

None.

Status

string

None.

Message

string

None.

Error_Field

string

None.

Api_Type

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status_Code": "sample string 1",
  "Status": "sample string 2",
  "Message": "sample string 3",
  "Error_Field": "sample string 4",
  "Api_Type": "sample string 5"
}

application/xml, text/xml

Sample:
<JsonResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JCAppAPI.Models">
  <Api_Type>sample string 5</Api_Type>
  <Error_Field>sample string 4</Error_Field>
  <Message>sample string 3</Message>
  <Status>sample string 2</Status>
  <Status_Code>sample string 1</Status_Code>
</JsonResponse>