10.07.2015 Views

SuiteTalk (Web Services) Platform Guide - NetSuite

SuiteTalk (Web Services) Platform Guide - NetSuite

SuiteTalk (Web Services) Platform Guide - NetSuite

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Web</strong> <strong>Services</strong> Operationsattach / detach130SOAP Response (attach)Adelina ShonkwilerSOAP Response (detach)Adelina ShonkwilerJava (attach operation)public void attach() throws Exception{RecordRef contactRef = new RecordRef();contactRef.setInternalId("1467");contactRef.setType(RecordType.contact);RecordRef contactRoleRef = new RecordRef();contactRoleRef.setInternalId("-10");contactRoleRef.setName("Primary Contact");RecordRef customerRef = new RecordRef();customerRef.setInternalId("176");customerRef.setType(RecordType.customer);AttachContactReference attachRef = new AttachContactReference();attachRef.setContact(contactRef);attachRef.setAttachTo(customerRef);attachRef.setContactRole(contactRoleRef);}WriteResponse attachResponse = sessMgr.getPort().attach(attachRef);Java (detach operation)public void detach() throws Exception<strong>SuiteTalk</strong> <strong>Platform</strong> <strong>Guide</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!