简体   繁体   English

如何在 Twinfield 中找到公司 GUID?

[英]How to find company GUID in twinfield?

<soap:Header>
<Header xmlns="http://www.twinfield.com/">
  <SessionID>string</SessionID>
  <AccessToken>string</AccessToken>
  <CompanyCode>string</CompanyCode>
  <CompanyId>guid</CompanyId>
</Header>
</soap:Header>

The twinfield header soap call requires CompanyId guid which is a 32 character string separated by 4 dashes(-). twinfield header soap 调用需要 CompanyId guid,它是由 4 个破折号 (-) 分隔的 32 个字符的字符串。 How to find the guid?如何找到向导?

The url you have to use is this: https://login.twinfield.com/auth/authentication/connect/accesstokenvalidation?token={{Accescode}}您必须使用的 url 是这样的: https://login.twinfield.com/auth/authentication/connect/accesstokenvalidation?token={{Accescode}}

Assuming you know the access code, this will give you the results, including the organisationId.假设您知道访问代码,这将为您提供结果,包括组织 ID。 This seems what you will need.这似乎是您需要的。

If you need you can find the how to make the accesscode here如果您需要,您可以在此处找到如何制作访问码

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM