Transforms - Put

Update Transform. Only Description can be edited.

PUT http://localhost/BizTalkManagementService/Transforms/{transformFullName}

URI Parameters

Name In Required Type Description
transformFullName
path True

string

Transform full name

Request Body

Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"

Name Type Description
ApplicationName

string

Application name of the transform

Assembly

string

Transform assembly

Description

string

Transform description

FullName

string

Name of the transform

SourceSchema

string

Transform source schema

TargetSchema

string

Transform target schema

XmlContent

string

Xml content

Responses

Name Type Description
204 No Content

No Content

Definitions

Transform

Model for transform

Name Type Description
ApplicationName

string

Application name of the transform

Assembly

string

Transform assembly

Description

string

Transform description

FullName

string

Name of the transform

SourceSchema

string

Transform source schema

TargetSchema

string

Transform target schema

XmlContent

string

Xml content