SubscriptionAdjustment

Type:  
Abstract:  no
Status:  Active
Adjustment applied to a subscription transaction.
Available Fields:
id
References: Adjustment.Id
XML Representation: attribute
Attributes:
Default Value
Identifier of the object used for references; auto-incremented integer value.
effectiveDate
References: Adjustment.Adjustment Begin Date
XML Representation: attribute
Attributes:
Default Value
Date when the adjustment begins.

The date must be submitted in yyyy-MM-dd format.
endDate
References: Adjustment.Adjustment End Date
XML Representation: attribute
Attributes:
Default Value
Date when the adjustment ends.

The date must be submitted in yyyy-MM-dd format.
note
References: Adjustment.Notes
XML Representation: attribute
Attributes:
Default Value
Any additional information about the adjustment.
type
References: Adjustment.Adjustment CL
XML Representation: attribute
Attributes:
Default Value
Represents the type of selected funds adjustment.
length
References: Adjustment.Length
XML Representation: attribute
Attributes:
Default Value

XML Sample:

<adjustments>
     <subscription-adjustment id=""  effectiveDate=""  endDate=""  note=""  type=""  length="" />
</adjustments>

"<adjustments> <subscription-adjustment id=\"\" effectiveDate=\"\" endDate=\"\" note=\"\" type=\"\" length=\"\" /></adjustments>"

JSON Sample:

{
  "id": "",
  "effectiveDate": "",
  "endDate": "",
  "note": "",
  "type": "",
  "length": ""
}

XURL Sample:

?id=&effectiveDate=&endDate=&note=&type=&length=&
id=
effectiveDate=
endDate=
note=
type=
length=