https://dev.v3manager.com/demo/api/stockOrderLine
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/stockOrderLine"
https://dev.v3manager.com/demo/api/stockOrderLine/count
GET
https://dev.v3manager.com/demo/api/stockOrderLine/sum
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/stockOrderLine/sum?field=total&search=["created",">","05-07-2023"]"
Encoded:
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/stockOrderLine/sum?field=total&search=%5B%22created%22%2C%22%3E%22%2C%2205-07-2023%22%5D"
Name | Type | Required |
---|---|---|
field | string | yes |
filter | array | no |
https://dev.v3manager.com/demo/api/stockOrderLine/:id
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/stockOrderLine/22"
https://dev.v3manager.com/demo/api/stockOrderLine
POST
Name | Label | Data type | Readonly | Descrition |
---|---|---|---|---|
updateUserName | Updated by | string | No | |
updateUser | Updated by | int | Yes | |
amount | Amount | float | No | |
grossUnitCost | Net unit cost | currency | No | DOES NOT INCLUDE PURCHASE TAXES |
createUser | Created by | int | Yes | |
createUserName | Created by | string | No | |
discount | Discount % | float | No | |
difference | Difference | float | Yes | |
updated | Update date | datetime | Yes | |
created | Creation date | datetime | Yes | |
stockOrder | Order | int | No | |
pending | Pending | float | Yes | |
productName | Product | string | No | |
product | Product | int | No | |
received | Received | float | Yes | |
id | ID | int | Yes | |
total | Total | float | Yes |