Update contract performance obligation

View as Markdown

Authentication

Authorizationstring
API Key authentication via header

Path parameters

idstringRequired
Contract Id
pobIdstringRequired
Performance Obligation Id

Request

Fields to update on the performance obligation
namestringOptional<=255 characters
The name of the performance obligation
erpClassIdstring or nullOptional

The ID of the integration / ERP class (integration class) for this performance obligation

itemIdstring or nullOptional
The ID of the integration item
serviceStartDatestringOptional
Service start date
serviceEndDatestringOptional
Service end date
considerationTypeenumOptional
Consideration type
recognitionPatternenumOptional
Recognition pattern

Response

Performance obligation updated successfully
payloadobject
Response payload, will be empty when success is false
successboolean

Boolean with true=success, false=failure

messagestring

Plain-text description of the result

errorobject
json element with any error messages or warnings

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error