getExternalAgencyContractById
getExternalAgencyContractById
Path Parameters
id int64 required
id
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
amountTypeId int64
companyName string
date date
id int64
name string
rate double
{
"amountTypeId": 0,
"companyName": "string",
"date": "2024-11-20",
"id": 0,
"name": "string",
"rate": 0
}
Unauthorized
Forbidden
Not Found
Loading...