GET api/PostHeader/GetInvDetailByGRNNO?GRNNo={GRNNo}&BranchCode={BranchCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
GRNNo | string |
Required |
|
BranchCode | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of P_PostHeaderLineTaxViewName | Description | Type | Additional information |
---|---|---|---|
GRNNo | string |
None. |
|
POId | string |
None. |
|
PoLineNumber | integer |
None. |
|
ItemCode | string |
None. |
|
SupplierLedgerCode | string |
None. |
|
SupplierCode | string |
None. |
|
SupplierName | string |
None. |
|
ATaxCode | string |
None. |
|
AssValue | decimal number |
None. |
|
DiscAmt | decimal number |
None. |
|
TaxAmount | decimal number |
None. |
|
DiscPer | decimal number |
None. |
|
Rate | decimal number |
None. |
|
Qty | decimal number |
None. |
|
TaxAmt | Collection of CalculateTaxView |
None. |
|
PODate | date |
None. |
|
FreightAmount | decimal number |
None. |
|
MiscCharge | decimal number |
None. |
|
PaymentTermId | integer |
None. |
|
ItemName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ItemName": "sample string 1", "GRNNo": "sample string 1", "POId": "sample string 2", "PoLineNumber": 3, "ItemCode": "sample string 4", "SupplierLedgerCode": "sample string 5", "SupplierCode": "sample string 6", "SupplierName": "sample string 7", "ATaxCode": "sample string 8", "AssValue": 1.0, "DiscAmt": 1.0, "TaxAmount": 1.0, "DiscPer": 1.0, "Rate": 1.0, "Qty": 1.0, "TaxAmt": [ { "ItemCode": "sample string 1", "TaxCode": "sample string 2", "TaxRate": 3.0, "TaxAmount": 4.0, "TaxLine": 5, "ItemLineNo": 6, "ATaxCode": "sample string 7" }, { "ItemCode": "sample string 1", "TaxCode": "sample string 2", "TaxRate": 3.0, "TaxAmount": 4.0, "TaxLine": 5, "ItemLineNo": 6, "ATaxCode": "sample string 7" } ], "PODate": "2025-03-28T19:46:30.3541958+00:00", "FreightAmount": 1.0, "MiscCharge": 1.0, "PaymentTermId": 1 }, { "ItemName": "sample string 1", "GRNNo": "sample string 1", "POId": "sample string 2", "PoLineNumber": 3, "ItemCode": "sample string 4", "SupplierLedgerCode": "sample string 5", "SupplierCode": "sample string 6", "SupplierName": "sample string 7", "ATaxCode": "sample string 8", "AssValue": 1.0, "DiscAmt": 1.0, "TaxAmount": 1.0, "DiscPer": 1.0, "Rate": 1.0, "Qty": 1.0, "TaxAmt": [ { "ItemCode": "sample string 1", "TaxCode": "sample string 2", "TaxRate": 3.0, "TaxAmount": 4.0, "TaxLine": 5, "ItemLineNo": 6, "ATaxCode": "sample string 7" }, { "ItemCode": "sample string 1", "TaxCode": "sample string 2", "TaxRate": 3.0, "TaxAmount": 4.0, "TaxLine": 5, "ItemLineNo": 6, "ATaxCode": "sample string 7" } ], "PODate": "2025-03-28T19:46:30.3541958+00:00", "FreightAmount": 1.0, "MiscCharge": 1.0, "PaymentTermId": 1 } ]
application/xml
Sample:
text/xml
Sample: