Product divisions - OBSOLETE API

List Product divisions

URL

https://dev.v3manager.com/demo/api/productSplit

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/productSplit"

Count Product divisions

URL

https://dev.v3manager.com/demo/api/productSplit/count

HTTP Method

GET

Sum Product divisions

URL

https://dev.v3manager.com/demo/api/productSplit/sum

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/productSplit/sum?field=total&search=["created",">","05-07-2023"]" Encoded: curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/productSplit/sum?field=total&search=%5B%22created%22%2C%22%3E%22%2C%2205-07-2023%22%5D"

Parameters

Name Type Required
field string yes
filter array no

Load Product division by id

URL

https://dev.v3manager.com/demo/api/productSplit/:id

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/productSplit/22"

Create or update Product divisions

URL

https://dev.v3manager.com/demo/api/productSplit

HTTP Method

POST

Fields

Name Label Data type Readonly Descrition
updateUserName Updated by string No
updateUser Updated by int Yes
amount Amount float No
createUserName Created by string No
createUser Created by int Yes
deleted Removed bool Yes
updated Update date datetime Yes
created Creation date datetime Yes
percent Price percentage float No
productName Product string No
product Product int No
parentProductName Main product string No
parentProduct Main product int No
id ID int Yes