Suppliers/wholesalers with enterprise company structure are able to specify in the Connect order which department of theirs is responsible for sending the order. The responsible deparment will be shown as the one that delivered the products in Cobuilder Collaborate.
DepartmentID of supplier is provided under SupplierNeB in the section AddressNeB in the structure of the XML file. Please note that list of supplier's company structure togehter with respective departmentIDs should be provided to support@cobuilder.no.
Different cases according to provided DepramentID:
Here’s an example of a XML section for an order with provided departmentID information:
<SupplierNeB"">
<Supplier>12345654321</Supplier>
<AddressNeB>
<PartyIdentifier>001</PartyIdentifier>
<PartyName>Cobuilder AS</PartyName>
<Department>10203040</Department>
<CountryCode>NO</CountryCode>
</AddressNeB>
</SupplierNeB>