목차

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를 사용하여 파일 업로드

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

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

요청 URL

요청 URL

레코드 삭제 URL의 형식은 다음과 같습니다.
http://<host>:<port>/<context>/<database ID>/<business entity>/<rowID of the root record>?systemName=Admin
소스 시스템의 이름은 URL의 필수 매개 변수입니다.
레코드 삭제 URL에 대한 다음 HTTP DELETE 요청을 만드십시오.
DELETE http://<host>:<port>/<context>/<database ID>/<business entity>/<rowID of the record>?systemName=Admin
다음 URL 형식을 사용하여 루트 레코드의 하위 레코드를 삭제하십시오.
DELETE http://<host>:<port>/<context>/<database ID>/<business entity>/<rowID of the record>/<child base object>/<rowID of the child record>?systemName=Admin