https://dev.v3manager.com/demo/api/relationship
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/relationship"
https://dev.v3manager.com/demo/api/relationship/count
GET
https://dev.v3manager.com/demo/api/relationship/sum
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/relationship/sum?field=total&search=["created",">","05-07-2023"]"
Encoded:
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/relationship/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/relationship/:id
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/relationship/22"
https://dev.v3manager.com/demo/api/relationship
POST
Name | Label | Data type | Readonly | Descrition |
---|---|---|---|---|
updateUserName | Updated by | string | No | |
updateUser | Updated by | int | Yes | |
customer | Customer | int | No | |
customerName | Customer | string | No | |
createUserName | Created by | string | No | |
createUser | Created by | int | Yes | |
deleted | Removed | bool | Yes | |
status | Status | select | No | |
updated | Update date | datetime | Yes | |
created | Creation date | datetime | Yes | |
allowLogin | Allow login for me | bool | No | |
allowPayVoucher | Allow my vouchers | bool | No | |
id | ID | int | Yes | |
customer2Name | Relationship | string | No | |
customer2 | Relationship | int | No |
Value | Name |
---|---|
1 | Sent |
2 | Accepted |
3 | declined |
4 | Blocked up |