# ProjectOfferings A Project Offering (Service Offering) represents a distinct scope or phase of work within a Project. Each Project Offering contains resource plans, financial models, and revenue data, allowing organizations to model different work types and billing structures within a single project. Offerings help align sales, delivery, and operations teams around specific scopes of work and resourcing needs. ## List Project Offerings - [GET /v1/projects/{project_id}/offerings](https://developer.getparallax.com/api-documentation/swagger/projectofferings/listprojectofferings.md): Gets a paginated list of Project Offerings for a specified project, which serve as containers for resource plans, budgets, and financial models. ## Create Project Offering. - [POST /v1/projects/{project_id}/offerings](https://developer.getparallax.com/api-documentation/swagger/projectofferings/createprojectoffering.md): Creates a new Project Offering for the specified Project. Additional configuration for certain Billing Models are optional. ## Get Project Offering - [GET /v1/projects/{project_id}/offerings/{id}](https://developer.getparallax.com/api-documentation/swagger/projectofferings/getprojectoffering.md): Gets details of a specific Project Offering, including financial settings, planned roles, and associated timesheet project. ## Update Project Offering. - [PATCH /v1/projects/{project_id}/offerings/{id}](https://developer.getparallax.com/api-documentation/swagger/projectofferings/updateprojectoffering.md): Updates a Project Offering's name and billing model, if provided. The ability to modify a Project Offering is limited, once the parent Project status has been moved beyond Awaiting Start. ## Get Project Offering Metrics - [GET /v1/projects/{project_id}/offerings/{id}/metrics](https://developer.getparallax.com/api-documentation/swagger/projectofferings/getprojectofferingmetricsbyid.md): Labor and financial metrics for this Project Offering. All calculations involving Actual Time entries are subject to the Calculation Threshold organization setting.