목차

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 요청

다음 샘플 요청은 파일 ID
TEMP_SVR1.1VDVS
를 사용하여 파일 콘텐츠를 TEMP 저장소에 업로드합니다.
PUT http://localhost:8080/cmx/file/localhost-orcl-MDM_SAMPLE/TEMP/TEMP_SVR1.1VDVS/content Test attachment content: file 1
다음 샘플 요청은 파일 ID
DB_SVR1.OJU1
를 사용하여 파일 콘텐츠를 DB 저장소에 업로드합니다.
PUT http://localhost:8080/cmx/file/localhost-orcl-MDM_SAMPLE/DB/DB_SVR1.OJU1/content Content-Type: application/octet-stream <file object (upload using REST client)>
다음 샘플 요청은 파일 ID
besMetadata
를 사용하여 리소스 번들 파일 콘텐츠를 BUNDLE 저장소에 업로드합니다.
PUT http://localhost:8080/cmx/file/localhost-orcl-MDM_SAMPLE/BUNDLE/besMetadata/content Content-Type: application/octet-stream Body: binary stream – zip file with besMetadata bundle