POST FinancialDimensions/Lookup_Update

Request Information

URI Parameters

None.

Body Parameters

LKP_Lookup
NameDescriptionTypeAdditional information
Id

integer

None.

LookupCategoryId

integer

None.

PrimaryName

string

None.

SecondaryName

string

None.

Code

string

None.

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

IsDeleted

boolean

None.

Name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LookupCategoryId": 2,
  "PrimaryName": "sample string 3",
  "SecondaryName": "sample string 4",
  "Code": "sample string 5",
  "CreatedBy": 1,
  "CreatedDate": "2025-10-29T05:45:23.2817962+03:00",
  "UpdatedBy": 1,
  "UpdatedDate": "2025-10-29T05:45:23.2817962+03:00",
  "IsDeleted": true,
  "Name": "sample string 7"
}

application/xml, text/xml

Sample:
<LKP_Lookup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO">
  <Code>sample string 5</Code>
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2025-10-29T05:45:23.2817962+03:00</CreatedDate>
  <Id>1</Id>
  <IsDeleted>true</IsDeleted>
  <LookupCategoryId>2</LookupCategoryId>
  <Name>sample string 7</Name>
  <PrimaryName>sample string 3</PrimaryName>
  <SecondaryName>sample string 4</SecondaryName>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2025-10-29T05:45:23.2817962+03:00</UpdatedDate>
</LKP_Lookup>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
ErrorCode

integer

None.

ErrorMessage

string

None.

IsScusses

boolean

None.

ResponseDetails

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ErrorCode": 1,
  "ErrorMessage": "sample string 2",
  "IsScusses": true,
  "ResponseDetails": {}
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accounting.API.Models">
  <ErrorCode>1</ErrorCode>
  <ErrorMessage>sample string 2</ErrorMessage>
  <IsScusses>true</IsScusses>
  <ResponseDetails />
</Response>