POST api/PdcInventory/GetByOrganizationCompanyId

Request Information

URI Parameters

None.

Body Parameters

PdcInventory
NameDescriptionTypeAdditional information
IsApproved

boolean

None.

ApprovedDate

date

None.

CheqDate

date

None.

DocDate

date

None.

EntryDate

date

None.

ModifyDate

date

None.

CheqAmount

decimal number

None.

ActionId

integer

None.

ApprovedUserId

integer

None.

BankId

integer

None.

PdcInventoryHeaderId

integer

None.

BranchId

integer

None.

CheqId

integer

None.

CompanyId

integer

None.

DocNo

integer

None.

DocumentTypeId

integer

None.

EntryUser

integer

None.

GlCreditAcId

integer

None.

GlDebitAcId

integer

None.

GlVoucherRefId

integer

None.

Id

integer

None.

ModifyUser

integer

None.

OrganizationId

integer

None.

ProjectId

integer

None.

BankBranch

string

None.

BranchCode

string

None.

cheqAttachment

string

None.

CheqNo

string

None.

CheqStatus

string

None.

CheqType

string

None.

pdcType

string

None.

Remarks

string

None.

BankName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IsApproved": true,
  "ApprovedDate": "2025-10-29T13:18:06.306932+05:00",
  "CheqDate": "2025-10-29T13:18:06.306932+05:00",
  "DocDate": "2025-10-29T13:18:06.306932+05:00",
  "EntryDate": "2025-10-29T13:18:06.306932+05:00",
  "ModifyDate": "2025-10-29T13:18:06.306932+05:00",
  "CheqAmount": 6.1,
  "ActionId": 7,
  "ApprovedUserId": 8,
  "BankId": 9,
  "PdcInventoryHeaderId": 10,
  "BranchId": 11,
  "CheqId": 12,
  "CompanyId": 13,
  "DocNo": 14,
  "DocumentTypeId": 15,
  "EntryUser": 16,
  "GlCreditAcId": 17,
  "GlDebitAcId": 18,
  "GlVoucherRefId": 19,
  "Id": 20,
  "ModifyUser": 21,
  "OrganizationId": 22,
  "ProjectId": 23,
  "BankBranch": "sample string 24",
  "BranchCode": "sample string 25",
  "cheqAttachment": "sample string 26",
  "CheqNo": "sample string 27",
  "CheqStatus": "sample string 28",
  "CheqType": "sample string 29",
  "pdcType": "sample string 30",
  "Remarks": "sample string 31",
  "BankName": "sample string 32"
}

application/xml, text/xml

Sample:
<PdcInventory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Accounts">
  <ActionId>7</ActionId>
  <ApprovedDate>2025-10-29T13:18:06.306932+05:00</ApprovedDate>
  <ApprovedUserId>8</ApprovedUserId>
  <BankBranch>sample string 24</BankBranch>
  <BankId>9</BankId>
  <BankName>sample string 32</BankName>
  <BranchCode>sample string 25</BranchCode>
  <BranchId>11</BranchId>
  <CheqAmount>6.1</CheqAmount>
  <CheqDate>2025-10-29T13:18:06.306932+05:00</CheqDate>
  <CheqId>12</CheqId>
  <CheqNo>sample string 27</CheqNo>
  <CheqStatus>sample string 28</CheqStatus>
  <CheqType>sample string 29</CheqType>
  <CompanyId>13</CompanyId>
  <DocDate>2025-10-29T13:18:06.306932+05:00</DocDate>
  <DocNo>14</DocNo>
  <DocumentTypeId>15</DocumentTypeId>
  <EntryDate>2025-10-29T13:18:06.306932+05:00</EntryDate>
  <EntryUser>16</EntryUser>
  <GlCreditAcId>17</GlCreditAcId>
  <GlDebitAcId>18</GlDebitAcId>
  <GlVoucherRefId>19</GlVoucherRefId>
  <Id>20</Id>
  <IsApproved>true</IsApproved>
  <ModifyDate>2025-10-29T13:18:06.306932+05:00</ModifyDate>
  <ModifyUser>21</ModifyUser>
  <OrganizationId>22</OrganizationId>
  <PdcInventoryHeaderId>10</PdcInventoryHeaderId>
  <ProjectId>23</ProjectId>
  <Remarks>sample string 31</Remarks>
  <cheqAttachment>sample string 26</cheqAttachment>
  <pdcType>sample string 30</pdcType>
</PdcInventory>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PdcInventory'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.