For the complete documentation index, see llms.txt. This page is also available as Markdown.

Prioritäten Zu Deals

CRM Deals: Prioritätsverwaltung

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

application/json

Priorität eines CRM-Objekts

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringOptional

Bezeichnung

crmPriorityTypestring · enumRequired

Priorität

Possible values:
sortOrderinteger · int32Required

Sortierreihenfolge

get/erp/crm-deals/priorities/{id}
GET /api/erp/crm-deals/priorities/{id} HTTP/1.1
Host: 10.102.24.197:32795
Accept: */*
{
  "version": "text",
  "info": {
    "createdAt": "2026-01-01T00:00:00.000Z",
    "createdFrom": "text",
    "updatedAt": "2026-01-01T00:00:00.000Z",
    "updatedFrom": "text"
  },
  "id": "text",
  "label": "text",
  "crmPriorityType": "CRITICAL",
  "sortOrder": 1,
  "portalEnumRef": {
    "id": "text",
    "label": "text",
    "description": "text"
  }
}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body

Priorität eines CRM-Objekts

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringOptional

Bezeichnung

crmPriorityTypestring · enumRequired

Priorität

Possible values:
sortOrderinteger · int32Required

Sortierreihenfolge

Responses
200

successful operation

application/json

Priorität eines CRM-Objekts

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringOptional

Bezeichnung

crmPriorityTypestring · enumRequired

Priorität

Possible values:
sortOrderinteger · int32Required

Sortierreihenfolge

put/erp/crm-deals/priorities/{id}
PUT /api/erp/crm-deals/priorities/{id} HTTP/1.1
Host: 10.102.24.197:32795
Content-Type: application/json
Accept: */*
Content-Length: 143

{
  "version": "text",
  "info": {},
  "id": "text",
  "label": "text",
  "crmPriorityType": "CRITICAL",
  "sortOrder": 1,
  "portalEnumRef": {
    "id": "text",
    "label": "text"
  }
}
{
  "version": "text",
  "info": {
    "createdAt": "2026-01-01T00:00:00.000Z",
    "createdFrom": "text",
    "updatedAt": "2026-01-01T00:00:00.000Z",
    "updatedFrom": "text"
  },
  "id": "text",
  "label": "text",
  "crmPriorityType": "CRITICAL",
  "sortOrder": 1,
  "portalEnumRef": {
    "id": "text",
    "label": "text",
    "description": "text"
  }
}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

application/json
contextstringOptional

message context

messageValuestringOptional

message

delete/erp/crm-deals/priorities/{id}
DELETE /api/erp/crm-deals/priorities/{id} HTTP/1.1
Host: 10.102.24.197:32795
Accept: */*
{
  "context": "text",
  "messageValue": "text"
}

moves a line to a new position

put
Path parameters
crmDealPriorityIdinteger · int64Required
positioninteger · int32Required
Responses
200

OK

application/json

Priorität eines CRM-Objekts

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringOptional

Bezeichnung

crmPriorityTypestring · enumRequired

Priorität

Possible values:
sortOrderinteger · int32Required

Sortierreihenfolge

put/erp/crm-deals/priorities/{crmDealPriorityId}/move/{position}
PUT /api/erp/crm-deals/priorities/{crmDealPriorityId}/move/{position} HTTP/1.1
Host: 10.102.24.197:32795
Accept: */*
200

OK

{
  "version": "text",
  "info": {
    "createdAt": "2026-01-01T00:00:00.000Z",
    "createdFrom": "text",
    "updatedAt": "2026-01-01T00:00:00.000Z",
    "updatedFrom": "text"
  },
  "id": "text",
  "label": "text",
  "crmPriorityType": "CRITICAL",
  "sortOrder": 1,
  "portalEnumRef": {
    "id": "text",
    "label": "text",
    "description": "text"
  }
}
get
Responses
200

OK

application/json

Priorität eines CRM-Objekts

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringOptional

Bezeichnung

crmPriorityTypestring · enumRequired

Priorität

Possible values:
sortOrderinteger · int32Required

Sortierreihenfolge

get/erp/crm-deals/priorities
GET /api/erp/crm-deals/priorities HTTP/1.1
Host: 10.102.24.197:32795
Accept: */*
200

OK

[]

Create new Resource

post
Body

Priorität eines CRM-Objekts

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringOptional

Bezeichnung

crmPriorityTypestring · enumRequired

Priorität

Possible values:
sortOrderinteger · int32Required

Sortierreihenfolge

Responses
200

successful operation

application/json

Priorität eines CRM-Objekts

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringOptional

Bezeichnung

crmPriorityTypestring · enumRequired

Priorität

Possible values:
sortOrderinteger · int32Required

Sortierreihenfolge

post/erp/crm-deals/priorities
POST /api/erp/crm-deals/priorities HTTP/1.1
Host: 10.102.24.197:32795
Content-Type: application/json
Accept: */*
Content-Length: 143

{
  "version": "text",
  "info": {},
  "id": "text",
  "label": "text",
  "crmPriorityType": "CRITICAL",
  "sortOrder": 1,
  "portalEnumRef": {
    "id": "text",
    "label": "text"
  }
}
{
  "version": "text",
  "info": {
    "createdAt": "2026-01-01T00:00:00.000Z",
    "createdFrom": "text",
    "updatedAt": "2026-01-01T00:00:00.000Z",
    "updatedFrom": "text"
  },
  "id": "text",
  "label": "text",
  "crmPriorityType": "CRITICAL",
  "sortOrder": 1,
  "portalEnumRef": {
    "id": "text",
    "label": "text",
    "description": "text"
  }
}

Last updated

Was this helpful?