Typen von Aufgaben

CRM Aufgaben: Verwaltung von Typen

moves a line to a new position

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

OK

application/json
put
/erp/crm-tasks/types/{taskSubTypeId}/move/{position}
200

OK

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
get
/erp/crm-tasks/types/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body

Spezialisierter Typ einer CRM-Objekt-Implementierung

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Bezeichnung

descriptionstringOptional

Beschreibung

sortOrderinteger · int32Required

Sortierreihenfolge

activebooleanRead-onlyOptional

aktiv

Responses
chevron-right
200

successful operation

application/json
put
/erp/crm-tasks/types/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
delete
/erp/crm-tasks/types/{id}

deaktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

application/json
put
/erp/crm-tasks/types/{id}/deactivate

aktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

application/json
put
/erp/crm-tasks/types/{id}/activate
get
Responses
chevron-right
200

OK

application/json
get
/erp/crm-tasks/types
200

OK

Create new Resource

post
Body

Spezialisierter Typ einer CRM-Objekt-Implementierung

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Bezeichnung

descriptionstringOptional

Beschreibung

sortOrderinteger · int32Required

Sortierreihenfolge

activebooleanRead-onlyOptional

aktiv

Responses
chevron-right
200

successful operation

application/json
post
/erp/crm-tasks/types

Last updated

Was this helpful?