POST api/build_release/create

Request Information

URI Parameters

None.

Body Parameters

BuildRelease
NameDescriptionTypeAdditional 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": "ba3e598c-f7ca-4d0e-a382-101d97fcd2c1",
  "ReleaseName": "sample string 2",
  "State": 3,
  "Environment": 4,
  "BuildAgentId": 5,
  "ApplicationVersionNumber": "sample string 6",
  "ReleaseApplications": 7,
  "ScheduledDateTime": "2026-02-19T08:08:03.8526449",
  "StartImmediately": true,
  "BuildStartedDateTime": "2026-02-19T08:08:03.8526449",
  "DeployedServicesAndApplications": 11,
  "BuildProgress": 12,
  "BuildStatus": "sample string 13",
  "IsHold": true,
  "IsFailed": true,
  "DeletedDateTime": "2026-02-19T08:08:03.8526449",
  "BuildCompletedDateTime": "2026-02-19T08:08:03.8526449",
  "IsApproved": true,
  "BuildAgentName": "sample string 19",
  "StateText": "sample string 20",
  "EnvironmentText": "sample string 21",
  "CreatedByFirstName": "sample string 22",
  "CreateByLastName": "sample string 23",
  "Messages": [
    {
      "ID": "b2b7e8b3-285b-4744-8eee-0d6493f47479",
      "ReferenceID": "dd6d2912-c18b-461c-933e-cb14531df0ed",
      "TypeOfMessage": 3,
      "MessageText": "sample string 4",
      "CreatedDateTime": "2026-02-19T08:08:03.8526449",
      "TypeOfMessageText": "sample string 6"
    },
    {
      "ID": "b2b7e8b3-285b-4744-8eee-0d6493f47479",
      "ReferenceID": "dd6d2912-c18b-461c-933e-cb14531df0ed",
      "TypeOfMessage": 3,
      "MessageText": "sample string 4",
      "CreatedDateTime": "2026-02-19T08:08:03.8526449",
      "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": "ed0fdfc9-00dd-45ef-9c57-52b7fbe2ad79",
  "ShowHold": false,
  "ShowUnhold": false,
  "AgentLastCallReceived": "2026-02-19T08:08:03.8526449",
  "CreatedUserID": "6387ec6a-9f9e-459f-ab7a-f255bfc34a83",
  "CreatedDateTime": "2026-02-19T08:08:03.8526449"
}

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:03.8526449</CreatedDateTime>
  <CreatedUserID>6387ec6a-9f9e-459f-ab7a-f255bfc34a83</CreatedUserID>
  <AccessManagementService>true</AccessManagementService>
  <AgentLastCallReceived>2026-02-19T08:08:03.8526449</AgentLastCallReceived>
  <ApplicationVersionNumber>sample string 6</ApplicationVersionNumber>
  <BuildAgentId>5</BuildAgentId>
  <BuildAgentName>sample string 19</BuildAgentName>
  <BuildCompletedDateTime>2026-02-19T08:08:03.8526449</BuildCompletedDateTime>
  <BuildProgress>12</BuildProgress>
  <BuildStartedDateTime>2026-02-19T08:08:03.8526449</BuildStartedDateTime>
  <BuildStatus>sample string 13</BuildStatus>
  <CreateByLastName>sample string 23</CreateByLastName>
  <CreatedByFirstName>sample string 22</CreatedByFirstName>
  <DataBase>true</DataBase>
  <DeletedDateTime>2026-02-19T08:08:03.8526449</DeletedDateTime>
  <DeployedServicesAndApplications>11</DeployedServicesAndApplications>
  <DocManExtensionsService>true</DocManExtensionsService>
  <DocumentManagementService>true</DocumentManagementService>
  <Environment>4</Environment>
  <EnvironmentBit63>24</EnvironmentBit63>
  <EnvironmentText>sample string 21</EnvironmentText>
  <ID>ba3e598c-f7ca-4d0e-a382-101d97fcd2c1</ID>
  <IdentityService>true</IdentityService>
  <IsApproved>true</IsApproved>
  <IsFailed>true</IsFailed>
  <IsHold>true</IsHold>
  <Messages>
    <Message>
      <CreatedDateTime>2026-02-19T08:08:03.8526449</CreatedDateTime>
      <ID>b2b7e8b3-285b-4744-8eee-0d6493f47479</ID>
      <MessageText>sample string 4</MessageText>
      <ReferenceID>dd6d2912-c18b-461c-933e-cb14531df0ed</ReferenceID>
      <TypeOfMessage>3</TypeOfMessage>
      <TypeOfMessageText>sample string 6</TypeOfMessageText>
    </Message>
    <Message>
      <CreatedDateTime>2026-02-19T08:08:03.8526449</CreatedDateTime>
      <ID>b2b7e8b3-285b-4744-8eee-0d6493f47479</ID>
      <MessageText>sample string 4</MessageText>
      <ReferenceID>dd6d2912-c18b-461c-933e-cb14531df0ed</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:03.8526449</ScheduledDateTime>
  <StartImmediately>true</StartImmediately>
  <State>3</State>
  <StateText>sample string 20</StateText>
  <User>ed0fdfc9-00dd-45ef-9c57-52b7fbe2ad79</User>
  <WorkflowManagementService>true</WorkflowManagementService>
</BuildRelease>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.