POST C581OverseasService/api/autoMixLoading/logPlantProductMixer

Request Information

URI Parameters

None.

Body Parameters

Collection of LogPlantProductMixerEntity
NameDescriptionTypeAdditional information
plantNo

string

None.

compCode

string

None.

systemType

string

None.

productNo

string

None.

alternativeNo

string

None.

spd1

string

None.

spd3

string

None.

spd5

string

None.

binderAdj

string

None.

mixerAdj

string

None.

mixerNo

string

None.

receiveStatus

string

None.

receiveReason

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "plantNo": "sample string 1",
    "compCode": "sample string 2",
    "systemType": "sample string 3",
    "productNo": "sample string 4",
    "alternativeNo": "sample string 5",
    "spd1": "sample string 6",
    "spd3": "sample string 7",
    "spd5": "sample string 8",
    "binderAdj": "sample string 9",
    "mixerAdj": "sample string 10",
    "mixerNo": "sample string 11",
    "receiveStatus": "sample string 12",
    "receiveReason": "sample string 13"
  },
  {
    "plantNo": "sample string 1",
    "compCode": "sample string 2",
    "systemType": "sample string 3",
    "productNo": "sample string 4",
    "alternativeNo": "sample string 5",
    "spd1": "sample string 6",
    "spd3": "sample string 7",
    "spd5": "sample string 8",
    "binderAdj": "sample string 9",
    "mixerAdj": "sample string 10",
    "mixerNo": "sample string 11",
    "receiveStatus": "sample string 12",
    "receiveReason": "sample string 13"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLogPlantProductMixerEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KCC_PartnerShip.Entity">
  <LogPlantProductMixerEntity>
    <alternativeNo>sample string 5</alternativeNo>
    <binderAdj>sample string 9</binderAdj>
    <compCode>sample string 2</compCode>
    <mixerAdj>sample string 10</mixerAdj>
    <mixerNo>sample string 11</mixerNo>
    <plantNo>sample string 1</plantNo>
    <productNo>sample string 4</productNo>
    <receiveReason>sample string 13</receiveReason>
    <receiveStatus>sample string 12</receiveStatus>
    <spd1>sample string 6</spd1>
    <spd3>sample string 7</spd3>
    <spd5>sample string 8</spd5>
    <systemType>sample string 3</systemType>
  </LogPlantProductMixerEntity>
  <LogPlantProductMixerEntity>
    <alternativeNo>sample string 5</alternativeNo>
    <binderAdj>sample string 9</binderAdj>
    <compCode>sample string 2</compCode>
    <mixerAdj>sample string 10</mixerAdj>
    <mixerNo>sample string 11</mixerNo>
    <plantNo>sample string 1</plantNo>
    <productNo>sample string 4</productNo>
    <receiveReason>sample string 13</receiveReason>
    <receiveStatus>sample string 12</receiveStatus>
    <spd1>sample string 6</spd1>
    <spd3>sample string 7</spd3>
    <spd5>sample string 8</spd5>
    <systemType>sample string 3</systemType>
  </LogPlantProductMixerEntity>
</ArrayOfLogPlantProductMixerEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.