Home
Oracle E-Business Suite
Oracle E Business Suite Initialize Example
Oracle E Business Suite Initialize Example
Business Applications E-Business Suite Enterprise ERP Oracle
Oracle E Business Suite Initialize Example is an example object payload from Oracle E-Business Suite, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationId method path summary requestExamples responseExamples
Example Payload
{
"operationId": "initialize",
"method": "POST",
"path": "/initialize",
"summary": "Initialize Application Context",
"requestExamples": [
{
"contentType": "application/json",
"name": "InitializeRequestExample",
"example": {
"data": {
"resp": {
"id": "abc123",
"applId": "500123",
"key": "example_value",
"applKey": "example_value"
},
"securityGroup": {
"id": "abc123",
"key": "example_value"
},
"org": {
"id": "abc123",
"key": "example_value"
}
}
}
},
{
"contentType": "application/xml",
"name": "InitializeRequestExample",
"example": {
"data": {
"resp": {
"id": "abc123",
"applId": "500123",
"key": "example_value",
"applKey": "example_value"
},
"securityGroup": {
"id": "abc123",
"key": "example_value"
},
"org": {
"id": "abc123",
"key": "example_value"
}
}
}
}
],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "Initialize200Example",
"example": {
"response": {
"data": "example_value"
}
}
},
{
"status": "200",
"contentType": "application/xml",
"name": "Initialize200Example",
"example": {
"response": {
"data": "example_value"
}
}
},
{
"status": "400",
"contentType": "application/json",
"name": "Initialize400Example",
"example": {
"error": {
"code": "example_value",
"message": "example_value",
"detail": "example_value"
}
}
},
{
"status": "401",
"contentType": "application/json",
"name": "Initialize401Example",
"example": {
"error": {
"code": "example_value",
"message": "example_value",
"detail": "example_value"
}
}
}
]
}