Pricing

Attendees

Indicated by order_lines in the url.


Index:

Call: admin.paydro.com/[event-id]/order_lines/index.json.

Call: admin.paydro.com/[event-id]/order_lines/index/page:1.json.

Call: admin.paydro.com/[event-id]/order_lines/index/page:2.json.

The attendees index is paginated by 100 attendees.


View:

Call: admin.paydro.com/[event-id]/order_lines/view/[order-line-id].json.

Response Error.

no_valid_order_line_id

Edit:

Call: admin.paydro.com/[event-id]/order_lines/edit/[order-line-id]/[order-id].json.

Method: POST.

Content-type: application/x-www-form-urlencoded.

Fields you can’t change:.

order_id
product_id

Response Error.

no_valid_order_line_id

POST data.

data[OrderLine][id]:4d6b7060-1bc4-4500-9db4-63d155110bd4
data[OrderLine][title]:mr/mrs
data[OrderLine][firstname]:First
data[OrderLine][lastname]:Last
data[OrderLine][email]:email@domain.com
data[OrderLine][phone]: +3621548796
data[OrderLine][4d04d168-0a84-4f45-8968-388c55110bd4]:twitter

// this is the id of the extra field, described by the information you get in the view call.

Response OK.

    true