isave.API


Click here for a complete list of operations.

UpdateElement

Updates an Element requires the whole object

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /mrm/services/api.asmx HTTP/1.1
Host: dialog.isave.no
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://isave.no/UpdateElement"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <UpdateElement xmlns="http://isave.no/">
      <username>string</username>
      <password>string</password>
      <e>
        <ElementID>int</ElementID>
        <ExtElementNumber>string</ExtElementNumber>
        <TemplateElement>boolean</TemplateElement>
        <MenuTypeID>int</MenuTypeID>
        <ElementName>string</ElementName>
        <PersonID>int</PersonID>
        <GeneratedForPersonID>int</GeneratedForPersonID>
        <ElementInfo>string</ElementInfo>
        <SupplierID>int</SupplierID>
        <PriceType>short</PriceType>
        <Hidden>boolean</Hidden>
        <DeletedStamp>dateTime</DeletedStamp>
        <Stamp>dateTime</Stamp>
        <ChangeStamp>dateTime</ChangeStamp>
        <FormsInfo>string</FormsInfo>
        <PartOfBatchJob>boolean</PartOfBatchJob>
        <ContactID>int</ContactID>
        <DatalistID>int</DatalistID>
        <GroupID>int</GroupID>
        <InfoText>string</InfoText>
        <UnitDescription>string</UnitDescription>
        <SetupCharge>decimal</SetupCharge>
        <Count>int</Count>
        <HiResSetting>short</HiResSetting>
        <FileSize>long</FileSize>
        <Variant>boolean</Variant>
        <DaysToLive>int</DaysToLive>
        <ExtActivityID>string</ExtActivityID>
        <TaxID>int</TaxID>
        <DeliveryTaxID>int</DeliveryTaxID>
        <CSV>boolean</CSV>
        <FilesID>int</FilesID>
        <ProofSetting>short</ProofSetting>
        <ProofWorkspace>string</ProofWorkspace>
        <Proofed>boolean</Proofed>
        <ProofFileID>int</ProofFileID>
        <CopyFromElementID>int</CopyFromElementID>
        <IsDraft>boolean</IsDraft>
        <HiResImage>string</HiResImage>
        <OpenedStamp>dateTime</OpenedStamp>
        <NotAvailable>boolean</NotAvailable>
        <AvailableFrom>dateTime</AvailableFrom>
        <AvailableTo>dateTime</AvailableTo>
        <EdmSubject>string</EdmSubject>
        <FilterSpecFieldListSequence>int</FilterSpecFieldListSequence>
        <WebshopElement>boolean</WebshopElement>
        <ImageOrientation>short</ImageOrientation>
        <IsDirty>dateTime</IsDirty>
        <FormatHeight>int</FormatHeight>
        <FormatWidth>int</FormatWidth>
        <CertifyWhenOrder>boolean</CertifyWhenOrder>
        <TemplateData>string</TemplateData>
        <CompanyReference />
        <FolderReference />
        <TemplateReference />
      </e>
    </UpdateElement>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <UpdateElementResponse xmlns="http://isave.no/" />
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /mrm/services/api.asmx HTTP/1.1
Host: dialog.isave.no
Content-Type: application/soap+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>
    <UpdateElement xmlns="http://isave.no/">
      <username>string</username>
      <password>string</password>
      <e>
        <ElementID>int</ElementID>
        <ExtElementNumber>string</ExtElementNumber>
        <TemplateElement>boolean</TemplateElement>
        <MenuTypeID>int</MenuTypeID>
        <ElementName>string</ElementName>
        <PersonID>int</PersonID>
        <GeneratedForPersonID>int</GeneratedForPersonID>
        <ElementInfo>string</ElementInfo>
        <SupplierID>int</SupplierID>
        <PriceType>short</PriceType>
        <Hidden>boolean</Hidden>
        <DeletedStamp>dateTime</DeletedStamp>
        <Stamp>dateTime</Stamp>
        <ChangeStamp>dateTime</ChangeStamp>
        <FormsInfo>string</FormsInfo>
        <PartOfBatchJob>boolean</PartOfBatchJob>
        <ContactID>int</ContactID>
        <DatalistID>int</DatalistID>
        <GroupID>int</GroupID>
        <InfoText>string</InfoText>
        <UnitDescription>string</UnitDescription>
        <SetupCharge>decimal</SetupCharge>
        <Count>int</Count>
        <HiResSetting>short</HiResSetting>
        <FileSize>long</FileSize>
        <Variant>boolean</Variant>
        <DaysToLive>int</DaysToLive>
        <ExtActivityID>string</ExtActivityID>
        <TaxID>int</TaxID>
        <DeliveryTaxID>int</DeliveryTaxID>
        <CSV>boolean</CSV>
        <FilesID>int</FilesID>
        <ProofSetting>short</ProofSetting>
        <ProofWorkspace>string</ProofWorkspace>
        <Proofed>boolean</Proofed>
        <ProofFileID>int</ProofFileID>
        <CopyFromElementID>int</CopyFromElementID>
        <IsDraft>boolean</IsDraft>
        <HiResImage>string</HiResImage>
        <OpenedStamp>dateTime</OpenedStamp>
        <NotAvailable>boolean</NotAvailable>
        <AvailableFrom>dateTime</AvailableFrom>
        <AvailableTo>dateTime</AvailableTo>
        <EdmSubject>string</EdmSubject>
        <FilterSpecFieldListSequence>int</FilterSpecFieldListSequence>
        <WebshopElement>boolean</WebshopElement>
        <ImageOrientation>short</ImageOrientation>
        <IsDirty>dateTime</IsDirty>
        <FormatHeight>int</FormatHeight>
        <FormatWidth>int</FormatWidth>
        <CertifyWhenOrder>boolean</CertifyWhenOrder>
        <TemplateData>string</TemplateData>
        <CompanyReference />
        <FolderReference />
        <TemplateReference />
      </e>
    </UpdateElement>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+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>
    <UpdateElementResponse xmlns="http://isave.no/" />
  </soap12:Body>
</soap12:Envelope>