POST C581OverseasService/api/production/logPlantDP

Request Information

URI Parameters

None.

Body Parameters

Collection of PlantDPEntity
NameDescriptionTypeAdditional information
plantNo

string

None.

dpNo

string

None.

dpDate

string

None.

compCode

string

None.

systemType

string

None.

receiveStatus

string

None.

receiveReason

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "plantNo": "sample string 1",
    "dpNo": "sample string 2",
    "dpDate": "sample string 3",
    "compCode": "sample string 4",
    "systemType": "sample string 5",
    "receiveStatus": "sample string 6",
    "receiveReason": "sample string 7"
  },
  {
    "plantNo": "sample string 1",
    "dpNo": "sample string 2",
    "dpDate": "sample string 3",
    "compCode": "sample string 4",
    "systemType": "sample string 5",
    "receiveStatus": "sample string 6",
    "receiveReason": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPlantDPEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KCC_PartnerShip.Entity">
  <PlantDPEntity>
    <compCode>sample string 4</compCode>
    <dpDate>sample string 3</dpDate>
    <dpNo>sample string 2</dpNo>
    <plantNo>sample string 1</plantNo>
    <receiveReason>sample string 7</receiveReason>
    <receiveStatus>sample string 6</receiveStatus>
    <systemType>sample string 5</systemType>
  </PlantDPEntity>
  <PlantDPEntity>
    <compCode>sample string 4</compCode>
    <dpDate>sample string 3</dpDate>
    <dpNo>sample string 2</dpNo>
    <plantNo>sample string 1</plantNo>
    <receiveReason>sample string 7</receiveReason>
    <receiveStatus>sample string 6</receiveStatus>
    <systemType>sample string 5</systemType>
  </PlantDPEntity>
</ArrayOfPlantDPEntity>

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.