Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note
titleExtended Attributes

If the data model has been extended using simple extended attributes, the CoPersonRole API will automatically accept and return the extended attributes, with two exceptionsone exception: Retrieving all CO People Roles via will not retrieve their extended attributes. This is largely due to performance reasons and how the underlying framework is structured

.Because a CO Person Role is added before attaching them to a CO via the CoPersonSource API, extended attributes cannot be included in an add operation. They must be added via a subsequent edit operation instead

.

Add

Add a new CO Person Role.

...

HTTP Status

Response Body

Description

200 Deleted

 

CoPersonRole deleted

400 Invalid Fields

 

id not provided

401 Unauthorized

 

Authentication required

404 CoPersonRole Unknown

 

id not found

500 Other Error

 

Unknown error

...