All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
buyercontractGetCommunicationCountV1 | GET /1/object/buyercontract/{pkiBuyercontractID}/getCommunicationCount | Retrieve Communication count |
buyercontractGetCommunicationListV1 | GET /1/object/buyercontract/{pkiBuyercontractID}/getCommunicationList | Retrieve Communication list |
buyercontractGetCommunicationrecipientsV1 | GET /1/object/buyercontract/{pkiBuyercontractID}/getCommunicationrecipients | Retrieve Buyercontract's Communicationrecipient |
buyercontractGetCommunicationsendersV1 | GET /1/object/buyercontract/{pkiBuyercontractID}/getCommunicationsenders | Retrieve Buyercontract's Communicationsender |
-(NSURLSessionTask*) buyercontractGetCommunicationCountV1WithPkiBuyercontractID: (NSNumber*) pkiBuyercontractID
completionHandler: (void (^)(BuyercontractGetCommunicationCountV1Response* output, NSError* error)) handler;
Retrieve Communication count
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiBuyercontractID = @56; //
ObjectBuyercontractApi*apiInstance = [[ObjectBuyercontractApi alloc] init];
// Retrieve Communication count
[apiInstance buyercontractGetCommunicationCountV1WithPkiBuyercontractID:pkiBuyercontractID
completionHandler: ^(BuyercontractGetCommunicationCountV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectBuyercontractApi->buyercontractGetCommunicationCountV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiBuyercontractID | NSNumber* |
BuyercontractGetCommunicationCountV1Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) buyercontractGetCommunicationListV1WithPkiBuyercontractID: (NSNumber*) pkiBuyercontractID
completionHandler: (void (^)(BuyercontractGetCommunicationListV1Response* output, NSError* error)) handler;
Retrieve Communication list
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiBuyercontractID = @56; //
ObjectBuyercontractApi*apiInstance = [[ObjectBuyercontractApi alloc] init];
// Retrieve Communication list
[apiInstance buyercontractGetCommunicationListV1WithPkiBuyercontractID:pkiBuyercontractID
completionHandler: ^(BuyercontractGetCommunicationListV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectBuyercontractApi->buyercontractGetCommunicationListV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiBuyercontractID | NSNumber* |
BuyercontractGetCommunicationListV1Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) buyercontractGetCommunicationrecipientsV1WithPkiBuyercontractID: (NSNumber*) pkiBuyercontractID
completionHandler: (void (^)(BuyercontractGetCommunicationrecipientsV1Response* output, NSError* error)) handler;
Retrieve Buyercontract's Communicationrecipient
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiBuyercontractID = @56; //
ObjectBuyercontractApi*apiInstance = [[ObjectBuyercontractApi alloc] init];
// Retrieve Buyercontract's Communicationrecipient
[apiInstance buyercontractGetCommunicationrecipientsV1WithPkiBuyercontractID:pkiBuyercontractID
completionHandler: ^(BuyercontractGetCommunicationrecipientsV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectBuyercontractApi->buyercontractGetCommunicationrecipientsV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiBuyercontractID | NSNumber* |
BuyercontractGetCommunicationrecipientsV1Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) buyercontractGetCommunicationsendersV1WithPkiBuyercontractID: (NSNumber*) pkiBuyercontractID
completionHandler: (void (^)(BuyercontractGetCommunicationsendersV1Response* output, NSError* error)) handler;
Retrieve Buyercontract's Communicationsender
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiBuyercontractID = @56; //
ObjectBuyercontractApi*apiInstance = [[ObjectBuyercontractApi alloc] init];
// Retrieve Buyercontract's Communicationsender
[apiInstance buyercontractGetCommunicationsendersV1WithPkiBuyercontractID:pkiBuyercontractID
completionHandler: ^(BuyercontractGetCommunicationsendersV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectBuyercontractApi->buyercontractGetCommunicationsendersV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiBuyercontractID | NSNumber* |
BuyercontractGetCommunicationsendersV1Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]