public static async Task <PostPlantingSummaryResponse> PostTelematicsNodePlantingSummaryExample(int nodeId, PostPlantingSummaryRequest postPlantingSummaryRequest) { TelematicsV2 telematicsV2 = new TelematicsV2(publicKey, privateKey, userKey); PostPlantingSummaryResponse response = await telematicsV2.PostTelematicsNodePlantingSummary(nodeId, postPlantingSummaryRequest); return(response); }
public static async Task <PostPlantingSummaryResponse> PostTelematicsNodePlantingSummaryExample(int nodeId, PostPlantingSummaryRequest postPlantingSummaryRequest) { PostPlantingSummaryResponse response = await DataExchangeAPI.PostTelematicsNodePlantingSummary(nodeId, postPlantingSummaryRequest); return(response); }