Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api 스키마 ContactInfo 문제 #196

Closed
Unknown123465 opened this issue Feb 1, 2024 · 2 comments
Closed

api 스키마 ContactInfo 문제 #196

Unknown123465 opened this issue Feb 1, 2024 · 2 comments

Comments

@Unknown123465
Copy link

ContactInfo 개요 보면
발신자, 수신자 또는 추적 이벤트의 연락처 정보를 나타낸다고 하는데
이게 발신잔지, 수신잔지 알 수가 없어서 api내에서 알아낼 수 있는 방법이 있을까요?

예전 api는 발신자, 수신자로 나뉘어졌는데 지금은 하나로 통합된거 같아서 다시 분리할 수 있을까요?

@shlee322
Copy link
Owner

shlee322 commented Feb 1, 2024

안녕하세요.

ContactInfo는 field name이 아닌 type 으로 연락처 정보를 담고 있는 type 입니다.
예로, TrackInfo.sender: ContactInfo를 통해 발신자를 알 수 있으며, TrackInfo.recipient: ContactInfo를 통해 수신자를 알 수 있습니다.

https://tracker.delivery/docs/api-schema/objects/track-info
를 참고하여 주시기 바랍니다.

감사합니다.

@shlee322 shlee322 closed this as completed Feb 1, 2024
@Unknown123465
Copy link
Author

답변해주셔서 감사합니다 덕분에 해결되었습니다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants