POST services/api/v1/Post_Ledgers

Request Information

URI Parameters

None.

Body Parameters

Post_Ledgers_Model
NameDescriptionTypeAdditional information
data

Collection of LedgerCreation_Master

None.

Type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "data": [
    {
      "Id": 1,
      "Check": true,
      "Code": "sample string 3",
      "Name": "sample string 4",
      "ContactNo": "sample string 5",
      "Designation": "sample string 6",
      "Address": "sample string 7",
      "Date": "2026-09-09T15:13:09.742124+04:00",
      "UserId": 9
    },
    {
      "Id": 1,
      "Check": true,
      "Code": "sample string 3",
      "Name": "sample string 4",
      "ContactNo": "sample string 5",
      "Designation": "sample string 6",
      "Address": "sample string 7",
      "Date": "2026-09-09T15:13:09.742124+04:00",
      "UserId": 9
    }
  ],
  "Type": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Post_Ledgers_Model
NameDescriptionTypeAdditional information
data

Collection of LedgerCreation_Master

None.

Type

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "data": [
    {
      "Id": 1,
      "Check": true,
      "Code": "sample string 3",
      "Name": "sample string 4",
      "ContactNo": "sample string 5",
      "Designation": "sample string 6",
      "Address": "sample string 7",
      "Date": "2026-09-09T15:13:09.742124+04:00",
      "UserId": 9
    },
    {
      "Id": 1,
      "Check": true,
      "Code": "sample string 3",
      "Name": "sample string 4",
      "ContactNo": "sample string 5",
      "Designation": "sample string 6",
      "Address": "sample string 7",
      "Date": "2026-09-09T15:13:09.742124+04:00",
      "UserId": 9
    }
  ],
  "Type": 1
}