https://norcecommerce.api-se.norce.tech/commerce/query/3.0/
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Customers/Customers
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Customers/Customers \
-H 'ApplicationId: 0'A queryable collection of customers.
Indicates whether the billing address is used as the shipping address.
The old customer number, used for historical reference.
The replacement customer identifier, used for historical reference.
The normalized social security number.
The application identifier, used when customers and companies are application specific.
[ { "id": 0, "key": "string", "clientId": 0, "customerCodePrefix": "string", "customerCode": "string", "typeId": 0, "emailAddress": "string", "socialSecurityNumber": "string", "title": "string", "firstName": "string", "middleName": "string", "lastName": "string", "suffix": "string", "phoneNumber": "string", "cellPhoneNumber": "string", "referId": 0, "referUrl": "string", "useBillingAddressAsShippingAddress": true, "oldCustomerNoPrefix": "string", "oldCustomerNo": "string", "replacementCustomerId": 0, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "lastOrderDate": "2019-08-24T14:15:22Z", "normalizedSocialSecurityNumber": "string", "applicationId": 0, "isForgotten": true, "forgottenBy": 0, "forgottenDate": "2019-08-24T14:15:22Z", "stoppedDate": "2019-08-24T14:15:22Z", "stoppedBy": 0, "crmId": "string", "account": [ … ], "addresses": [ … ], "companies": [ … ], "flags": [ … ], "infos": [ … ], "orders": [ … ] } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Customers/Customers({id})
curl -i -X GET \
'https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Customers/Customers({id})' \
-H 'ApplicationId: 0'{ "queryable": [ { … } ] }
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Customers/Companies
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Customers/Companies \
-H 'ApplicationId: 0'[ { "id": 0, "key": "string", "clientId": 0, "companyCodePrefix": "string", "companyCode": "string", "typeId": 0, "logoPath": "string", "organizationNo": "string", "name": "string", "emailAddress": "string", "phoneNumber": "string", "faxNumber": "string", "parentCompanyId": 0, "referId": 0, "referUrl": "string", "useBillingAddressAsShippingAddress": true, "oldCompanyCodePrefix": "string", "oldCompanyCode": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "logoKey": "string", "normalizedOrganizationNo": "string", "applicationId": 0, "vatNo": "string", "addresses": [ … ], "deliveryMethods": [ … ], "discounts": [ … ], "flags": [ … ], "infos": [ … ], "paymentMethods": [ … ], "priceLists": [ … ], "customers": [ … ], "inverseParentCompany": [ … ], "parentCompany": {} } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Customers/Companies({id})
curl -i -X GET \
'https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Customers/Companies({id})' \
-H 'ApplicationId: 0'{ "queryable": [ { … } ] }
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Customers/Customers({customerId})/Companies
curl -i -X GET \
'https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Customers/Customers({customerId})/Companies' \
-H 'ApplicationId: 0'[ { "id": 0, "key": "string", "clientId": 0, "companyCodePrefix": "string", "companyCode": "string", "typeId": 0, "logoPath": "string", "organizationNo": "string", "name": "string", "emailAddress": "string", "phoneNumber": "string", "faxNumber": "string", "parentCompanyId": 0, "referId": 0, "referUrl": "string", "useBillingAddressAsShippingAddress": true, "oldCompanyCodePrefix": "string", "oldCompanyCode": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "logoKey": "string", "normalizedOrganizationNo": "string", "applicationId": 0, "vatNo": "string", "addresses": [ … ], "deliveryMethods": [ … ], "discounts": [ … ], "flags": [ … ], "infos": [ … ], "paymentMethods": [ … ], "priceLists": [ … ], "customers": [ … ], "inverseParentCompany": [ … ], "parentCompany": {} } ]