CBRE Client
  1. Projects
CBRE Client
Client - Projects & Reactives
  • Client - Projects & Reactives
  • Client Backend Tool
  • File Manager
  • Dashboard
    • Tool Based announcements
      GET
    • Top Planned Projects
      GET
    • Top Active Projects
      GET
    • Project Rag By Country
      GET
    • Project Rag By Site
      GET
    • Project Stats By Revenue
      GET
    • Project Stats By Revenue And Status
      GET
    • Project Composition By Sites
      GET
    • Active Project Schedule
      GET
    • Pending Approval Counts
      GET
    • Pending Approval Counts By Duration
      GET
    • Pending Approvals
      GET
    • Pending Approvals Scope Variations
      GET
    • Active Project Composition By Category
      GET
    • Project Revenue By Month
      GET
    • QHSE Risk by Project
      GET
  • Media
    • Upload Media
      POST
    • Download Media
      POST
  • Notifications
    • Mark as Read
      GET
    • Mark all Read
      POST
    • View All
      GET
  • Projects
    • Additional Authors
      • View All
      • Upsert Authors
    • Financial Summary & Forecast
      • Financial Summary
      • Financial Summary Forecast
    • General Quotations
      • Job Titles
      • Self Perform
      • CBRE Consequential
      • Project Management
    • Messages
      • All Messages
      • Send Message
      • Delete Message
    • Pending Actions
      • Project Pending Actions
      • Update Project Pending Action
    • Pinned Projects
      • Upsert
      • View All
      • Toggle Pinned Project
    • Project
      • View All
      • Add Project
      • Update Project
      • Fetch Project
      • Fetch Scope of Work History
      • Project Cost Plan
      • Project Cost Plan History
      • Project Milestones
      • Fetch Project By Sync Id (For Parent Project)
      • Job Title with Hours
      • Approve Project Offer
      • Update Project Status
      • Delete Project
      • Job Title with Hours by Project Sync Id
      • Fetch Project With Internal Data
      • Project Statuses
      • Project Status History
      • Project Award Reasons
      • Project Lost Reasons
      • Export to Excel
      • Project Approval List
      • Project Approval Detail
      • Project Assignees
      • Download Client Offer
    • Project Statuses
      • View All
      • With Counts
    • Purchase Order
      • View All
      • Delete
      • Add
      • Update
    • Project Directory
      • Project Directory
      • Project Directory Update
    • Reports
      • Flash Reports
      • Flash Report Details
      • Flash Report Download
    • Scope Change
      • Supply Chain
      • Labor
      • Other Cost
      • Variation Smmary
      • Update Scope-change Status
      • Revise Scope-change
      • Reject First Scope Change Proposal
      • Scope Change Download (LSQ, GO)
      • Scope Variation Download
  • Provider(CBRE Side Sync Calls)
    • Additional Authors
      • View All
    • Projects
      • Delete Project
        DELETE
      • Receive Message
        POST
      • Fetch Project
        GET
      • Update Project
        PATCH
      • Add Project
        POST
      • Upsert Project
        POST
  • Sites
    • Users List
  • To-Do List
    • Show
    • Add
    • View All
    • Update
    • Delete
    • Priorities
  • User Configurations
    • User Markets
    • Client Markets
    • Markets Countries
    • Market Countries Sites
    • User Sites
  • File Manager
    • Folders
      • List
      • Add
      • Edit
      • Show
      • Delete
    • Files
      • Add
      • Bulk Add
      • Update
      • Move to Folder
      • Show
      • Delete
  • Questionnaire
    GET
  • Disciplines List
    GET
  • Contract MSOWs By Country
    GET
  • RFQ Event SSJ Questions
    GET
  • Check Client Portal Status
    GET
  1. Projects

Add Project

POST
/cbre-client/api/provider/projects
Provider

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params
Consumer-Key
string 
optional
Example:
{{CONSUMER_KEY}}
Consumer-Secret
string 
optional
Example:
{{CONSUMER_SECRET}}
Client-Code
string 
optional
Example:
{{CLIENT_CODE}}
Body Params application/json
title
string 
required
Example:
beatae
client_id
integer 
required
Example:
13
site_id
integer 
required
Example:
15
country_id
integer 
required
Example:
10
tool_id
integer 
required
contract_msow_id
integer 
required
discipline_id
integer 
required
Example:
2
scope_of_work
string 
required
Example:
aut
request_number
string 
required
Example:
excepturi
revenue
number 
required
Example:
45882.9250259
revenue_usd
number 
required
Example:
13.624564
margin
number 
required
Example:
2937874.5
margin_usd
number 
required
Example:
0.0945355
margin_percentage
number 
required
Example:
534664.36734659
status_code
number 
required
Example:
799310.15848744
Example
{
  "title": "beatae",
  "client_id": 13,
  "site_id": 15,
  "country_id": 10,
  "tool_id": 0,
  "contract_msow_id": 0,
  "discipline_id": 2,
  "scope_of_work": "aut",
  "request_number": "excepturi",
  "revenue": 45882.9250259,
  "revenue_usd": 13.624564,
  "margin": 2937874.5,
  "margin_usd": 0.0945355,
  "margin_percentage": 534664.36734659,
  "status_code": 799310.15848744
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://client-backend-quantum-project.test/cbre-client/api/provider/projects' \
--header 'Consumer-Key: false' \
--header 'Consumer-Secret: false' \
--header 'Client-Code: false' \
--header 'Content-Type: application/json' \
--data-raw '{
    "title": "beatae",
    "client_id": 13,
    "site_id": 15,
    "country_id": 10,
    "tool_id": 0,
    "contract_msow_id": 0,
    "discipline_id": 2,
    "scope_of_work": "aut",
    "request_number": "excepturi",
    "revenue": 45882.9250259,
    "revenue_usd": 13.624564,
    "margin": 2937874.5,
    "margin_usd": 0.0945355,
    "margin_percentage": 534664.36734659,
    "status_code": 799310.15848744
}'

Responses

🟢200OK
application/json
Body
status
string 
optional
message
string 
optional
data
object 
optional
success
boolean 
optional
Example
{
  "status": "Success",
  "message": "Success",
  "data": null,
  "success": true
}
Previous
Update Project
Next
Upsert Project
Built with