POST v1/UpdateBatches

Request Information

URI Parameters

None.

Body Parameters

UpdateBatch
NameDescriptionTypeAdditional information
id_version_update_batch

integer

None.

BatchCreatedOn

date

None.

BatchCreatedBy

string

None.

BatchActive

boolean

None.

BatchDisplayName

string

None.

Request Formats

application/json, text/json

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

application/x-www-form-urlencoded

Sample:

Sample not available.

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:26:43.9623753-08:00",
  "BatchCreatedBy": "sample string 2",
  "BatchActive": true,
  "BatchDisplayName": "sample string 3"
}