목차

Search

  1. 서문
  2. 비즈니스 항목 서비스 소개
  3. Enterprise Java Bean 비즈니스 항목 서비스 호출
  4. Representational State Transfer 비즈니스 항목 서비스 호출
  5. Simple Object Access Protocol 비즈니스 항목 서비스 호출
  6. 교차 참조 레코드 및 BVT 계산을 위한 서비스
  7. 기업 연결 서비스 지원
  8. 데이터 정리, 분석 및 변환을 위한 외부 호출
  9. REST API를 사용하여 레코드 추가
  10. REST API를 사용하여 파일 업로드

비즈니스 항목 서비스 가이드

비즈니스 항목 서비스 가이드

샘플 API 요청

샘플 API 요청

다음 샘플 요청은 루트 레코드에 대한 태스크를 생성합니다.
POST http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/task
{ taskType: {name:"UpdateWithApprovalWorkflow"}, taskId: "", owner: "manager", title: "Smoke test task", comments: "Smoke testing", dueDate: "2015-06-15T00:00:00", status: "OPEN", priority: "NORMAL", creator: "admin", createDate: "2015-06-15T00:00:00", updatedBy: "admin", lastUpdateDate: "2015-06-15T00:00:00", businessEntity: "Person", orsId: "localhost-orcl-DS_UI1", processId: "IDDUpdateWithApprovalTask", taskRecord: [{ businessEntity:{ name: "Person", key:{ rowid: "123" } } }] }