POST services/api/tools/v1/Get_GLCodeMappingById

Request Information

URI Parameters

None.

Body Parameters

Id
NameDescriptionTypeAdditional information
Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GLCodeMapping
NameDescriptionTypeAdditional information
Id

integer

None.

PaymentMode

string

None.

LedgerCode

string

None.

Description

string

None.

LocId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PaymentMode": "sample string 2",
  "LedgerCode": "sample string 3",
  "Description": "sample string 4",
  "LocId": 5
}