GET api/Common/getRefrenceData/FieldsConfig/{Id}/{OrganizationId}/{BranchId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
Required |
|
| OrganizationId | integer |
Required |
|
| BranchId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RefrenceData| Name | Description | Type | Additional information |
|---|---|---|---|
| Keys | string |
None. |
|
| Value | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Keys": "sample string 1",
"Value": "sample string 2"
},
{
"Keys": "sample string 1",
"Value": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfRefrenceData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxERP.API.Models.Extensions">
<RefrenceData>
<Keys>sample string 1</Keys>
<Value>sample string 2</Value>
</RefrenceData>
<RefrenceData>
<Keys>sample string 1</Keys>
<Value>sample string 2</Value>
</RefrenceData>
</ArrayOfRefrenceData>