Oracle E-Business Suite · Example Payload

Oracle E Business Suite Getwipoperations Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Oracle E Business Suite Getwipoperations 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

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getWipOperations",
  "method": "GET",
  "path": "/wip/operations",
  "summary": "Retrieve Wip Operations",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getwipoperations200Example",
      "example": {
        "items": [
          {
            "wipEntityId": "500123",
            "operationSeqNum": 10,
            "organizationId": "500123",
            "departmentId": "500123",
            "departmentCode": "example_value",
            "operationDescription": "example_value",
            "scheduledQuantity": 42.5,
            "quantityInQueue": 42.5,
            "quantityRunning": 42.5,
            "quantityCompleted": 42.5,
            "quantityScrapped": 42.5,
            "firstUnitStartDate": "2026-01-15T10:30:00Z",
            "lastUnitCompletionDate": "2026-01-15T10:30:00Z",
            "countPointType": 10,
            "backflushFlag": 10
          }
        ],
        "totalCount": 10,
        "hasMore": true
      }
    }
  ]
}