contract-templates

Deploy Contract

Deploy a contract from a template to the specified network.

post/api/v1/contract-templates/{templateId}/deploy

Path parameters

templateIdstring required

Contract template ID

Headers

x-sdk-versionstring required

SDK version header

Request body

networkIdstring required
addressIdstring required
clientSharestring required

Response

deploy contract via workflow

Changes

Changed in 3 of the 12 revisions of this API.406725

    • added the new ERR_147 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_147 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_147 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_147 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 404

      response-property-enum-value-added

    • added the new ERR_147 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_237 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_237 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_237 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_237 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 404

      response-property-enum-value-added

    • added the new ERR_237 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_238 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_238 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_238 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_238 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 404

      response-property-enum-value-added

    • added the new ERR_238 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_239 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_239 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_239 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_239 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 404

      response-property-enum-value-added

    • added the new ERR_239 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_240 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_240 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_240 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_240 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 404

      response-property-enum-value-added

    • added the new ERR_240 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_241 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_241 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_241 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_241 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 404

      response-property-enum-value-added

    • added the new ERR_241 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_242 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_242 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_242 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_242 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 404

      response-property-enum-value-added

    • added the new ERR_242 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 86f37d72f0a0392614See the full diff
    • added the new required request property networkId

      new-required-request-property

    • the header request parameter x-sdk-version became required

      request-parameter-became-required

    • added ConstructorParameterDto to the constructorParameters/items/ request property allOf list

      request-property-all-of-added

    • the constructorParameters/items/ request property type/format changed from object/ to /

      request-property-type-changed

    • the response's body type/format changed from object/ to / for status 400

      response-body-type-changed

    • the response's body type/format changed from object/ to / for status 401

      response-body-type-changed

    • the response's body type/format changed from object/ to / for status 403

      response-body-type-changed

    • the response's body type/format changed from object/ to / for status 404

      response-body-type-changed

    • the response's body type/format changed from object/ to / for status 500

      response-body-type-changed

    • the response property code became optional for the status 400

      response-property-became-optional

    • the response property code became optional for the status 401

      response-property-became-optional

    • the response property code became optional for the status 403

      response-property-became-optional

    • the response property code became optional for the status 404

      response-property-became-optional

    • the response property code became optional for the status 500

      response-property-became-optional

    • the response property message became optional for the status 400

      response-property-became-optional

    • the response property message became optional for the status 401

      response-property-became-optional

    • the response property message became optional for the status 403

      response-property-became-optional

    • the response property message became optional for the status 404

      response-property-became-optional

    • the response property message became optional for the status 500

      response-property-became-optional

    • removed the required property category from the response with the 400 status

      response-required-property-removed

    • removed the required property category from the response with the 401 status

      response-required-property-removed

    • removed the required property category from the response with the 403 status

      response-required-property-removed

    • removed the required property category from the response with the 404 status

      response-required-property-removed

    • removed the required property category from the response with the 500 status

      response-required-property-removed

    • removed the required property path from the response with the 400 status

      response-required-property-removed

    • removed the required property path from the response with the 401 status

      response-required-property-removed

    • removed the required property path from the response with the 403 status

      response-required-property-removed

    • removed the required property path from the response with the 404 status

      response-required-property-removed

    • removed the required property path from the response with the 500 status

      response-required-property-removed

    • removed the required property statusCode from the response with the 400 status

      response-required-property-removed

    • removed the required property statusCode from the response with the 401 status

      response-required-property-removed

    • removed the required property statusCode from the response with the 403 status

      response-required-property-removed

    • removed the required property statusCode from the response with the 404 status

      response-required-property-removed

    • removed the required property statusCode from the response with the 500 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 400 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 401 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 403 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 404 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 500 status

      response-required-property-removed

    • removed the request property network

      request-property-removed

    • removed the optional property contractFunction from the response with the 200 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 400 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 401 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 403 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 404 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 500 status

      response-optional-property-removed

    • removed the optional property requestId from the response with the 400 status

      response-optional-property-removed

    • removed the optional property requestId from the response with the 401 status

      response-optional-property-removed

    • removed the optional property requestId from the response with the 403 status

      response-optional-property-removed

    • removed the optional property requestId from the response with the 404 status

      response-optional-property-removed

    • removed the optional property requestId from the response with the 500 status

      response-optional-property-removed

    • added the new ERR_008 enum value to the code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_009 enum value to the code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_010 enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_011 enum value to the code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_019 enum value to the code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_036 enum value to the code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_066 enum value to the code response property for the response status 404

      response-property-enum-value-added

    • added the new ERR_096 enum value to the code response property for the response status 404

      response-property-enum-value-added

    • added the new ERR_106 enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_116 enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_126 enum value to the code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_300 enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_410 enum value to the code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_999 enum value to the code response property for the response status 500

      response-property-enum-value-added

    • the endpoint scheme security x-api-key was added to the API

      api-security-added

    • api tag contract-templates added

      api-tag-added

    • api tag Contract Templates removed

      api-tag-removed

    • added ApiErrorResponseDto to the response body allOf list for the response status 400

      response-body-all-of-added

    • added ApiErrorResponseDto to the response body allOf list for the response status 401

      response-body-all-of-added

    • added ApiErrorResponseDto to the response body allOf list for the response status 403

      response-body-all-of-added

    • added ApiErrorResponseDto to the response body allOf list for the response status 404

      response-body-all-of-added

    • added ApiErrorResponseDto to the response body allOf list for the response status 500

      response-body-all-of-added

    • removed the non-success response with the status 409

      response-non-success-status-removed

    • removed the non-success response with the status 422

      response-non-success-status-removed

    • removed the non-success response with the status 502

      response-non-success-status-removed

    • removed the non-success response with the status 503

      response-non-success-status-removed

    • removed the non-success response with the status 504

      response-non-success-status-removed

    • added the required property workflowResult to the response with the 200 status

      response-required-property-added

    This revision also has 68 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 13aade4795091611See the full diff
    • removed the success response with the status 201

      response-success-status-removed

    • removed the request property constructorParameters/items/components

      request-property-removed

    • removed the request property constructorParameters/items/description

      request-property-removed

    • removed the request property constructorParameters/items/internalType

      request-property-removed

    • removed the request property constructorParameters/items/name

      request-property-removed

    • removed the request property constructorParameters/items/type

      request-property-removed

    • removed the request property constructorParameters/items/value

      request-property-removed

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 409

      response-non-success-status-added

    • added the non-success response with the status 422

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • added the non-success response with the status 502

      response-non-success-status-added

    • added the non-success response with the status 503

      response-non-success-status-added

    • added the non-success response with the status 504

      response-non-success-status-added

    • added the success response with the status 200

      response-success-status-added

    This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog