# List order item pay run item defaults. List order item pay run item defaults. Endpoint: GET /order-items/{order_item_id}/pay-run-item-defaults Version: 1.0.0 Security: Token ## Path parameters: - `order_item_id` (string, required) The ID of an order item. UUID Version 4. Example: "00000000-0000-4000-8000-000000000000" ## Response 200 fields (application/json): - `order_item_id` (string, required) The ID of the order item. UUID Version 4. Example: "00000000-0000-4000-8000-000000000000" - `title` (string, required) The title of the pay run item. Example: "Complete Photography" - `company_team_member` (object, required) A team member of a company. - `company_team_member.object` (string, required) A canonical value representing a resource. Enum: "COMPANY_TEAM_MEMBER" - `company_team_member.id` (string, required) ID of the entity. UUID Version 4. Example: "00000000-0000-4000-8000-000000000000" - `company_team_member.calendar_color` (string,null) Color code for calendar display, if assigned Example: "#FF0000" - `company_team_member.permissions` (array, required) List of permissions granted to the team member - `company_team_member.permissions.name` (string, required) The name of the permission Enum: "ACTIVITY_LOG_VIEW", "APP_STORE_VIEW_ANY", "APPOINTMENTS_MANAGE", "AVAILABILITY_VIEW_ANY", "CALENDAR_VIEW_ANY", "CUSTOMER_CREATE", "CUSTOMER_DELETE", "CUSTOMER_EXPORT_CREATE", "CUSTOMER_IMPORT_CREATE", "CUSTOMER_VIEW_ANY", "FEE_VIEW_ANY", "LISTING_CREATE", "LISTING_DELETE", "LISTING_VIEW_ANY", "MEDIA_REQUEST_MANAGE", "ORDER_AMOUNT_VIEW_ANY", "ORDER_FORM_VIEW_ANY", "ORDER_NOTES_MANAGE", "ORDER_VIEW_ANY", "ORDERS_MANAGE", "PAYMENT_METHODS_MANAGE", "PAYROLL_MANAGE", "PAYROLL_PERSONAL_MANAGE", "PAYROLL_PERSONAL_VIEW", "PRODUCT_VIEW_ANY", "REPORT_VIEW_ANY", "SETTINGS_MANAGE", "TAX_VIEW_ANY", "TERRITORY_VIEW_ANY", "ZILLOW_MEDIA_EXCLUSIVES_MANAGE" - `company_team_member.restrictions` (array, required) List of restrictions applied to the team member - `company_team_member.is_service_provider` (boolean, required) Indicates if the team member is a service provider Example: true - `company_team_member.external_id` (string,null) External identifier for the team member, if any Example: "1234567890" - `company_team_member.company_user` (object,null) A record of a person on the Aryeo platform. - `company_team_member.company_user.email` (string, required) Email address of the user. Example: "john.doe@gmail.com" - `company_team_member.company_user.first_name` (string,null) First name of the user. Example: "John" - `company_team_member.company_user.last_name` (string,null) Last name of the user. Example: "Doe" - `company_team_member.company_user.full_name` (string,null) The full name of the user. Example: "John Doe" - `company_team_member.company_user.internal_notes` (string,null) Internal notes for the user. Example: "Internal notes for the user." - `company_team_member.company_user.status` (string) The status of the user. Enum: "active", "inactive", "new", "sso" - `company_team_member.company_user.phone` (string,null) A phone number represented in whichever standards specified by the user, typically ###-###-#### (separated by hyphens). Example: "123456789" - `company_team_member.company_user.avatar_url` (string,null) The avatar image URL of a user. Example: "https://picsum.photos/300" - `company_team_member.company_user.relationship` (string,null) Describes user's relationship (access level) to a specified group. Only returned if this resource is returned as a sub-resource of a group. Example: "owner" - `company_team_member.company_user.sso_users` (array) The list of SSO users associated with this user. - `company_team_member.company_user.sso_users.sso_id` (string, required) SSO ID of the user Example: "1234" - `company_team_member.company_user.sso_users.sso_provider` (object) A SSO Provider contains the information pertaining to the SSO connection. - `company_team_member.company_user.sso_users.sso_provider.name` (string, required) Name of the provider Example: "Some Company" - `company_team_member.company_user.sso_users.sso_provider.provider` (string, required) Technology of the provider Example: "Auth0" - `company_team_member.company_user.is_super` (boolean,null) Indicates if the user is a super user. Example: true - `company_team_member.company_user.verification_status` (string) The verification status of the user. Enum: "verified", "unverified", "new", "sso" - `company_team_member.company_user.password_expiration_days` (integer,null) The number of days until the user's password expires. Example: 30 - `company_team_member.company_user.timezone` (string,null) The default timezone for the user. Example: "America/New_York" - `company_team_member.company_user.created_at` (string,null) The date and time (ISO 8601 format) when the user was created. Example: "2021-06-30T20:30:00Z" - `company_team_member.has_owner_role` (boolean,null) Indicates if the team member has the owner role Example: true - `company_team_member.is_owner` (boolean,null) Indicates if the team member is the owner Example: true - `company_team_member.invitation_accepted_at` (string,null) The date and time (ISO 8601 format) when the company team member invitation was accepted Example: "2025-04-01T05:59:59.999999Z" - `company_team_member.role` (string,null) The role of the team member Enum: "ADMIN", "MEMBER", "OWNER" - `company_team_member.status` (string,null) The status of the team member Enum: "active", "invited", "revoked" - `company_team_member.is_active` (boolean,null) Indicates if the team member is active Example: true - `company_team_member.is_invited` (boolean,null) Indicates if the team member is invited Example: true - `company_team_member.is_revoked` (boolean,null) Indicates if the team member is revoked Example: true - `company_team_member.scheduling_priority` (integer,null) The scheduling priority of the team member Example: 1 - `company_team_member.created_at` (string,null) The date and time (ISO 8601 format) when the company team member was created Example: "2025-04-01T05:59:59.999999Z" - `company_team_member.require_appointment_confirmation` (boolean,null) Indicates if the team member requires appointment confirmation Example: true - `amount` (number, required) The amount of the pay run item. Example: 100 ## Response 404 fields (application/json): - `status` (string, required) What was the state of the request? Example: "error" - `message` (string, required) The error message. Example: "{ApiError message.}" - `code` (integer,null) A numeric code corresponding to the error. Example: 404 ## Response 422 fields (application/json): - `status` (string, required) What was the state of the request? Example: "fail" ## Response 500 fields (application/json): - `status` (string, required) What was the state of the request? Example: "error" - `message` (string, required) The error message. Example: "{ApiError message.}" - `code` (integer,null) A numeric code corresponding to the error. Example: 500