Looking for some SOAP to REST equivalents

Hi there, I am new to the Developer Forums, but am checking them out, having just been at TLCC and heard they are a good resource. 

I'm in the process of converting a very basic calendar listing application from SOAP to REST, and I am trying to find a couple of REST equivalents to the SOAP calls my script uses. Hoping someone can point me in the right direction.

My existing application takes the Performance ID of the first performance of a prod season and uses GetProductionDetailEx to return performance details (this could also be done with the Prod Seas ID).

It then loops through those results to get a comma-delimited list of all Performance IDs, and uses them to call GetPerformancesEx4 to get details about each performance.

The data I need on performances includes perf date, perf time, and availbility_by_customer.

The main thing I'm struggling with right now is finding something that will do what GetProductionDetailEx is doing for me. I would like to pass a Prod Season ID or Performance ID to the API and return a list of performance IDs to use with TXN/Performances?performanceIds={performanceIds}&seasonId={seasonId} in REST. 

Any help is very muchly appreciated!

Parents
  • Hi again -- this project is coming along and I've almost got it sorted. I just have one more piece of the puzzle that I need to figure out in REST. The SOAP call GetPerformancesEx4 returns a field called 'availbility_by_customer' that I have used to designate a performance having limited seating or to list it as sold out. I haven't yet found a REST equivalent in TXN/Performances or related performance resources. I've been playing with TXN/Performances/Zones to see performance seat availability by zone, but this seems needlessly complicated and involves needing to make the script aware of what zones are for OK for customers to see and which ones aren't. I can do that, but it's more complex than just having the one field in each performance that tells me what's available to the customer. Does anyone know if there's a REST equivalent?

Reply
  • Hi again -- this project is coming along and I've almost got it sorted. I just have one more piece of the puzzle that I need to figure out in REST. The SOAP call GetPerformancesEx4 returns a field called 'availbility_by_customer' that I have used to designate a performance having limited seating or to list it as sold out. I haven't yet found a REST equivalent in TXN/Performances or related performance resources. I've been playing with TXN/Performances/Zones to see performance seat availability by zone, but this seems needlessly complicated and involves needing to make the script aware of what zones are for OK for customers to see and which ones aren't. I can do that, but it's more complex than just having the one field in each performance that tells me what's available to the customer. Does anyone know if there's a REST equivalent?

Children
No Data