GET Company/GetCompanyValues
Algemene informatie van het bedrijf.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Logic4ResponseOfCompanyValuesName | Description | Type | Additional information |
---|---|---|---|
Value | CompanyValues |
None. |
|
ValidationMessages |
Eventuele foutmeldingen |
Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Value": { "UseMultipleAdministrations": true, "IsMultiChannel": true, "BranchSpecificInventoryAndBuyorderSystem": true }, "ValidationMessages": [ "sample string 1", "sample string 2" ] }
application/xml, text/xml
Sample:
<Logic4ResponseOfCompanyValuesLnN1pw8Y xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webware.Logic4.Classes.ResponseModels"> <ValidationMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </ValidationMessages> <Value xmlns:d2p1="http://schemas.datacontract.org/2004/07/Webware.Logic4.Classes.Models"> <d2p1:BranchSpecificInventoryAndBuyorderSystem>true</d2p1:BranchSpecificInventoryAndBuyorderSystem> <d2p1:IsMultiChannel>true</d2p1:IsMultiChannel> <d2p1:UseMultipleAdministrations>true</d2p1:UseMultipleAdministrations> </Value> </Logic4ResponseOfCompanyValuesLnN1pw8Y>