PUT v1/Portfolios/{portfolioId}/WireInstructions/{portfolioWireInstructionId}/Udfs/{name}

Description

Update the udf with name of {name} for the PortfolioWireInstruction with WSO ID of {id}.

Base Url

https://api-agc.wsohosting.com/


Rest Call Syntax


PUT Reference/v1/Portfolios/{portfolioId}/WireInstructions/{portfolioWireInstructionId}/Udfs/{name}

PUT Reference/v1/Portfolios/{portfolioId}/WireInstructions/{portfolioWireInstructionId}/Udfs/{name}

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete



UdfValueUpdate

Name

Description

Type

Additional Information

Value

The value of the UDF(Boolean value used True/False).

string

Required




Limitations

There are no limitations specified.




Request Information


Parameters

Name

Description

Type

Additional Information

name

Name of udf

string

Required

portfolioId

WSO ID of Portfolio

integer

Required

portfolioWireInstructionId

WSO ID of PortfolioWireInstructions

integer

Required



Request body formats


application/json, text/json

Sample:
{
  "value": "sample string 1"
}

application/xml, text/xml

Sample:
<UdfValueUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Value>sample string 1</Value>
</UdfValueUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.




Response Information



UdfListItem

Name

Description

Type

Additional Information

AllowNewPickListItem

Gets a value indicating whether the caller is allowed to add new pick list items.

boolean

DisplayName

Gets the user-friendly display name of the UDF.

string

ExtractionName

Gets the extraction name of the UDF. This is primarily used for UDFs which are driven off of PickLists. This value will be the type of PickList defined in the PickListItem table.

string

FieldDataType

Gets the data type of the UDF.

Format

Gets the format of the UDF.

string

HasPickList

Gets a value indicating whether or not the possible values of the UDF are from a PickList.

boolean

LimitToList

Gets a value indicating whether the value of the UDF should be limited to the items in a list.

boolean

Links

A list of hateoas links

Collection of Link

MaxLength

Gets the length of the max.

integer

MaxValue

Gets the max value that can be assigned to the UDF. This value is optional, and may not be set for all UDFs.

Object

MinValue

Gets the min value that can be assigned to the UDF. This value is optional, and may not be set for all UDFs.

Object

Name

The name of the UDF

string

OwnerObjectType

Gets the type of the object which contains this UDF. Ultimately this indicates which table the UDF is stored in.

PickList

Gets or sets the value of the UDF.

Collection of string

Value

The value of the UDF

Object




Response Body Formats



application/json, text/json

Sample:
{
  "links": [
    {
      "verb": "sample string 1",
      "rel": "sample string 2",
      "uri": "http://webapihelppage3.com"
    },
    {
      "verb": "sample string 1",
      "rel": "sample string 2",
      "uri": "http://webapihelppage3.com"
    }
  ],
  "value": {},
  "name": "sample string 2",
  "maxLength": 4,
  "displayName": "sample string 5",
  "fieldDataType": "Long",
  "ownerObjectType": "Portfolio",
  "extractionName": "sample string 6",
  "hasPickList": true,
  "minValue": {},
  "maxValue": {},
  "format": "sample string 10",
  "allowNewPickListItem": true,
  "limitToList": true,
  "pickList": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<UdfListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AllowNewPickListItem>true</AllowNewPickListItem>
  <DisplayName>sample string 5</DisplayName>
  <ExtractionName>sample string 6</ExtractionName>
  <FieldDataType>Long</FieldDataType>
  <Format>sample string 10</Format>
  <HasPickList>true</HasPickList>
  <LimitToList>true</LimitToList>
  <Links>
    <Link>
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
    <Link>
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
  </Links>
  <MaxLength>4</MaxLength>
  <MaxValue />
  <MinValue />
  <Name>sample string 2</Name>
  <OwnerObjectType>Portfolio</OwnerObjectType>
  <PickList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </PickList>
  <Value />
</UdfListItem>



Feedback



(0 out of 1500 characters used)
Feedback has been submitted. Thank you for your feedback.
Automatic feedback submission has been turned off by your system administrator. Your feedback has been logged to the exceptions table. Please contact support to find out how to manually send in your feedback. Thank you.