Retail Footfalls
Save Retail Foot Falls :- LOGIC API PUSH - RETAIL FOOT FALLS
This API is used to Create the Retail Foot Falls in LOGIC
Authorization Detail
Name
Detail
End Point
http://demo.logicerp.com/api/SaveRetailFootFalls
Request Type
POST
Authorization
Basic Auth
Username
Demo
Password
1
Request
[
{
"BranchCode": 2,
"FootFallDate": "01/07/24 12:00:00 AM",
"FootFallTime": 6,
"FootFallCategory": "Female",
"Count": 5
},
{
"BranchCode": 2,
"FootFallDate": "01/07/24 12:00:00 AM",
"FootFallTime": 10,
"FootFallCategory": "Kids",
"Count": 5
},
{
"BranchCode": 2,
"FootFallDate": "01/07/24 12:00:00 AM",
"FootFallTime": 10,
"FootFallCategory": "Mens",
"Count": 5
}
]
Request Detail
Name
Type
Length
Mandatory
BranchCode
num
-
yes
FootFallDate
date/time
-
-
FootFallTime
date/time
-
-
FootFallCategory
nvarchar
-
-
Count
num
-
-
Response
{
"LastSavedCode": 0,
"Status": true,
"Message": "Sucess",
"ErrorCode": ""
}
Last updated