Update CBSs
put
/cbs
Send a request to this endpoint to update one or more cbs. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.
Request
Header Parameters
-
Authorization(required):
OAuth token
Supported Media Types
- application/json
A list of cbs objects.
Root Schema : List<CBS>
Type:
array
Title:
Show Source
List<CBS>
-
Array of:
object CBS
Title:
CBS
CBS Entity
Nested Schema : CBS
Type:
object
Title:
CBS
CBS Entity
Show Source
-
CBSCode(required): string
The unique name of the Unifier CBS Code. Assign CBS codes to activities so that you can filter which activities you will send to Unifier.
-
CBSDescription: string
The description of the associated CBS.
-
CBSStatus: string
Specifies the status of the CBS.
-
CreateDate: string
(date-time)
The date this activity was created.
-
CreateUser: string
The name of the user that created this activity.
-
LastUpdateDate: string
(date-time)
The date this activity was last updated.
-
LastUpdateUser: string
The name of the user that last updated this activity.
-
ObjectId: integer
(int32)
The unique ID generated by the system.
-
ParentObjectId: integer
(int32)
The unique ID of the parent CBS for this CBS in the hierarchy.
-
ProjectObjectId(required): integer
(int32)
The unique ID of the associated project.
Response
Supported Media Types
- application/json
200 Response
OK.
Root Schema : schema
Type:
boolean
400 Response
Bad Request.
401 Response
Unauthorized.
403 Response
Forbidden.
404 Response
Not Found.
405 Response
Invalid Input.
500 Response
Internal Server Error.