POST api/GetCommonConfigurationForCompany
Get a list of configuration for a company based on the mode and company id if company id is null then all companies data will be returned. Example response [ { "UniqueId": "231", "Code": "231", "Description": "23", "Sequence": 1, "CompanyId": 1 }, { "UniqueId": "1111", "Code": "1111", "Description": "ee", "Sequence": 4, "CompanyId": 1 } ] All the response fields are common to all modes apart from sequence which is only returned when the mode is scp
Request Information
Payload
Name | Payload Parameters | Additional information |
---|---|---|
Parameters |
string Mode int Company |
None. |
Response Information
Response body formats
application/json, text/json, text/html
{}
application/xml, text/xml
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />