Skip to main content

Sample messages

Cost Account

<?xml version="1.0" encoding="UTF-8"?>
<costAccount xmlns="http://api.proactis.com/accounting">
<description xmlns="http://api.proactis.com/accounting">Installations</description>
<online xmlns="http://api.proactis.com/accounting">true</online>
<erpId xmlns="http://api.proactis.com/accounting">432990</erpId>
<type xmlns="http://api.proactis.com/accounting">Generic</type>
<costCenters>
<costCenter>CC001</costCenter>
</costCenters>
<id xmlns="http://api.proactis.com/accounting">432990</id>
</costAccount>

Cost Center

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<costCenter xmlns="http://api.proactis.com/accounting">
<id>CC001</id>
<name>Hardware/Software</name>
<description>Hardware/Software</description>
<online>true</online>
<type>IT</type>
<procurementWorkFlowId>PWF01</procurementWorkFlowId>
<invoicingWorkFlowId>IWF01</invoicingWorkFlowId>
<departments>
<department>A-2000</department>
</departments>
<lastModified>2022-06-24T18:07:02+02:00</lastModified>
</costCenter>

Cost Dimension

<?xml version="1.0" encoding="UTF-8"?>
<costDimensionValue xmlns="http://api.proactis.com/accounting">
<description xmlns="http://api.proactis.com/accounting">Amsterdam</description>
<value xmlns="http://api.proactis.com/accounting">001</value>
<online xmlns="http://api.proactis.com/accounting">true</online>
<type xmlns="http://api.proactis.com/accounting">Generic</type>
<parents>
<parent>Location</parent>
</parents>
<id xmlns="http://api.proactis.com/accounting">001</id>
</costDimensionValue>

Department

<?xml version="1.0" encoding="UTF-8"?>
<department xmlns="http://api.proactis.com/accounting">
<name xmlns="http://api.proactis.com/accounting">IT</name>
<description xmlns="http://api.proactis.com/accounting">IT</description>
<online xmlns="http://api.proactis.com/accounting">true</online>
<parentId xmlns="http://api.proactis.com/accounting">A-2000</parentId>
<id xmlns="http://api.proactis.com/accounting">A-2100</id>
</department>

Department Address

<?xml version="1.0" encoding="UTF-8"?>
<address xmlns="http://api.proactis.com/accounting">
<street>Riverview Court</street>
<street2>Castle Gate</street2>
<zipCode>LS22 6LE</zipCode>
<state></state>
<city>Wetherby, Leeds</city>
<countryCode>UK</countryCode>
<country>UK</country>
<companyName>Proactis</companyName>
<title></title>
<firstName></firstName>
<lastName></lastName>
<email></email>
<emailRemark></emailRemark>
<gln></gln>
<vatNumber></vatNumber>
<shipTo>true</shipTo>
<billTo>true</billTo>
<name>Default Address</name>
<default>true</default>
</address>