POST services/api/tools/v1/Save_GLCodeMapping

Request Information

URI Parameters

None.

Body Parameters

Collection of GLCodeMapping
NameDescriptionTypeAdditional information
Id

integer

None.

PaymentMode

string

None.

LedgerCode

string

None.

Description

string

None.

LocId

integer

None.

Request Formats

application/json, text/json

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of 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
  },
  {
    "Id": 1,
    "PaymentMode": "sample string 2",
    "LedgerCode": "sample string 3",
    "Description": "sample string 4",
    "LocId": 5
  }
]