Represents person or company address.
{ "Box": "string", "CareOf": "string", "City": "string", "Country": "string", "Line1": "string", "Line2": "string", "Region": "string", "Type": "string", "ZipCode": "string" }
The Order Service has Entities and Operations concerned with orders created in Norce [Storm].
Represents customer, either a person or a company.
{ "Company": { "AdditionalInfo": [ … ], "Addresses": [ … ], "Code": "string", "DeliveryCodeLimit": true, "DeliveryCodes": [ … ], "Email": "string", "Fax": "string", "IsActive": true, "Name": "string", "PaymentCodeLimit": true, "PaymentCodes": [ … ], "Phone": "string", "PriceListCodes": [ … ], "PriceListLimit": true, "VatNo": "string" }, "Person": { "Address": { … }, "CellPhone": "string", "CompanyCode": "string", "CustomerCode": "string", "Email": "string", "FirstName": "string", "IsActive": true, "JobTitle": "string", "LastName": "string", "PrivatePhone": "string", "SSN": "string", "WorkPhone": "string" } }