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

putPenaltyType

putPenaltyType

Path Parameters
    contractId int64 required

    contractId

    date date required

    date

    penaltyTypeId int64 required

    penaltyTypeId

Responses

OK


Schema

    string

POST /main/contracts/:contractId/penalty-types/:date/:penaltyTypeId

Request

Base URL
//localhost
contractId — path required
date — path required
penaltyTypeId — path required
curl / cURL
curl -L -X POST '//localhost/main/contracts/:contractId/penalty-types/:date/:penaltyTypeId' \
-H 'Accept: */*'