GET api/PerfPrices/Get?perfPriceId={perfPriceId}&perfBlock={perfBlock}&sNum={sNum}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| perfPriceId | integer |
None. |
|
| perfBlock | string |
None. |
|
| sNum | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of PerfPrice| Name | Description | Type | Additional information |
|---|---|---|---|
| SNum | string |
None. |
|
| PerfBlock | string |
None. |
|
| PerfBlockDesc | string |
None. |
|
| PerfBlockNotes | string |
None. |
|
| Prices | Collection of Price |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SNum": "sample string 1",
"PerfBlock": "sample string 2",
"PerfBlockDesc": "sample string 3",
"PerfBlockNotes": "sample string 4",
"Prices": [
{
"PerfPriceId": 1,
"SeatReg": 1.0,
"SeatPric": 1.0,
"SeatChrg": 1.0,
"SeatExtr": 1.0,
"SeatSell": 1.0,
"SeatCPct": 1.0,
"SeatSort": 1,
"SeatValid": "sample string 2",
"SeatNote": "sample string 3",
"SeatMax": 1,
"PBCntrlNum": 4,
"SeatArea": "sample string 5"
},
{
"PerfPriceId": 1,
"SeatReg": 1.0,
"SeatPric": 1.0,
"SeatChrg": 1.0,
"SeatExtr": 1.0,
"SeatSell": 1.0,
"SeatCPct": 1.0,
"SeatSort": 1,
"SeatValid": "sample string 2",
"SeatNote": "sample string 3",
"SeatMax": 1,
"PBCntrlNum": 4,
"SeatArea": "sample string 5"
}
]
},
{
"SNum": "sample string 1",
"PerfBlock": "sample string 2",
"PerfBlockDesc": "sample string 3",
"PerfBlockNotes": "sample string 4",
"Prices": [
{
"PerfPriceId": 1,
"SeatReg": 1.0,
"SeatPric": 1.0,
"SeatChrg": 1.0,
"SeatExtr": 1.0,
"SeatSell": 1.0,
"SeatCPct": 1.0,
"SeatSort": 1,
"SeatValid": "sample string 2",
"SeatNote": "sample string 3",
"SeatMax": 1,
"PBCntrlNum": 4,
"SeatArea": "sample string 5"
},
{
"PerfPriceId": 1,
"SeatReg": 1.0,
"SeatPric": 1.0,
"SeatChrg": 1.0,
"SeatExtr": 1.0,
"SeatSell": 1.0,
"SeatCPct": 1.0,
"SeatSort": 1,
"SeatValid": "sample string 2",
"SeatNote": "sample string 3",
"SeatMax": 1,
"PBCntrlNum": 4,
"SeatArea": "sample string 5"
}
]
}
]
text/html
Sample:
[{"SNum":"sample string 1","PerfBlock":"sample string 2","PerfBlockDesc":"sample string 3","PerfBlockNotes":"sample string 4","Prices":[{"PerfPriceId":1,"SeatReg":1.0,"SeatPric":1.0,"SeatChrg":1.0,"SeatExtr":1.0,"SeatSell":1.0,"SeatCPct":1.0,"SeatSort":1,"SeatValid":"sample string 2","SeatNote":"sample string 3","SeatMax":1,"PBCntrlNum":4,"SeatArea":"sample string 5"},{"PerfPriceId":1,"SeatReg":1.0,"SeatPric":1.0,"SeatChrg":1.0,"SeatExtr":1.0,"SeatSell":1.0,"SeatCPct":1.0,"SeatSort":1,"SeatValid":"sample string 2","SeatNote":"sample string 3","SeatMax":1,"PBCntrlNum":4,"SeatArea":"sample string 5"}]},{"SNum":"sample string 1","PerfBlock":"sample string 2","PerfBlockDesc":"sample string 3","PerfBlockNotes":"sample string 4","Prices":[{"PerfPriceId":1,"SeatReg":1.0,"SeatPric":1.0,"SeatChrg":1.0,"SeatExtr":1.0,"SeatSell":1.0,"SeatCPct":1.0,"SeatSort":1,"SeatValid":"sample string 2","SeatNote":"sample string 3","SeatMax":1,"PBCntrlNum":4,"SeatArea":"sample string 5"},{"PerfPriceId":1,"SeatReg":1.0,"SeatPric":1.0,"SeatChrg":1.0,"SeatExtr":1.0,"SeatSell":1.0,"SeatCPct":1.0,"SeatSort":1,"SeatValid":"sample string 2","SeatNote":"sample string 3","SeatMax":1,"PBCntrlNum":4,"SeatArea":"sample string 5"}]}]
application/xml, text/xml
Sample:
<ArrayOfPerfPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoxtrotCRM.API.Models">
<PerfPrice>
<PerfBlock>sample string 2</PerfBlock>
<PerfBlockDesc>sample string 3</PerfBlockDesc>
<PerfBlockNotes>sample string 4</PerfBlockNotes>
<Prices>
<Price>
<PBCntrlNum>4</PBCntrlNum>
<PerfPriceId>1</PerfPriceId>
<SeatArea>sample string 5</SeatArea>
<SeatCPct>1</SeatCPct>
<SeatChrg>1</SeatChrg>
<SeatExtr>1</SeatExtr>
<SeatMax>1</SeatMax>
<SeatNote>sample string 3</SeatNote>
<SeatPric>1</SeatPric>
<SeatReg>1</SeatReg>
<SeatSell>1</SeatSell>
<SeatSort>1</SeatSort>
<SeatValid>sample string 2</SeatValid>
</Price>
<Price>
<PBCntrlNum>4</PBCntrlNum>
<PerfPriceId>1</PerfPriceId>
<SeatArea>sample string 5</SeatArea>
<SeatCPct>1</SeatCPct>
<SeatChrg>1</SeatChrg>
<SeatExtr>1</SeatExtr>
<SeatMax>1</SeatMax>
<SeatNote>sample string 3</SeatNote>
<SeatPric>1</SeatPric>
<SeatReg>1</SeatReg>
<SeatSell>1</SeatSell>
<SeatSort>1</SeatSort>
<SeatValid>sample string 2</SeatValid>
</Price>
</Prices>
<SNum>sample string 1</SNum>
</PerfPrice>
<PerfPrice>
<PerfBlock>sample string 2</PerfBlock>
<PerfBlockDesc>sample string 3</PerfBlockDesc>
<PerfBlockNotes>sample string 4</PerfBlockNotes>
<Prices>
<Price>
<PBCntrlNum>4</PBCntrlNum>
<PerfPriceId>1</PerfPriceId>
<SeatArea>sample string 5</SeatArea>
<SeatCPct>1</SeatCPct>
<SeatChrg>1</SeatChrg>
<SeatExtr>1</SeatExtr>
<SeatMax>1</SeatMax>
<SeatNote>sample string 3</SeatNote>
<SeatPric>1</SeatPric>
<SeatReg>1</SeatReg>
<SeatSell>1</SeatSell>
<SeatSort>1</SeatSort>
<SeatValid>sample string 2</SeatValid>
</Price>
<Price>
<PBCntrlNum>4</PBCntrlNum>
<PerfPriceId>1</PerfPriceId>
<SeatArea>sample string 5</SeatArea>
<SeatCPct>1</SeatCPct>
<SeatChrg>1</SeatChrg>
<SeatExtr>1</SeatExtr>
<SeatMax>1</SeatMax>
<SeatNote>sample string 3</SeatNote>
<SeatPric>1</SeatPric>
<SeatReg>1</SeatReg>
<SeatSell>1</SeatSell>
<SeatSort>1</SeatSort>
<SeatValid>sample string 2</SeatValid>
</Price>
</Prices>
<SNum>sample string 1</SNum>
</PerfPrice>
</ArrayOfPerfPrice>