post https://yourorgsite.com/api/SourceCodeSummary/_execute
Executes an operation of SourceCodeSummary
With the SourceCodeSummary service, you can perform the following operations on the execute endpoint:
- Validate
- Add
Validate
BODY PARAMS:
{
"$type": "Asi.Soa.Communications.DataContracts.SourceCodeRequest, Asi.Contracts",
"EntityTypeName": "SourceCodeSummary",
"OperationName": "Validate",
"SourceCode": "string value",
"CampaignCode": "string value",
"SolicitationName": "string value",
"AppealName": "string value"
}
Add
BODY PARAMS:
{
"$type": "Asi.Soa.Communications.DataContracts.SourceCodeRequest, Asi.Contracts",
"EntityTypeName": "SourceCodeSummary",
"OperationName": "Add",
"SourceCode": "string value",
"CampaignCode": "string value",
"SolicitationName": "string value",
"AppealName": "string value"
}