POST C581OverseasService/api/autoMixLoading/getPlantProductMixerIsUpdate

Request Information

URI Parameters

None.

Body Parameters

Collection of PlantProductMixerEntity
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.

updateDateTime

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",
    "updateDateTime": "sample string 11"
  },
  {
    "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",
    "updateDateTime": "sample string 11"
  }
]

application/xml, text/xml

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

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.