POST BusinessPartnerOperation/GetBusinessPartnerOperations/{BusinessPartnerRoleId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessPartnerRoleId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BusinessPartnerOperation| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessPartnerRoleId | globally unique identifier |
None. |
|
| OperationId | globally unique identifier |
None. |
|
| OperationName | string |
None. |
|
| ChangeTracker | ObjectChangeTracker |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"BusinessPartnerRoleId": "606626d1-2315-4479-ac38-837d4961a7ec",
"OperationId": "e9465a2b-bd0d-47ad-b61b-37c6e916ebca",
"OperationName": "sample string 3",
"ChangeTracker": {
"$id": "2",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfBusinessPartnerOperation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<BusinessPartnerOperation z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<BusinessPartnerRoleId>606626d1-2315-4479-ac38-837d4961a7ec</BusinessPartnerRoleId>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<OperationId>e9465a2b-bd0d-47ad-b61b-37c6e916ebca</OperationId>
<OperationName>sample string 3</OperationName>
</BusinessPartnerOperation>
<BusinessPartnerOperation z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfBusinessPartnerOperation>