Перейти к основному содержимому

selectContracts

selectContracts

Request Body required

item

    contractIds int64[]
    date date
    groupId int64
    id int64
    name string
Responses

OK


Schema
    contractIds int64[]
    date date
    groupId int64
    id int64
    name string
POST /main/group-conventions/contracts/select

Request

Base URL
//localhost
Body required
{
"contractIds": [
0
],
"date": "2025-03-31",
"groupId": 0,
"id": 0,
"name": "string"
}
curl / cURL
curl -L -X POST '//localhost/main/group-conventions/contracts/select' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"contractIds": [
0
],
"date": "2025-03-31",
"groupId": 0,
"id": 0,
"name": "string"
}'