Microsoft Dynamics NAV · Schema
VendorUpdate
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision
Properties
| Name | Type | Description |
|---|---|---|
| displayName | string | |
| addressLine1 | string | |
| addressLine2 | string | |
| city | string | |
| state | string | |
| country | string | |
| postalCode | string | |
| phoneNumber | string | |
| string | ||
| website | string | |
| taxLiable | boolean | |
| blocked | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "VendorUpdate",
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"addressLine1": {
"type": "string"
},
"addressLine2": {
"type": "string"
},
"city": {
"type": "string"
},
"state": {
"type": "string"
},
"country": {
"type": "string"
},
"postalCode": {
"type": "string"
},
"phoneNumber": {
"type": "string"
},
"email": {
"type": "string"
},
"website": {
"type": "string"
},
"taxLiable": {
"type": "boolean"
},
"blocked": {
"type": "string"
}
}
}