EMUN1 ASP.NET

<back to all web services

ApplyRelease

Requires Authentication
Required role:Administrator
The following routes are available for this service:
All Verbs/service/ApplyRelease
All Verbs/service/ApplyRelease/{Key*}
AppRelease Parameters:
NameParameterData TypeRequiredDescription
CommitformstringNo
VersionformstringNo
SemVerformVersionNo
TagsformIEnumerable<string>No
EnvTagsformIEnumerable<EnvTags>No
BranchformstringNo
ClientformstringNo
UIformstringNo
BuiltAtformDateTimeNo
LastModifiedAtformDateTimeNo
SizeformlongNo
KeyformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /service/ApplyRelease HTTP/1.1 
Host: www.bernhardthospitality.com 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<ApplyRelease xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Emun.Data">
  <Branch>String</Branch>
  <BuiltAt>0001-01-01T00:00:00</BuiltAt>
  <Client>String</Client>
  <Commit>String</Commit>
  <EnvTags xmlns:d2p1="http://schemas.datacontract.org/2004/07/Emun" i:nil="true" />
  <Key>String</Key>
  <LastModifiedAt>0001-01-01T00:00:00</LastModifiedAt>
  <SemVer xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:_Build>-1</d2p1:_Build>
    <d2p1:_Major>0</d2p1:_Major>
    <d2p1:_Minor>0</d2p1:_Minor>
    <d2p1:_Revision>-1</d2p1:_Revision>
  </SemVer>
  <Size>0</Size>
  <Tags xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
  <UI>String</UI>
  <Version>String</Version>
</ApplyRelease>