Méthode | Description | |
---|---|---|
Get ( long id, string fields = null ) : Batch |
Returns a single Batch instance for a given batch id. This API is useful for determining the state of a validating batch.
|
|
Update ( Batch batch ) : void |
Update batch
|
Méthode | Description | |
---|---|---|
BatchesApi ( RestApiClient client ) : System.Collections.Generic |
public Get ( long id, string fields = null ) : Batch | ||
id | long | id of batch |
fields | string | limit fields returned. Example fields=id,name |
Résultat | Batch |
public Update ( Batch batch ) : void | ||
batch | Batch | batch to update |
Résultat | void |