Themen zu Deals

CRM Deals: Themen

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/topics/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body

Thema von CRM-Deals

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Bezeichnung

descriptionstringOptional

Beschreibung

sortOrderinteger · int32Optional

Sortierreihenfolge

activebooleanRead-onlyOptional

aktiv

Responses
chevron-right
200

successful operation

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

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

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

deaktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

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

aktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

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

moves a line to a new position

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

OK

application/json
put
/erp/crm-deals/topics/{dealTopicId}/move/{position}
200

OK

Create new Resource

post
Body

Thema von CRM-Deals

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Bezeichnung

descriptionstringOptional

Beschreibung

sortOrderinteger · int32Optional

Sortierreihenfolge

activebooleanRead-onlyOptional

aktiv

Responses
chevron-right
200

successful operation

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

Last updated

Was this helpful?