EMUN1 ASP.NET

<back to all web services

UpdateFormSubmission

FormSubmission Parameters:
NameParameterData TypeRequiredDescription
DataformJsonObjectNo
EventsformJsonObjectNo
TaggedModel Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
RefIdformstringNo
EuidformGuidNo
LabelformstringNo
DescriptionformstringNo
ActiveformboolNo
TagsformDictionary<string, HashSet<String>>No
MetaformDictionary<string, string>No
AuditedModel Parameters:
NameParameterData TypeRequiredDescription
CreatedByformstringNo
CreatedOnformDateTimeNo
LastModifiedOnformDateTimeNo
LastModifiedByformstringNo
GeneratedformboolNo
ExportedformboolNo
PositionformintNo

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

HTTP + 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>

<UpdateFormSubmission xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">String</CreatedBy>
  <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">0001-01-01T00:00:00</CreatedOn>
  <Exported xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">false</Exported>
  <Generated xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">false</Generated>
  <LastModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">String</LastModifiedBy>
  <LastModifiedOn xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">0001-01-01T00:00:00</LastModifiedOn>
  <Position xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">0</Position>
  <Active xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">false</Active>
  <Description xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">String</Description>
  <Euid xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">00000000-0000-0000-0000-000000000000</Euid>
  <Id xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">String</Id>
  <Label xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">String</Label>
  <Meta xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>String</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </Meta>
  <RefId xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">String</RefId>
  <Tags xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">
    <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>
        <d2p1:string>String</d2p1:string>
      </d2p1:Value>
    </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
  </Tags>
  <Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>String</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </Data>
  <Events xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>String</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </Events>
</UpdateFormSubmission>

    </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
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>

<FormSubmissionUpdated xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">String</CreatedBy>
  <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">0001-01-01T00:00:00</CreatedOn>
  <Exported xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">false</Exported>
  <Generated xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">false</Generated>
  <LastModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">String</LastModifiedBy>
  <LastModifiedOn xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">0001-01-01T00:00:00</LastModifiedOn>
  <Position xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">0</Position>
  <Active xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">false</Active>
  <Description xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">String</Description>
  <Euid xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">00000000-0000-0000-0000-000000000000</Euid>
  <Id xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">String</Id>
  <Label xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">String</Label>
  <Meta xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>String</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </Meta>
  <RefId xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">String</RefId>
  <Tags xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Emun.Tags">
    <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>
        <d2p1:string>String</d2p1:string>
      </d2p1:Value>
    </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
  </Tags>
  <Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>String</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </Data>
  <Events xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>String</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </Events>
</FormSubmissionUpdated>

    </soap12:Body>
</soap12:Envelope>