POST FinancialDimensions/LookupCategory_Insert
Request Information
URI Parameters
None.
Body Parameters
LKP_LookupCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PrimaryName | string |
None. |
|
| SecondaryName | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| IsDeleted | boolean |
None. |
|
| CanAddCanEdit | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"PrimaryName": "sample string 2",
"SecondaryName": "sample string 3",
"CreatedBy": 1,
"CreatedDate": "2025-10-29T05:43:17.6248751+03:00",
"UpdatedBy": 1,
"UpdatedDate": "2025-10-29T05:43:17.6248751+03:00",
"IsDeleted": true,
"CanAddCanEdit": true
}
application/xml, text/xml
Sample:
<LKP_LookupCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO"> <CanAddCanEdit>true</CanAddCanEdit> <CreatedBy>1</CreatedBy> <CreatedDate>2025-10-29T05:43:17.6248751+03:00</CreatedDate> <Id>1</Id> <IsDeleted>true</IsDeleted> <PrimaryName>sample string 2</PrimaryName> <SecondaryName>sample string 3</SecondaryName> <UpdatedBy>1</UpdatedBy> <UpdatedDate>2025-10-29T05:43:17.6248751+03:00</UpdatedDate> </LKP_LookupCategory>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response| Name | Description | Type | Additional 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>