Get Complete BP Record

Support for SOAP is deprecated starting with Unifier 23.10.

Description

Methods returns back complete BP record information. This includes any attachments, general comments, and so on.

Support

This service is available at both company-level and project/shell-level BPs

Note:

By design, there are no web services available for the Request for Bid (RFB) business process.

Installation

ASP and Self host

Level Yes or No
Company Level Yes
Project/Shell Level Yes

Prototype

public XMLObject getCompleteBPRecord(String shortname, String authcode, String projectNumber, String BPName, String record_no);

Parameters

Parameter Description
shortname identifier of the company, company's short name
Authcode authentication key for the company, in text string
projectNumber Identifier of the project/shell.
BPName Identifier of the BP
record_no A valid record number.

Return Value

See Appendix B: Return Values.

Sample Method

getCompleteBPRecord("acme", "acme_authcode", "Proj-0001", "Invoices", "Inv-0001")