Hi All, may I pick your brains for a moment those who have actually played around with SBA.
SBA is a great feature, it's shame there isn't enough documentation. Which is really a headache.
The below request, returns all vendors in summary with limited fields. Is it possible to get all vendors with all fields instead of summary?
https://172.0.0.1/GPService/Tenants(DefaultTenant)/Companies(Fabrikam,%20Inc.)/Purchasing/Vendors.xml
The below call returns a single vendor with all fields. I would like for the above service call to return all vendors with all fields like the below service call.
https://172.0.0.1/GPService/Tenants(DefaultTenant)/Companies(Fabrikam,%20Inc.)/Purchasing/Vendors(vendorid).xml
I want to return only vendors that were modified on specific date instead of the default (vendorid) parameter:
https://172.0.0.1/GPService/Tenants(DefaultTenant)/Companies(Fabrikam,%20Inc.)/Purchasing/Vendors.xml?ModifiedDate=2016-05-31
The above Standard parameter web service call does seem to work as the XML still returns everything.
Any ideas?