Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/TXN/SalesLayouts/Setup/Summary?primaryOnly={primaryOnly} |
URI Parameters
|
Request BodyNone. |
Response object type : Collection of SalesLayoutSummary
Response object type Collection of SalesLayoutSummary has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Description | string | N | |||
Id | integer | N | |||
Inactive | boolean | N | |||
PrimaryIndicator | boolean | N |
[
{
"Description": "sample string 1",
"Id": 1,
"Inactive": true,
"PrimaryIndicator": true
},
{
"Description": "sample string 1",
"Id": 1,
"Inactive": true,
"PrimaryIndicator": true
}
]
<SalesLayoutSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<SalesLayoutSummary>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
<PrimaryIndicator>true</PrimaryIndicator>
</SalesLayoutSummary>
<SalesLayoutSummary>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
<PrimaryIndicator>true</PrimaryIndicator>
</SalesLayoutSummary>
</SalesLayoutSummaries>
No entries in change log for this operation.