post https://yourorgsite.com/api/PartyImage/_execute
Executes an operation of PartyImage
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
With the PartyImage service, you can perform the following operations on the execute endpoint:
- GetProfileVirtualFile
GetProfileVirtualFile
BODY PARAMS:
{
"$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
"OperationName": "GetProfileVirtualFile",
"EntityTypeName": "PartyImage",
"Parameters": {
"$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib",
"$values": [
{
"$type": "System.String",
"$value": "partyId Value"
}
]
},
"ParameterTypeName": {
"$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib",
"$values": [
"System.String"
]
},
"UseJson": false
}
Responses
200The request was successful.
201The resource was successfully created.
202The resource was asynchronously created.