Packing Slip Against SO :- LOGIC API PUSH - PACKING SLIP AGAINST SO
This API is used to create the Packing Slip Against Sale Order in LOGIC
Authorization Detail
| Name |
Detail |
|
| End Point |
http://demo.logicerp.com/api/PackingSlipAgainstSO |
|
| Request Type |
POST |
|
| Authorization |
Basic Auth |
|
| Username |
Demo |
|
| Password |
1 |
|
Request
{
"SaleOrderVouchCode": 8242,
"BranchCode": 2,
"BranchShortName": null,
"GodownName": "MAIN",
"PartyOrderNo": "PSTEST",
"PS_Prefix": "PS",
"PS_Number": 0,
"GodownCode": 1,
"Remarks": "RKS-1121",
"Box_No_Prefix": "1",
"ListItems": [
{
"ItemCode": "8900001",
"Quantity": 47.0,
"ListBoxs": [
{
"PackingBoxNo": "B09",
"BoxWeight": 799.0,
"BinCode": 0,
"BinName": null,
"Quantity": 20.0
},
{
"PackingBoxNo": "B014",
"BoxWeight": 1400.0,
"BinCode": 0,
"BinName": null,
"Quantity": 27.0
}
]
}
]
}
| Name |
Type |
Length |
Mandatory |
| BranchCode | nvarchar | 6 | yes |
| PartyOrderNo | nvarchar | 50 | yes |
| PS_Prefix | nvarchar | 4 | yes |
| Remarks | nvarchar | 6 | - |
| Box_No_Prefix | nvarchar | 6 | - |
| PackingBoxNo | nvarchar | 30 | - |
| BinCode | num | - | - |
| BinName | nvarchar | 30 | - |
| Quantity | num | - | - |
Response
{
"LastSavedDocNo": "PS-49",
"Status": true,
"Message":"Success",
"LastSavedCode": 4971
}