Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Since the DMI Plugin always needs an request body for at least the 'Additional Parameters' CPS_NCMP wil have to use PUT or POST to make a any (read or) write request.
  • The actual operation will be determine with 'operation' field in body. If this is not supplied 'read' wil be assumed as the default operation irrespective of the HTTP method used

Operation Mapping


Client →  CPS-NCMPCPS-NCMP →  DMI-PluginDMI-Plugin →  SDNC-C

RESTful MethodRESTful MethodRequestbody.operationRESTful Method
1GETPOST"read"GET
2POSTPOST"create"POST
3PUTPOST"update"PUT
4PATCHPOST"patch"PATCH
5DELETEPOST"delete"DELETE

...