Ministry Sync Developer Resources
Menu
Xml Api / Actions / Select Tiers

SelectTiers

Returns the Tier structure for an event in Ministry Sync

POST https://secure.ministrysync.com/ministrysync/api/post.php

POST Parameters

Param Length Type Required Description
APIUsername 36 string Yes Assigned by Ministry Sync
APIPassword 36 string Yes Assigned by Ministry Sync
APIKey 36 string Yes Assigned by Ministry Sync
Action 36 string Yes SelectTiers
EventID 11 int Yes Unique Event ID to get Tier Structure

Expected Response Structure

<Root>
<Status>
<ErrorCode></ErrorCode>
<Description></Description>
</Status>
<Tiers>
<Tier>
<ID></ID>
<Name></Name>
<Rank></Rank>
</Tier>
</Tiers>
</Root>

Possible Error Values

Error Code	Description
0 Success
-1000 Invalid Login Credentials
-1001 Invalid Action
-1004 Invalid or missing Event ID

Field Definitions

Field Name Type Description
ID int Unique ID of Tier
Name string Name of Tier
Rank int How the tier ranks in order
Copyright © 2019 Ministry Sync. All rights reserved.