https://dev.v3manager.com/demo/api/subfamily
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/subfamily"
https://dev.v3manager.com/demo/api/subfamily/count
GET
https://dev.v3manager.com/demo/api/subfamily/sum
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/subfamily/sum?field=total&search=["created",">","05-07-2023"]"
Encoded:
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/subfamily/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/subfamily/:id
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/subfamily/22"
https://dev.v3manager.com/demo/api/subfamily
POST
Name | Label | Data type | Readonly | Descrition |
---|---|---|---|---|
updateUserName | Updated by | string | No | |
updateUser | Updated by | int | Yes | |
createUser | Created by | int | Yes | |
createUserName | Created by | string | No | |
account | Accounting account | string | No | |
code | Code | string | No | |
deleted | Removed | bool | Yes | |
companyName | Company | string | No | |
company | Company | int | No | |
family | Family | int | No | |
familyName | Family | string | No | |
updated | Update date | datetime | Yes | |
created | Creation date | datetime | Yes | |
name | Name | string | No | |
recommendedTagName | Recommended products | string | No | |
recommendedTag | Recommended products | int | No | |
id | ID | int | Yes | |
supply | Supplies | bool | No |