Registration Posting (Update)
Using the Registration Update method, you can update existing registration records directly into the database.
This allows you to update existing registration records on a record by record basis or in batches.
Registration Update (update existing record): apiFunction = PostXmlRegistrationUpdate
URL: http://admin.viewcentral.com/events/api/default.asp
Method | Base Url | End Point |
POST | https://admin.viewcentral.com | /events/api/default.asp |
Header Type: X-www-form-urlencoded
Key | Value |
company_login_id | (Enter your LTOPS company ID) |
product_id | 1 |
username | (Enter your username) |
Xpassword | (Enter your password) |
sendRegistrationComms | 0 or 1 |
apiFunction | PostXmlRegistrationUpdate |
Sxml |
<?xml version='1.0'?> <viewcentral_exchange> <post_registration_info> <cid>(Enter your COMPANY ID)</cid> <pid>1</pid> <registration> <events_attended_id>25</events_attended_id> <access_expiration_date></access_expiration_date> <attended>1</attended> <mark_attended_date>08/10/2017</mark_attended_date> <confirmation_date></confirmation_date> <cost> </cost> <cost_text></cost_text> <currency_code>USD</currency_code> <current_status>Confirmed</current_status> <field_rep></field_rep> <form_of_payment>PurchaseOrder</form_of_payment> <invoice_date></invoice_date> <invoice_number>9001</invoice_number> <line_number></line_number> <link_source></link_source> <list_price></list_price> <list_price_text></list_price_text>> <mark_attended_date></mark_attended_date> <next_action></next_action> <number_of_credits></number_of_credits> <order_id></order_id> <passed></passed> <payment_received></payment_received> <payment_received_date></payment_received_date> <po_date></po_date> <po_number>222333</po_number> <pricing_info></pricing_info> <sales_rep></sales_rep> <udf_varchar_1></udf_varchar_1> <udf_varchar_2></udf_varchar_2> <udf_varchar_3></udf_varchar_3> <udf_varchar_4></udf_varchar_4> <udf_varchar_5></udf_varchar_5> </registration> </post_registration_info> </viewcentral_exchange> |
Custom Sxml Request
<?xml version='1.0'?> <viewcentral_exchange> <post_registration_info> <cid>(Enter your COMPANY ID)</cid> <pid>1</pid> <attended></attended> <registration> <events_attended_id>25</events_attended_id> <current_status>Confirmed Cancellation</current_status> </registration> </post_registration_info> </viewcentral_exchange>
Response