GET api/pricesOwnCircuitGetList?idOwnCircuit={idOwnCircuit}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idOwnCircuit

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of pricesOwnCircuitCls
NameDescriptionTypeAdditional information
idOwnCircuit

integer

None.

idPrice

integer

None.

orderPrice

integer

None.

namePrice

string

None.

singlePrice

decimal number

None.

doublePrice

decimal number

None.

sharedPrice

decimal number

None.

triplePrice

decimal number

None.

childPrice

decimal number

None.

childTextPrice

string

None.

singleTextPrice

string

None.

doubleTextPrice

string

None.

tripleTextPrice

string

None.

shareTextPrice

string

None.

action

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "idOwnCircuit": 1,
    "idPrice": 2,
    "orderPrice": 3,
    "namePrice": "sample string 4",
    "singlePrice": 5.1,
    "doublePrice": 6.1,
    "sharedPrice": 7.1,
    "triplePrice": 8.1,
    "childPrice": 9.1,
    "childTextPrice": "sample string 10",
    "singleTextPrice": "sample string 11",
    "doubleTextPrice": "sample string 12",
    "tripleTextPrice": "sample string 13",
    "shareTextPrice": "sample string 14",
    "action": "sample string 15"
  },
  {
    "idOwnCircuit": 1,
    "idPrice": 2,
    "orderPrice": 3,
    "namePrice": "sample string 4",
    "singlePrice": 5.1,
    "doublePrice": 6.1,
    "sharedPrice": 7.1,
    "triplePrice": 8.1,
    "childPrice": 9.1,
    "childTextPrice": "sample string 10",
    "singleTextPrice": "sample string 11",
    "doubleTextPrice": "sample string 12",
    "tripleTextPrice": "sample string 13",
    "shareTextPrice": "sample string 14",
    "action": "sample string 15"
  }
]

application/xml, text/xml

Sample:
<ArrayOfpricesOwnCircuitCls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_Europamundo.Models.Class">
  <pricesOwnCircuitCls>
    <action>sample string 15</action>
    <childPrice>9.1</childPrice>
    <childTextPrice>sample string 10</childTextPrice>
    <doublePrice>6.1</doublePrice>
    <doubleTextPrice>sample string 12</doubleTextPrice>
    <idOwnCircuit>1</idOwnCircuit>
    <idPrice>2</idPrice>
    <namePrice>sample string 4</namePrice>
    <orderPrice>3</orderPrice>
    <shareTextPrice>sample string 14</shareTextPrice>
    <sharedPrice>7.1</sharedPrice>
    <singlePrice>5.1</singlePrice>
    <singleTextPrice>sample string 11</singleTextPrice>
    <triplePrice>8.1</triplePrice>
    <tripleTextPrice>sample string 13</tripleTextPrice>
  </pricesOwnCircuitCls>
  <pricesOwnCircuitCls>
    <action>sample string 15</action>
    <childPrice>9.1</childPrice>
    <childTextPrice>sample string 10</childTextPrice>
    <doublePrice>6.1</doublePrice>
    <doubleTextPrice>sample string 12</doubleTextPrice>
    <idOwnCircuit>1</idOwnCircuit>
    <idPrice>2</idPrice>
    <namePrice>sample string 4</namePrice>
    <orderPrice>3</orderPrice>
    <shareTextPrice>sample string 14</shareTextPrice>
    <sharedPrice>7.1</sharedPrice>
    <singlePrice>5.1</singlePrice>
    <singleTextPrice>sample string 11</singleTextPrice>
    <triplePrice>8.1</triplePrice>
    <tripleTextPrice>sample string 13</tripleTextPrice>
  </pricesOwnCircuitCls>
</ArrayOfpricesOwnCircuitCls>