UserDescription

the UserDescription API

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
get
/erp/user-details/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

customUserDetailFieldsobjectOptional

Search-Dialog

parameterstringRequired

parameter

fieldsstringOptional
Responses
chevron-right
200

successful operation

application/json
put
/erp/user-details/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
delete
/erp/user-details/{id}

Create new Resource

post
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

customUserDetailFieldsobjectOptional

Search-Dialog

parameterstringRequired

parameter

fieldsstringOptional
Responses
chevron-right
200

successful operation

application/json
post
/erp/user-details
get
Path parameters
idinteger · int64Required

user id

Responses
chevron-right
200

OK

application/json
get
/erp/user-details/user-id/{id}
200

OK

Last updated

Was this helpful?