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

getExternalAgencyContractById

getExternalAgencyContractById

Path Parameters
    id int64 required

    id

Responses

OK


Schema
    amountTypeId int64
    companyName string
    date date
    id int64
    name string
    rate double
GET /dicts/external-agency-contracts/:id

Request

Base URL
//localhost
id — path required
curl / cURL
curl -L -X GET '//localhost/dicts/external-agency-contracts/:id' \
-H 'Accept: */*'