复杂类型 JSON

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

这些是 Dynamics 365 Business Central 中的各种复杂类型。 可以在使用这些复杂类型的各种方法中查看这些复杂类型的用法。

邮政地址

表示 Dynamics 365 Business Central 中的邮政地址复杂类型。

属性

属性 类型 说明
street string 邮政地址街道。
城市 string 邮政地址城市。
state string 邮政地址状态。
countryLetterCode string 邮政地址国家/地区字母代码 (两个字符的单词)
postalCode string 邮政地址邮政编码
"PostalAddress" 
{ 
"street": "string",
"city": "string", 
"state": "string", 
"countryLetterCode": "string", 
"postalCode": "string" 
}