Status zu Deals

CRM Deals: Statusverwaltung

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
get
/erp/crm-deals/states/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body

Status eines CRM-Objekts

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Bezeichnung

descriptionstringOptional

Beschreibung

sortOrderinteger · int32Required

Sortierreihenfolge

startStatebooleanOptional

Handelt es sich um einen Anfang-Status

Default: false
finishStatebooleanOptional

Handelt es sich um einen End-Status

Default: false
readyToBillbooleanOptional

Handelt es sich um einen "Bereit zur Abrechnung"-Status

Default: false
needsCommentOnPositiveFinishbooleanOptional

Kommentar bei positivem Abschluß erforderlich

Default: false
needsCommentOnNegativeFinishbooleanOptional

Kommentar bei negativem Abschluß erforderlich

Default: false
activebooleanRead-onlyOptional

active

Responses
chevron-right
200

successful operation

application/json
put
/erp/crm-deals/states/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
delete
/erp/crm-deals/states/{id}

deaktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

application/json
put
/erp/crm-deals/states/{id}/deactivate

aktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

application/json
put
/erp/crm-deals/states/{id}/activate

moves a line to a new position

put
Path parameters
dealStateIdinteger · int64Required
positioninteger · int32Required
Responses
chevron-right
200

OK

application/json
put
/erp/crm-deals/states/{dealStateId}/move/{position}
200

OK

get
Responses
chevron-right
200

OK

application/json
get
/erp/crm-deals/states
200

OK

Create new Resource

post
Body

Status eines CRM-Objekts

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Bezeichnung

descriptionstringOptional

Beschreibung

sortOrderinteger · int32Required

Sortierreihenfolge

startStatebooleanOptional

Handelt es sich um einen Anfang-Status

Default: false
finishStatebooleanOptional

Handelt es sich um einen End-Status

Default: false
readyToBillbooleanOptional

Handelt es sich um einen "Bereit zur Abrechnung"-Status

Default: false
needsCommentOnPositiveFinishbooleanOptional

Kommentar bei positivem Abschluß erforderlich

Default: false
needsCommentOnNegativeFinishbooleanOptional

Kommentar bei negativem Abschluß erforderlich

Default: false
activebooleanRead-onlyOptional

active

Responses
chevron-right
200

successful operation

application/json
post
/erp/crm-deals/states

Last updated

Was this helpful?