POST api/po/save
Request Information
URI Parameters
None.
Body Parameters
ENTPOMasterName | Description | Type | Additional information |
---|---|---|---|
PODetails | Collection of ENTPODetails |
None. |
|
VendorList | Collection of Object |
None. |
|
IsValidForEdit | boolean |
None. |
|
NoOfMemos | decimal number |
None. |
|
CompHandle | decimal number |
None. |
|
POID | decimal number |
None. |
|
POType | decimal number |
None. |
|
PONo | decimal number |
None. |
|
PODate | date |
None. |
|
PBillNo | string |
None. |
|
SuppCode | string |
None. |
|
TotalFreight | decimal number |
None. |
|
OtherCharges | decimal number |
None. |
|
GrandTotal | decimal number |
None. |
|
_GrandTotal | decimal number |
None. |
|
_TotalFreight | decimal number |
None. |
|
_OtherCharges | decimal number |
None. |
|
_NoOfMemos | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "_GrandTotal": 1.0, "_TotalFreight": 2.0, "_OtherCharges": 3.0, "_NoOfMemos": 4.0, "PODetails": [ { "FromLoc": "sample string 1", "ToLoc": "sample string 2", "LRNo": "sample string 3", "ChallanNo": "sample string 4", "FDRNo": "sample string 5", "VehicleNo": "sample string 6", "CashAdvance": 7.0, "PartyAdvance": 8.0, "PFreightType": null, "CompHandle": 9.0, "POID": 10.0, "POTy": 11.0, "PONo": 12.0, "PODate": "2025-05-09T14:44:37.0891809+05:30", "MemoID": 14.0, "MemoType": 15.0, "MemoNo": 16.0, "MemoDate": "2025-05-09T14:44:37.0891809+05:30", "POQty": 18.0, "POActWt": 19.0, "POChgWt": 20.0, "PODistance": 21.0, "POFrType": 22.0, "POChgOn": 23.0, "PORate": 24.0, "POFreight": 25.0, "GotChallan": 26.0, "PODelivery": 27.0, "POUnloading": 28.0, "PODetention": 29.0, "POExtraFreight": 30.0, "POLengthy": 31.0, "POHeighted": 32.0, "POOctroi": 33.0, "POWeighing": 34.0, "POMiscellaneous": 35.0, "POECap1": "sample string 36", "POEChg1": 37.0, "POECap2": "sample string 38", "POEChg2": 39.0, "POECap3": "sample string 40", "POEChg3": 41.0, "POWarai": 42.0, "PODamage": 43.0, "POShortage": 44.0, "POPenalty": 45.0, "POTDS": 46.0, "PORemark": "sample string 47", "BLDelivery": 48.0, "BLUnloading": 49.0, "BLDetention": 50.0, "BLExtraFreight": 51.0, "BLLengthy": 52.0, "BLHeighted": 53.0, "BLOctroi": 54.0, "BLWeighing": 55.0, "BLMiscellaneous": 56.0, "SrNo": 57.0, "TotalFreight": 58.0, "OtherCharges": 59.0 }, { "FromLoc": "sample string 1", "ToLoc": "sample string 2", "LRNo": "sample string 3", "ChallanNo": "sample string 4", "FDRNo": "sample string 5", "VehicleNo": "sample string 6", "CashAdvance": 7.0, "PartyAdvance": 8.0, "PFreightType": null, "CompHandle": 9.0, "POID": 10.0, "POTy": 11.0, "PONo": 12.0, "PODate": "2025-05-09T14:44:37.0891809+05:30", "MemoID": 14.0, "MemoType": 15.0, "MemoNo": 16.0, "MemoDate": "2025-05-09T14:44:37.0891809+05:30", "POQty": 18.0, "POActWt": 19.0, "POChgWt": 20.0, "PODistance": 21.0, "POFrType": 22.0, "POChgOn": 23.0, "PORate": 24.0, "POFreight": 25.0, "GotChallan": 26.0, "PODelivery": 27.0, "POUnloading": 28.0, "PODetention": 29.0, "POExtraFreight": 30.0, "POLengthy": 31.0, "POHeighted": 32.0, "POOctroi": 33.0, "POWeighing": 34.0, "POMiscellaneous": 35.0, "POECap1": "sample string 36", "POEChg1": 37.0, "POECap2": "sample string 38", "POEChg2": 39.0, "POECap3": "sample string 40", "POEChg3": 41.0, "POWarai": 42.0, "PODamage": 43.0, "POShortage": 44.0, "POPenalty": 45.0, "POTDS": 46.0, "PORemark": "sample string 47", "BLDelivery": 48.0, "BLUnloading": 49.0, "BLDetention": 50.0, "BLExtraFreight": 51.0, "BLLengthy": 52.0, "BLHeighted": 53.0, "BLOctroi": 54.0, "BLWeighing": 55.0, "BLMiscellaneous": 56.0, "SrNo": 57.0, "TotalFreight": 58.0, "OtherCharges": 59.0 } ], "VendorList": null, "IsValidForEdit": true, "NoOfMemos": 4.0, "CompHandle": 3.0, "POID": 4.0, "POType": 5.0, "PONo": 6.0, "PODate": "2025-05-09T14:44:37.0891809+05:30", "PBillNo": "sample string 8", "SuppCode": "sample string 9", "TotalFreight": 2.0, "OtherCharges": 3.0, "GrandTotal": 1.0 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true