putPenaltyType
putPenaltyType
Path Parameters
contractId int64 required
contractId
date date required
date
penaltyTypeId int64 required
penaltyTypeId
Responses
- 200
- 201
- 401
- 403
- 404
OK
*/*
Schema
Schema
string
Created
Unauthorized
Forbidden
Not Found
POST /main/contracts/:contractId/penalty-types/:date/:penaltyTypeId
Request
Request
curl / cURL
curl -L -X POST '//localhost/main/contracts/:contractId/penalty-types/:date/:penaltyTypeId' \
-H 'Accept: */*'
python / requests
curl -L -X POST '//localhost/main/contracts/:contractId/penalty-types/:date/:penaltyTypeId' \
-H 'Accept: */*'
go / native
curl -L -X POST '//localhost/main/contracts/:contractId/penalty-types/:date/:penaltyTypeId' \
-H 'Accept: */*'
nodejs / axios
curl -L -X POST '//localhost/main/contracts/:contractId/penalty-types/:date/:penaltyTypeId' \
-H 'Accept: */*'
php / guzzle
curl -L -X POST '//localhost/main/contracts/:contractId/penalty-types/:date/:penaltyTypeId' \
-H 'Accept: */*'
java / OkHttp
curl -L -X POST '//localhost/main/contracts/:contractId/penalty-types/:date/:penaltyTypeId' \
-H 'Accept: */*'