Получение шаблона расходного ДДС по контракту
Path Parameters
contractId int64 required
contractId
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
accountId int64
amount object
foreign double
local double
amountMovingDirectionId int64
cashOfficeId int64
clientId int64
comment string
contractId int64
date date
dateTime date-time
externalAction boolean
linkedCashOfficeId int64
orderId string
paymentTypeId int64
settlementAccountId int64
{
"accountId": 0,
"amount": {
"foreign": 0,
"local": 0
},
"amountMovingDirectionId": 0,
"cashOfficeId": 0,
"clientId": 0,
"comment": "string",
"contractId": 0,
"date": "2024-11-20",
"dateTime": "2024-11-20T07:47:13.848Z",
"externalAction": true,
"linkedCashOfficeId": 0,
"orderId": "string",
"paymentTypeId": 0,
"settlementAccountId": 0
}
Unauthorized
Forbidden
Not Found
Loading...