Vuforia Studio 탐색 > 프로젝트 및 경험 > 템플릿 기반 경험 > IRS 매핑 > POST /id-resolution/mappings
  
POST /id-resolution/mappings
요청 헤더
이름
필수?
Content-Type
application/json
X-Requested-With
허용되는 모든 값
요청 본문
요청 본문은 매핑 JSON 스키마를 준수하고 작성해야 하는 매핑을 정의하는 JSON 객체입니다.
응답 상태 코드
코드
설명
201
매핑이 성공적으로 작성되었습니다.
400
JSON 본문이 없거나, 형식이 잘못되었거나, X-Requested-With 헤더가 누락되었습니다..
401
필수 자격 증명이 누락되었거나 올바르지 않습니다.
403
사용자에게 매핑을 작성할 권한이 없습니다.
409
지정된 키-값 쌍에 대한 매핑이 이미 있습니다.
415
Content-Type 헤더가 누락되었거나 application/json과 같지 않습니다.
500
내부 서버 오류가 발생했습니다.
curl -u user:password -H "Content-Type: application/json" -H "X-Requested-With: XMLHttpRequest“ \
-d '{"key": “urn:vuforia:vumark:2:101","value": “urm:thingworx:thing:M100-101"}’ \
https://es.example.com/ExperienceService/id-resolution/mappings