GET api/PaymentUpdate/GetPaymentUpdateMode
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ListItem| Name | Description | Type | Additional information | 
|---|---|---|---|
| Attributes | AttributeCollection | None. | |
| Enabled | boolean | None. | |
| Selected | boolean | None. | |
| Text | string | None. | |
| Value | string | None. | 
Response Formats
application/json, text/json
            Sample:
        [ "sample string 3", "sample string 3" ]
application/xml, text/xml
            Sample:
<ArrayOfListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System.Web.UI.WebControls">
  <ListItem>
    <Enabled>true</Enabled>
    <Selected>true</Selected>
    <Text>sample string 3</Text>
    <Value>sample string 4</Value>
  </ListItem>
  <ListItem>
    <Enabled>true</Enabled>
    <Selected>true</Selected>
    <Text>sample string 3</Text>
    <Value>sample string 4</Value>
  </ListItem>
</ArrayOfListItem>