POST C581OverseasService/api/auth/getProfile

Request Information

URI Parameters

None.

Body Parameters

ProfileEntity
NameDescriptionTypeAdditional information
plantNo

string

None.

compGroup

string

None.

systemType

string

None.

userName

string

None.

currentVersion

string

None.

plcVersion

string

None.

ladder

string

None.

panel

string

None.

computerName

string

None.

macAddress

string

None.

otherA

string

None.

otherB

string

None.

otherC

string

None.

Request Formats

application/json, text/json

Sample:
{
  "plantNo": "sample string 1",
  "compGroup": "sample string 2",
  "systemType": "sample string 3",
  "userName": "sample string 4",
  "currentVersion": "sample string 5",
  "plcVersion": "sample string 6",
  "ladder": "sample string 7",
  "panel": "sample string 8",
  "computerName": "sample string 9",
  "macAddress": "sample string 10",
  "otherA": "sample string 11",
  "otherB": "sample string 12",
  "otherC": "sample string 13"
}

application/xml, text/xml

Sample:
<ProfileEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KCC_PartnerShip.Entity">
  <compGroup>sample string 2</compGroup>
  <computerName>sample string 9</computerName>
  <currentVersion>sample string 5</currentVersion>
  <ladder>sample string 7</ladder>
  <macAddress>sample string 10</macAddress>
  <otherA>sample string 11</otherA>
  <otherB>sample string 12</otherB>
  <otherC>sample string 13</otherC>
  <panel>sample string 8</panel>
  <plantNo>sample string 1</plantNo>
  <plcVersion>sample string 6</plcVersion>
  <systemType>sample string 3</systemType>
  <userName>sample string 4</userName>
</ProfileEntity>

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.