ResourceCollection<PartnerRelationship> |
CustomerRelationshipCollectionOperations.get() |
Retrieves all the partner relationships associated to the customer based on the logged in partner.
|
ResourceCollection<PartnerRelationship> |
ICustomerRelationshipCollection.get() |
Retrieves all the partner relationships associated to the customer based on the logged in partner.
|
ResourceCollection<PartnerRelationship> |
IRelationshipCollection.get(PartnerRelationshipType partnerRelationshipType) |
Retrieves all the partner relationships.
|
ResourceCollection<PartnerRelationship> |
RelationshipCollectionOperations.get(PartnerRelationshipType partnerRelationshipType) |
Retrieves all the partner relationships.
|
ResourceCollection<PartnerRelationship> |
IRelationshipCollection.Query(PartnerRelationshipType partnerRelationshipType,
IQuery query) |
Queries partner relationships associated to the partner.
|
ResourceCollection<PartnerRelationship> |
RelationshipCollectionOperations.Query(PartnerRelationshipType partnerRelationshipType,
IQuery query) |
Queries partner relationships associated to the partner.
|