GET v1/UpdateBatches?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

UpdateBatch
NameDescriptionTypeAdditional information
id_version_update_batch

integer

None.

BatchCreatedOn

date

None.

BatchCreatedBy

string

None.

BatchActive

boolean

None.

BatchDisplayName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id_version_update_batch": 1,
  "BatchCreatedOn": "2024-11-20T22:29:59.7999418-08:00",
  "BatchCreatedBy": "sample string 2",
  "BatchActive": true,
  "BatchDisplayName": "sample string 3"
}