POST api/build_release/status/update
Request Information
URI Parameters
None.
Body Parameters
BuildRelease| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| ReleaseName | string |
Required Max length: -1 |
|
| State | integer |
Required |
|
| Environment | integer |
Required |
|
| BuildAgentId | integer |
Required |
|
| ApplicationVersionNumber | string |
Required Max length: 300 |
|
| ReleaseApplications | integer |
Required |
|
| ScheduledDateTime | date |
Required |
|
| StartImmediately | boolean |
Required |
|
| BuildStartedDateTime | date |
Required |
|
| DeployedServicesAndApplications | integer |
Required |
|
| BuildProgress | integer |
Required |
|
| BuildStatus | string |
Required Max length: 300 |
|
| IsHold | boolean |
Required |
|
| IsFailed | boolean |
Required |
|
| DeletedDateTime | date |
Required |
|
| BuildCompletedDateTime | date |
Required |
|
| IsApproved | boolean |
Required |
|
| BuildAgentName | string |
None. |
|
| StateText | string |
None. |
|
| EnvironmentText | string |
None. |
|
| CreatedByFirstName | string |
None. |
|
| CreateByLastName | string |
None. |
|
| Messages | Collection of Message |
None. |
|
| CreatedByFullName | string |
None. |
|
| EnvironmentBit63 | integer |
None. |
|
| PaymentProcessingApplication | boolean |
None. |
|
| IdentityService | boolean |
None. |
|
| AccessManagementService | boolean |
None. |
|
| WorkflowManagementService | boolean |
None. |
|
| DocumentManagementService | boolean |
None. |
|
| PaymentProcessingService | boolean |
None. |
|
| DocManExtensionsService | boolean |
None. |
|
| DataBase | boolean |
None. |
|
| User | globally unique identifier |
None. |
|
| ShowHold | boolean |
None. |
|
| ShowUnhold | boolean |
None. |
|
| AgentLastCallReceived | date |
None. |
|
| CreatedUserID | globally unique identifier |
Required |
|
| CreatedDateTime | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "13fb0549-3de5-43b5-a163-97bfdd03aee9",
"ReleaseName": "sample string 2",
"State": 3,
"Environment": 4,
"BuildAgentId": 5,
"ApplicationVersionNumber": "sample string 6",
"ReleaseApplications": 7,
"ScheduledDateTime": "2026-02-19T08:08:04.0870561",
"StartImmediately": true,
"BuildStartedDateTime": "2026-02-19T08:08:04.0870561",
"DeployedServicesAndApplications": 11,
"BuildProgress": 12,
"BuildStatus": "sample string 13",
"IsHold": true,
"IsFailed": true,
"DeletedDateTime": "2026-02-19T08:08:04.0870561",
"BuildCompletedDateTime": "2026-02-19T08:08:04.0870561",
"IsApproved": true,
"BuildAgentName": "sample string 19",
"StateText": "sample string 20",
"EnvironmentText": "sample string 21",
"CreatedByFirstName": "sample string 22",
"CreateByLastName": "sample string 23",
"Messages": [
{
"ID": "3d7babad-829e-4a58-9d8f-896ded90e3af",
"ReferenceID": "afa8366e-391d-4b93-a772-a1c1218a7a63",
"TypeOfMessage": 3,
"MessageText": "sample string 4",
"CreatedDateTime": "2026-02-19T08:08:04.0870561",
"TypeOfMessageText": "sample string 6"
},
{
"ID": "3d7babad-829e-4a58-9d8f-896ded90e3af",
"ReferenceID": "afa8366e-391d-4b93-a772-a1c1218a7a63",
"TypeOfMessage": 3,
"MessageText": "sample string 4",
"CreatedDateTime": "2026-02-19T08:08:04.0870561",
"TypeOfMessageText": "sample string 6"
}
],
"CreatedByFullName": "sample string 22 sample string 23",
"EnvironmentBit63": 24,
"PaymentProcessingApplication": true,
"IdentityService": true,
"AccessManagementService": true,
"WorkflowManagementService": true,
"DocumentManagementService": true,
"PaymentProcessingService": true,
"DocManExtensionsService": true,
"DataBase": true,
"User": "c83beb30-47d9-4779-a2bb-af27f0c28449",
"ShowHold": false,
"ShowUnhold": false,
"AgentLastCallReceived": "2026-02-19T08:08:04.0870561",
"CreatedUserID": "bdf55c96-afb6-4654-b5da-e12d95828f77",
"CreatedDateTime": "2026-02-19T08:08:04.0870561"
}
application/xml, text/xml
Sample:
<BuildRelease xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BuildManager.Core.Service.Database">
<CreatedDateTime>2026-02-19T08:08:04.0870561</CreatedDateTime>
<CreatedUserID>bdf55c96-afb6-4654-b5da-e12d95828f77</CreatedUserID>
<AccessManagementService>true</AccessManagementService>
<AgentLastCallReceived>2026-02-19T08:08:04.0870561</AgentLastCallReceived>
<ApplicationVersionNumber>sample string 6</ApplicationVersionNumber>
<BuildAgentId>5</BuildAgentId>
<BuildAgentName>sample string 19</BuildAgentName>
<BuildCompletedDateTime>2026-02-19T08:08:04.0870561</BuildCompletedDateTime>
<BuildProgress>12</BuildProgress>
<BuildStartedDateTime>2026-02-19T08:08:04.0870561</BuildStartedDateTime>
<BuildStatus>sample string 13</BuildStatus>
<CreateByLastName>sample string 23</CreateByLastName>
<CreatedByFirstName>sample string 22</CreatedByFirstName>
<DataBase>true</DataBase>
<DeletedDateTime>2026-02-19T08:08:04.0870561</DeletedDateTime>
<DeployedServicesAndApplications>11</DeployedServicesAndApplications>
<DocManExtensionsService>true</DocManExtensionsService>
<DocumentManagementService>true</DocumentManagementService>
<Environment>4</Environment>
<EnvironmentBit63>24</EnvironmentBit63>
<EnvironmentText>sample string 21</EnvironmentText>
<ID>13fb0549-3de5-43b5-a163-97bfdd03aee9</ID>
<IdentityService>true</IdentityService>
<IsApproved>true</IsApproved>
<IsFailed>true</IsFailed>
<IsHold>true</IsHold>
<Messages>
<Message>
<CreatedDateTime>2026-02-19T08:08:04.0870561</CreatedDateTime>
<ID>3d7babad-829e-4a58-9d8f-896ded90e3af</ID>
<MessageText>sample string 4</MessageText>
<ReferenceID>afa8366e-391d-4b93-a772-a1c1218a7a63</ReferenceID>
<TypeOfMessage>3</TypeOfMessage>
<TypeOfMessageText>sample string 6</TypeOfMessageText>
</Message>
<Message>
<CreatedDateTime>2026-02-19T08:08:04.0870561</CreatedDateTime>
<ID>3d7babad-829e-4a58-9d8f-896ded90e3af</ID>
<MessageText>sample string 4</MessageText>
<ReferenceID>afa8366e-391d-4b93-a772-a1c1218a7a63</ReferenceID>
<TypeOfMessage>3</TypeOfMessage>
<TypeOfMessageText>sample string 6</TypeOfMessageText>
</Message>
</Messages>
<PaymentProcessingApplication>true</PaymentProcessingApplication>
<PaymentProcessingService>true</PaymentProcessingService>
<ReleaseApplications>7</ReleaseApplications>
<ReleaseName>sample string 2</ReleaseName>
<ScheduledDateTime>2026-02-19T08:08:04.0870561</ScheduledDateTime>
<StartImmediately>true</StartImmediately>
<State>3</State>
<StateText>sample string 20</StateText>
<User>c83beb30-47d9-4779-a2bb-af27f0c28449</User>
<WorkflowManagementService>true</WorkflowManagementService>
</BuildRelease>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.