|
Navigation: Reference Manual > Vendors > End Points > CreateVendorCertification |
Send comments on this topic. |
Description
Adds a new vendor certification to a vendor record, essentially augmenting an existing vendor record with a vendor certification.
Rules
1.The vendor record must already exist in PRISM
2.If "Required" field fails validation an error will be returned and record IS NOT saved
3.If "Optional" field fails validation a warning will be returned and record IS saved, but the field value is not saved
Notes: See CreateVendor to create a vendor
Parameters
|
# |
API Field Name |
PRISM Field (Max size) |
Req? |
Comment |
|
1 |
UserID |
Authentication |
Y |
PRISM user account with security actions to use API |
|
2 |
Password |
Authentication |
Y |
Account Password |
|
3 |
PRISMKey |
Authentication |
Y |
Provided by PRISM Professionals |
|
4 |
TaxID |
TaxID (20) |
Y |
|
|
5 |
CertificateNumber |
Certificate Number |
Y |
|
|
6 |
CertificateJuri |
Certificate Jurisdiction |
Y |
Must match a configured PRISM value |
|
7 |
CertificateType |
Certificate Type |
Y |
Must match a configured PRISM value |
|
8 |
CertificateIssueDate |
Certificate Issue Date |
N |
mm-dd-yyyy |
|
9 |
ReCertificationDate |
ReCertification Date |
N |
mm-dd-yyyy |
|
10 |
CertificateExpDate |
Certificate Expiration Date |
Y |
mm-dd-yyyy |
Return Values
|
# |
Name |
Type |
Comment |
|
1 |
OperationStatus |
Boolean |
|
|
2 |
Message |
String |
|
|
3 |
ID |
String |
PRISM Internal Vendor GUID |
|
|
PRISM Compliance Management - Copyright © 2018 |