Method GetPartnerInfo
The GetPartnerInfo method is used by LGPC to retrieve partner and agreement information in order to automate the current CAIVRS process. The API looks up partners and generates a variety of information, especially related to the active agreements.
| SOAP Component: | https://catweb.sba.gov/pims/ws/pims2.wsdl. |
| SOAP Method: | GetPartnerInfo, only input is structure Inputs. (No JSON-string equivalent method.) |
| REST Component: | /rest/pims/legacy/ |
| REST Method: | /rest/pims/legacy/GetPartnerInfo |
| Keys of the Input Structure: | |
| Mandatory. CLS user's username. | |
| Mandatory. CLS user's password. | |
| Mandatory. PIN generated by Generate_PIN using the same login. | |
| Mandatory. The name for designated vendors allowed to access this API. | |
| Mandatory. The code for designated vendors allowed to access this API. | |
| Optional. If absent, the current default version will be used. | |
| Keys of the Output Structure: | |
| Should be nullstring. If not, a generally-worded error message. | |
| Should be nullstring. If not, a more helpful error message, but scarier to some users. | |
| "Yes", "No", number of days till expiration or "TBD" (prior to validating login). | |
| 0 for success, -9 for incorrect authorizations (CLS Authentication, Required Roles, Approved Vendor), -98 for wrong Version Number, -99 for missing mandatory fields. | |
| Number of partner records returned in the Response array. | |
Array of partner objects, each containing:
|
|
For examples of calling flexible, structured methods, see Flexible Structure of Inputs