示例#1
0
 /// <summary>
 /// This code demonstrates how to get the process status.
 /// This code performs a simple GET on the "/services/rest/orders/v1/process/" PlazaAPI.
 /// </summary>
 /// <param name="plazaAPIClient">The plaza API client.</param>
 private static void GetProcessStatus(PlazaAPIClient plazaAPIClient)
 {
     ProcessOrdersOverview processOrdersOverview = plazaAPIClient.GetProcessStatus(123);
 }
 /// <summary>
 /// This code demonstrates how to get the process status.
 /// This code performs a simple GET on the "/services/rest/orders/v1/process/" PlazaAPI.
 /// </summary>
 /// <param name="plazaAPIClient">The plaza API client.</param>
 private static void GetProcessStatus(PlazaAPIClient plazaAPIClient)
 {
     ProcessOrdersOverview processOrdersOverview = plazaAPIClient.GetProcessStatus(123);
 }