GET api/Home/GetUploadKeyPak

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

UploadKeyPak
NameDescriptionTypeAdditional information
TimeStamp

date

None.

Ticket

integer

None.

CompanyID

integer

None.

UserID

integer

None.

UserName

string

None.

SourceType

integer

None.

SourceID

integer

None.

SessionKey

string

None.

RandomKey

integer

None.

AttaID

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "TimeStamp": "2024-07-27T15:52:59.0818361+08:00",
  "Ticket": 2,
  "CompanyID": 3,
  "UserID": 4,
  "UserName": "sample string 5",
  "SourceType": 6,
  "SourceID": 7,
  "SessionKey": "sample string 8",
  "RandomKey": 9,
  "AttaID": 10
}

application/xml, text/xml

Sample:
<UploadKeyPak xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KS.KMes">
  <AttaID>10</AttaID>
  <CompanyID>3</CompanyID>
  <RandomKey>9</RandomKey>
  <SessionKey>sample string 8</SessionKey>
  <SourceID>7</SourceID>
  <SourceType>6</SourceType>
  <Ticket>2</Ticket>
  <TimeStamp>2024-07-27T15:52:59.0818361+08:00</TimeStamp>
  <UserID>4</UserID>
  <UserName>sample string 5</UserName>
</UploadKeyPak>