Naming Conventions Created by Integration Metadata
This section highlights the naming conventions that the PeopleSoft system uses when it creates REST services and services-related data based on component interfaces.
When it creates a web service from a component interface, the PeopleSoft system adds a CIRT_ prefix to the component interface name. So if the component interface name is MYCI, the service name the system creates is CIRT_MYCI.
The following table highlights naming conventions the PeopleSoft systems applies to other service data based on the method with which you are working:
| Component Interface Method | Service Operation Name | Message Name | Component Interface Handler | Request Message Shape | Response Message Shape |
|---|---|---|---|---|---|
|
Create |
CIRT_<CI Name>_C_POST |
Mxxxxxx |
ONREQUESTHDLR |
CI Buffer structure |
Object Key |
|
Get |
CIRT_<CI Name>_G_GET |
Mxxxxxx |
ONREQUESTHDLR |
Get Keys |
CI Buffer |
|
Find |
CIRT_<CI Name>_F_GET |
Mxxxxxx |
ONREQUESTHDLR |
Find Keys |
Find Key Collection |
|
Update |
CIRT_<CI Name>_U_PUT |
Mxxxxxx |
ONREQUESTHDLR |
CI Buffer structure |
Notification, error details |
|
Update Data |
CIRT_<CI Name>_UD_PUT |
Mxxxxxx |
ONREQUESTHDLR |
CI Buffer structure |
Notification, error details |
Note:
The maximum number of characters for a service operation name is 30.