API Format tags

From Openprovider API documentation

(Difference between revisions)
Jump to: navigation, search
WikiSysop (Talk | contribs)
(Created page with '==Format specification > Tags== This parameter is optional and allows you to specify a specific tags for object Array of arrays with members: {| border="1" cellpadding="4" |- |…')
Newer edit →

Revision as of 13:47, 12 October 2015

Format specification > Tags

This parameter is optional and allows you to specify a specific tags for object

Array of arrays with members:

key Type of the tag. Allowed values: 'customer'
value The value of the tag.

Using PHP class

array(
  array(
    'key' => 'customer',
    'value' => 'companyA'
  ),
);

Raw XML

<tags>
   <array>
       <item><key>customer</key><value>companyA</value></item>
   </array>
</tags>
Views
Personal tools