|
Navigation: Reference Manual > Master Agreements > End Points > CreateMasterAgreement |
Send comments on this topic. |
Description
Adds a new master agreement to the PRISM database.
Rules
1.No Task Orders/Contracts will be associated with the newly added master agreement. Use Add Contract or Update Contract to add a contract to the master agreement
2.If the master agreement already exists, an error will be thrown.
Notes: See UpdateMasterAgreement to edit | update an existing master agreement.
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 |
ID |
Long |
N |
|
|
5 |
MANumber |
MANumber |
Y |
|
|
6 |
MAName |
MAName |
Y |
|
|
7 |
AwardAmount |
Decimal |
N |
|
|
8 |
AwardType |
String |
N |
Must match a configured PRISM value |
|
9 |
OverallGoal |
Decimal |
N |
|
|
10 |
StartDate |
DateTime |
N |
|
|
11 |
EndDate |
DateTime |
N |
|
Return Values
|
# |
Name |
Type |
Comment |
|
1 |
OperationStatus |
Boolean |
|
|
2 |
Message |
String |
|
|
3 |
ID |
String |
PRISM Internal Vendor GUID |
|
|
PRISM Compliance Management - Copyright © 2018 |