GET api/Values/GetPriceSeacon

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

GITS_GoldPrice965SeaconStruct
NameDescriptionTypeAdditional information
Bid965

integer

None.

Ask965

integer

None.

LastUpdate965

date

None.

BidAssociation

integer

None.

AskAssociation

integer

None.

LastUpdateAssociation

date

None.

Bid90

decimal number

None.

Bid40

integer

None.

GramJewelry

integer

None.

BidJewelry

decimal number

None.

IsHoliday

boolean

None.

StrTimeUpdate965

string

None.

StrTimeUpdateAssociation

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Bid965": 1,
  "Ask965": 2,
  "LastUpdate965": "2024-11-21T16:45:39.2162265+07:00",
  "BidAssociation": 4,
  "AskAssociation": 5,
  "LastUpdateAssociation": "2024-11-21T16:45:39.2162265+07:00",
  "Bid90": 7.0,
  "Bid40": 8,
  "GramJewelry": 9,
  "BidJewelry": 10.0,
  "IsHoliday": true,
  "StrTimeUpdate965": "อัพเดตล่าสุด วันที่ 21 พ.ย. 2567 เวลา 16:45:39 น.",
  "StrTimeUpdateAssociation": "อัพเดตล่าสุด วันที่ 21 พ.ย. 2567 เวลา 16:45:39 น."
}

application/xml, text/xml

Sample:
<GITS_GoldPrice965SeaconStruct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GITS4.Reference.Structures">
  <Ask965>2</Ask965>
  <AskAssociation>5</AskAssociation>
  <Bid40>8</Bid40>
  <Bid90>7</Bid90>
  <Bid965>1</Bid965>
  <BidAssociation>4</BidAssociation>
  <BidJewelry>10</BidJewelry>
  <GramJewelry>9</GramJewelry>
  <IsHoliday>true</IsHoliday>
  <LastUpdate965>2024-11-21T16:45:39.2162265+07:00</LastUpdate965>
  <LastUpdateAssociation>2024-11-21T16:45:39.2162265+07:00</LastUpdateAssociation>
</GITS_GoldPrice965SeaconStruct>