GET api/Acounting/GetPOData?ItemId={ItemId}&POId={POId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ItemId
No documentation available.

Define this parameter in the request URI.

POId
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "MasterId": 1,
  "ItemId": 2,
  "POUnitConvertionId": 1,
  "PONumberOfUnitC": 1.0,
  "POUnitConvertionName": "sample string 3",
  "Quantity": 4.0,
  "Price": 1.0,
  "TotalValue": 1.0,
  "ValidPeriod": 1,
  "ProductionYear": 1,
  "InvoiceId": 1,
  "PurchasingOrderCompleted": "sample string 5",
  "POItemName": "sample string 6",
  "POItemCode": "sample string 7",
  "UnitConvertionQuantity": 1.0,
  "ItemUnit": "sample string 8",
  "TaxRate": 9.0,
  "TaxValue": 10.0,
  "WithRate": 11.0,
  "WithValue": 12.0,
  "DisRate": 13.0,
  "DisValue": 14.0,
  "TaxTypeId": 1,
  "InvTaxTypeName": "sample string 15",
  "CreatedEmpId": 1,
  "CreatedDate": "2025-03-14T08:47:49.6750569+02:00",
  "UpdatedEmpId": 1,
  "UpdatedDate": "2025-03-14T08:47:49.6750569+02:00",
  "DeletedEmpId": 1,
  "DeletedDate": "2025-03-14T08:47:49.6750569+02:00",
  "IsDeleted": true,
  "Id": 17
}

application/xml, text/xml

Sample:
<Stock_PurchaseOrderDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model">
  <Id>17</Id>
  <CreatedDate>2025-03-14T08:47:49.6750569+02:00</CreatedDate>
  <CreatedEmpId>1</CreatedEmpId>
  <DeletedDate>2025-03-14T08:47:49.6750569+02:00</DeletedDate>
  <DeletedEmpId>1</DeletedEmpId>
  <IsDeleted>true</IsDeleted>
  <UpdatedDate>2025-03-14T08:47:49.6750569+02:00</UpdatedDate>
  <UpdatedEmpId>1</UpdatedEmpId>
  <DisRate>13</DisRate>
  <DisValue>14</DisValue>
  <InvTaxTypeName>sample string 15</InvTaxTypeName>
  <InvoiceId>1</InvoiceId>
  <ItemId>2</ItemId>
  <ItemUnit>sample string 8</ItemUnit>
  <MasterId>1</MasterId>
  <POItemCode>sample string 7</POItemCode>
  <POItemName>sample string 6</POItemName>
  <PONumberOfUnitC>1</PONumberOfUnitC>
  <POUnitConvertionId>1</POUnitConvertionId>
  <POUnitConvertionName>sample string 3</POUnitConvertionName>
  <Price>1</Price>
  <ProductionYear>1</ProductionYear>
  <PurchasingOrderCompleted>sample string 5</PurchasingOrderCompleted>
  <Quantity>4</Quantity>
  <TaxRate>9</TaxRate>
  <TaxTypeId>1</TaxTypeId>
  <TaxValue>10</TaxValue>
  <TotalValue>1</TotalValue>
  <UnitConvertionQuantity>1</UnitConvertionQuantity>
  <ValidPeriod>1</ValidPeriod>
  <WithRate>11</WithRate>
  <WithValue>12</WithValue>
</Stock_PurchaseOrderDetails>