Hi I am trying to provision department and subsidi...
# suitetalkapi
s
Hi I am trying to provision department and subsidiary using SOAP ADD api, any ideas how to create request for the same
<soapenv:Body>
<add>
<record xsi:type="Employee" xmlns="urn:employees_2019_1.lists.webservices.netsuite.com">
<entityId xsi:type="xsd:string">2021Emp123</entityId>
<fax xsi:type="xsd:string">23423423423</fax>
<email xsi:type="xsd:string"><mailto:asdasd@gmail.com|asdasd@gmail.com></email>
<officePhone xsi:type="xsd:string">8600338627</officePhone>
<giveAccess xsi:type="xsd:boolean">false</giveAccess>
<password xsi:type="xsd:string">PPP@123</password>
<password2 xsi:type="xsd:string">PPP@123</password2>
</record>
</add>
</soapenv:Body>