GET api/{database}/AccountCategoryNVL/{categoryId}?canBeLinkedToAccount={canBeLinkedToAccount}

No Documentation Found.



Request Information

Parameters

NameDescriptionAdditional information
categoryId No Documentation Found.

Define this parameter in the request URI.

canBeLinkedToAccount No Documentation Found.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "name": "sample string 1",
    "value": "sample string 2"
  },
  {
    "name": "sample string 1",
    "value": "sample string 2"
  },
  {
    "name": "sample string 1",
    "value": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfNameValuePair xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi">
  <NameValuePair>
    <Name>sample string 1</Name>
    <Value>sample string 2</Value>
  </NameValuePair>
  <NameValuePair>
    <Name>sample string 1</Name>
    <Value>sample string 2</Value>
  </NameValuePair>
  <NameValuePair>
    <Name>sample string 1</Name>
    <Value>sample string 2</Value>
  </NameValuePair>
</ArrayOfNameValuePair>