Create a Project Costing Source

post

/api/restapi/cbs/project/{projectId}/projectCostingSource

Send a request to this endpoint to create a project costing source. An application object will be created using the JSON data provided in the request body.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityProjectCostingSourceInput
Type: object
Title: ApiEntityProjectCostingSourceInput
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityProjectCostingSource
Type: object
Title: ApiEntityProjectCostingSource
Show Source

400 Response

Invalid input for the CBS service. Verify the request contains valid data, then resubmit the request.
Back to Top