POST api/pricesOwnCircuitsCrud

Request Information

URI Parameters

None.

Body Parameters

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.

Request 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"
}

application/xml, text/xml

Sample:
<pricesOwnCircuitCls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_Europamundo.Models.Class">
  <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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>