Creates a new Project Offering for the specified Project. Additional configuration for certain Billing Models are optional.
The Billing Model for the Project Offering.
Additional Billing Model configuration for the Project Offering.
Optional list of custom external IDs to associate with the Project Offering at creation time. Each ID must not start with a reserved 'px_' provider prefix and must be unique across all Project Offerings in the organization. Forward slashes (/) are not supported.
- Mock serverhttps://developer.getparallax.com/_mock/api-documentation/swagger/v1/projects/{project_id}/offerings
- Production Serverhttps://api.getparallax.com/v1/projects/{project_id}/offerings
- application/json-patch+json
- application/json
- BillingModelOptionsFixedBid
- BillingModelOptionsRetainer
- BillingModelOptionsTimeMaterials
curl -i -X POST \
'https://developer.getparallax.com/_mock/api-documentation/swagger/v1/projects/{project_id}/offerings' \
-H 'Content-Type: application/json-patch+json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"name": "string",
"billing_model": "fixed_bid",
"billing_model_options": {
"service_fee": {
"currency_code": "string",
"amount": 0
},
"billing_model": "fixed_bid"
},
"external_ids": [
"string"
],
"service_offering_id": "74e05bad-7c5b-47db-a276-199b5b3f22ea"
}'Created
The billing model applied to the Project Offering. This is restricted by the Project's Project Type. Client projects support Time & Materials, Fixed Bid, and Fixed Retainer billing models while Internal projects only allow Investment and Admin models
Additional Billing Model configuration for the Project Offering.
All external IDs associated with the Project Offering. Parallax-managed integrations use the delimited format 'px_{provider}:{id}' (e.g., 'px_harvest:12345678901').
- BillingModelOptionsFixedBid
- BillingModelOptionsRetainer
- BillingModelOptionsTimeMaterials
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "billing_model": "fixed_bid", "billing_model_options": { "service_fee": { … }, "billing_model": "fixed_bid" }, "external_ids": [ "string" ], "tags": [ "string" ], "service_offering_id": "74e05bad-7c5b-47db-a276-199b5b3f22ea" }