Update

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Definition

https://portal.xpertdoc.com/odata4/v6/Batches(:batchId)

Parameters

batchId: String

Examples

{
	"odata.type": "Xpertdoc.Portal.Batch",
	"BatchGroupId": "00000000-0000-0000-0000-000000000000",
	"BatchId": "00000000-0000-0000-0000-000000000000",
	"CreatedByUserProfileId": "00000000-0000-0000-0000-000000000000",
	"CreatedDate": "2016-01-01T00:00:00.0000000Z",
	"Description": "",
	"EndTime": "2016-01-01T00:00:00.0000000Z",
	"ErrorMessage": null,
	"ExecutedByUserProfileId": "00000000-0000-0000-0000-000000000000",
	"InputMetadata": "",
	"IsArchived": false,
	"ModifiedByUserProfileId": "00000000-0000-0000-0000-000000000000",
	"ModifiedDate": "2016-01-01T00:00:00.0000000Z",
	"Name": "New Name",
	"OutputMetadata": null,
	"StartTime": "2016-01-01T00:00:00.0000000Z",
	"Status": "Completed",
	"Timestamp": "AAAAAAAEqbA=",
	"WorkerName": "Xpertdoc.DocumentServices.AzureService_IN_0"
}
var batch = portalContext.Batches.Where(b => b.BatchId == Guid.Parse("00000000-0000-0000-0000-000000000000")).FirstOrDefault ();

batch.Name = "New Name";
batch.ValueToChange = value;

portalContext.Update(batch);
portalContext.SaveChanges();
Path Params
string
required
Defaults to 00000000-0000-0000-0000-000000000000
Body Params
string
Defaults to 00000000-0000-0000-0000-000000000000
string
Defaults to 00000000-0000-0000-0000-000000000000
string
Defaults to 2016-01-01T00:00:00.0000000Z
string
string
Defaults to 2016-01-01T00:00:00.0000000Z
string
string
Defaults to 00000000-0000-0000-0000-000000000000
string
string
string
Defaults to 00000000-0000-0000-0000-000000000000
string
Defaults to 2016-01-01T00:00:00.0000000Z
string
string
string
Defaults to 2016-01-01T00:00:00.0000000Z
string
Defaults to Created
string
string
Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json