POST services/api/v1/Save_InvPosting

Request Information

URI Parameters

None.

Body Parameters

Collection of PurchasePosting_Master
NameDescriptionTypeAdditional information
Checks

boolean

None.

Pmode

integer

None.

LedgerId

integer

None.

Id

integer

None.

VoucherNo

string

None.

PartyName

string

None.

VoucherType

string

None.

InvoiceDate

date

None.

Total

decimal number

None.

Tax

decimal number

None.

f

integer

None.

Type

string

None.

LocId

integer

None.

Location

string

None.

BranchId

integer

None.

CashAc

integer

None.

VatAcc

integer

None.

CompanyId

integer

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Checks": true,
    "Pmode": 2,
    "LedgerId": 3,
    "Id": 4,
    "VoucherNo": "sample string 5",
    "PartyName": "sample string 6",
    "VoucherType": "sample string 7",
    "InvoiceDate": "2026-09-09T15:06:13.4071331+04:00",
    "Total": 9.0,
    "Tax": 10.0,
    "f": 11,
    "Type": "sample string 12",
    "LocId": 13,
    "Location": "sample string 14",
    "BranchId": 15,
    "CashAc": 16,
    "VatAcc": 17,
    "CompanyId": 18,
    "UserId": 19
  },
  {
    "Checks": true,
    "Pmode": 2,
    "LedgerId": 3,
    "Id": 4,
    "VoucherNo": "sample string 5",
    "PartyName": "sample string 6",
    "VoucherType": "sample string 7",
    "InvoiceDate": "2026-09-09T15:06:13.4071331+04:00",
    "Total": 9.0,
    "Tax": 10.0,
    "f": 11,
    "Type": "sample string 12",
    "LocId": 13,
    "Location": "sample string 14",
    "BranchId": 15,
    "CashAc": 16,
    "VatAcc": 17,
    "CompanyId": 18,
    "UserId": 19
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of PurchasePosting_Master
NameDescriptionTypeAdditional information
Checks

boolean

None.

Pmode

integer

None.

LedgerId

integer

None.

Id

integer

None.

VoucherNo

string

None.

PartyName

string

None.

VoucherType

string

None.

InvoiceDate

date

None.

Total

decimal number

None.

Tax

decimal number

None.

f

integer

None.

Type

string

None.

LocId

integer

None.

Location

string

None.

BranchId

integer

None.

CashAc

integer

None.

VatAcc

integer

None.

CompanyId

integer

None.

UserId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Checks": true,
    "Pmode": 2,
    "LedgerId": 3,
    "Id": 4,
    "VoucherNo": "sample string 5",
    "PartyName": "sample string 6",
    "VoucherType": "sample string 7",
    "InvoiceDate": "2026-09-09T15:06:13.4227492+04:00",
    "Total": 9.0,
    "Tax": 10.0,
    "f": 11,
    "Type": "sample string 12",
    "LocId": 13,
    "Location": "sample string 14",
    "BranchId": 15,
    "CashAc": 16,
    "VatAcc": 17,
    "CompanyId": 18,
    "UserId": 19
  },
  {
    "Checks": true,
    "Pmode": 2,
    "LedgerId": 3,
    "Id": 4,
    "VoucherNo": "sample string 5",
    "PartyName": "sample string 6",
    "VoucherType": "sample string 7",
    "InvoiceDate": "2026-09-09T15:06:13.4227492+04:00",
    "Total": 9.0,
    "Tax": 10.0,
    "f": 11,
    "Type": "sample string 12",
    "LocId": 13,
    "Location": "sample string 14",
    "BranchId": 15,
    "CashAc": 16,
    "VatAcc": 17,
    "CompanyId": 18,
    "UserId": 19
  }
]