Required role: | Administrator |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Commit | form | string | No | |
Version | form | string | No | |
SemVer | form | Version | No | |
Tags | form | IEnumerable<string> | No | |
EnvTags | form | IEnumerable<EnvTags> | No | |
Branch | form | string | No | |
Client | form | string | No | |
UI | form | string | No | |
BuiltAt | form | DateTime | No | |
LastModifiedAt | form | DateTime | No | |
Size | form | long | No | |
Key | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .soap12 suffix or ?format=soap12
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /soap12 HTTP/1.1
Host: www.bernhardthospitality.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<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>
</soap12:Body>
</soap12:Envelope>