PUT api/BatchConfiguration/{Id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
Body Parameters
BatchConfigurationViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
PangolinAppId | globally unique identifier |
None. |
|
HasLock | boolean |
None. |
|
NumberOfMonthsBatchesAreDeletedAfter | integer |
None. |
|
NumberOfMostRecentBatchesToKeep | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "e6a587d7-a3a7-4cf0-a827-d07cb90a3b7a", "PangolinAppId": "1c79c994-b336-4cb7-a3d7-a97c087a195c", "HasLock": true, "NumberOfMonthsBatchesAreDeletedAfter": 4, "NumberOfMostRecentBatchesToKeep": 5 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.