POST api/IntegrationSettings/GeoEnviron

Request Information

URI Parameters

None.

Body Parameters

WorkPoint365.ThirdParty.Model.GeoEnvironSettings
NameDescriptionTypeAdditional information
CaseBusinessModules

Collection of WorkPoint365.ThirdParty.Model.GeoEnvironSettings+GeoEnvironCaseModuleSettings

None.

Request Formats

application/json, text/json

Sample:
{
  "CaseBusinessModules": [
    {
      "Id": "a19eacca-095c-4dc9-ba73-893fc6bd6e08",
      "ActiveCasesViewId": "99bf2a6c-5780-4805-bd45-04fa2e072815",
      "CaseIdFieldInternalName": "sample string 3",
      "CaseTitleFieldInternalName": "sample string 4",
      "DocumentList": "sample string 5",
      "DefaultDocumentContentTypeID": "sample string 6",
      "EmailsList": "sample string 7",
      "DefaultEmailContentTypeID": "sample string 8",
      "PartsList": "sample string 9",
      "CVRNumberFieldInternalName": "sample string 10",
      "CPRNumberFieldInternalName": "sample string 11",
      "CaseClosedContentTypeID": "sample string 12",
      "CaseClosedContentTypeName": "sample string 13",
      "CaseActiveContentTypeID": "sample string 14",
      "CaseActiveContentTypeName": "sample string 15",
      "CaseFieldMappings": [
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        },
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        }
      ],
      "DocumentFieldMappings": [
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        },
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        }
      ],
      "EmailFieldMappings": [
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        },
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        }
      ],
      "DefaultPartsFieldMappings": [
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        },
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        }
      ],
      "DefaultContentTypeMappings": [
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        },
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        }
      ]
    },
    {
      "Id": "a19eacca-095c-4dc9-ba73-893fc6bd6e08",
      "ActiveCasesViewId": "99bf2a6c-5780-4805-bd45-04fa2e072815",
      "CaseIdFieldInternalName": "sample string 3",
      "CaseTitleFieldInternalName": "sample string 4",
      "DocumentList": "sample string 5",
      "DefaultDocumentContentTypeID": "sample string 6",
      "EmailsList": "sample string 7",
      "DefaultEmailContentTypeID": "sample string 8",
      "PartsList": "sample string 9",
      "CVRNumberFieldInternalName": "sample string 10",
      "CPRNumberFieldInternalName": "sample string 11",
      "CaseClosedContentTypeID": "sample string 12",
      "CaseClosedContentTypeName": "sample string 13",
      "CaseActiveContentTypeID": "sample string 14",
      "CaseActiveContentTypeName": "sample string 15",
      "CaseFieldMappings": [
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        },
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        }
      ],
      "DocumentFieldMappings": [
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        },
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        }
      ],
      "EmailFieldMappings": [
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        },
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        }
      ],
      "DefaultPartsFieldMappings": [
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        },
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        }
      ],
      "DefaultContentTypeMappings": [
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        },
        {
          "InternalName": "sample string 1",
          "MappedWpFieldInternalName": "sample string 2"
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<GeoEnvironSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkPoint365.ThirdParty.Model">
  <CaseBusinessModules>
    <GeoEnvironSettings.GeoEnvironCaseModuleSettings>
      <ActiveCasesViewId>99bf2a6c-5780-4805-bd45-04fa2e072815</ActiveCasesViewId>
      <CPRNumberFieldInternalName>sample string 11</CPRNumberFieldInternalName>
      <CVRNumberFieldInternalName>sample string 10</CVRNumberFieldInternalName>
      <CaseActiveContentTypeID>sample string 14</CaseActiveContentTypeID>
      <CaseActiveContentTypeName>sample string 15</CaseActiveContentTypeName>
      <CaseClosedContentTypeID>sample string 12</CaseClosedContentTypeID>
      <CaseClosedContentTypeName>sample string 13</CaseClosedContentTypeName>
      <CaseFieldMappings>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
      </CaseFieldMappings>
      <CaseIdFieldInternalName>sample string 3</CaseIdFieldInternalName>
      <CaseTitleFieldInternalName>sample string 4</CaseTitleFieldInternalName>
      <DefaultContentTypeMappings>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
      </DefaultContentTypeMappings>
      <DefaultDocumentContentTypeID>sample string 6</DefaultDocumentContentTypeID>
      <DefaultEmailContentTypeID>sample string 8</DefaultEmailContentTypeID>
      <DefaultPartsFieldMappings>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
      </DefaultPartsFieldMappings>
      <DocumentFieldMappings>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
      </DocumentFieldMappings>
      <DocumentList>sample string 5</DocumentList>
      <EmailFieldMappings>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
      </EmailFieldMappings>
      <EmailsList>sample string 7</EmailsList>
      <Id>a19eacca-095c-4dc9-ba73-893fc6bd6e08</Id>
      <PartsList>sample string 9</PartsList>
    </GeoEnvironSettings.GeoEnvironCaseModuleSettings>
    <GeoEnvironSettings.GeoEnvironCaseModuleSettings>
      <ActiveCasesViewId>99bf2a6c-5780-4805-bd45-04fa2e072815</ActiveCasesViewId>
      <CPRNumberFieldInternalName>sample string 11</CPRNumberFieldInternalName>
      <CVRNumberFieldInternalName>sample string 10</CVRNumberFieldInternalName>
      <CaseActiveContentTypeID>sample string 14</CaseActiveContentTypeID>
      <CaseActiveContentTypeName>sample string 15</CaseActiveContentTypeName>
      <CaseClosedContentTypeID>sample string 12</CaseClosedContentTypeID>
      <CaseClosedContentTypeName>sample string 13</CaseClosedContentTypeName>
      <CaseFieldMappings>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
      </CaseFieldMappings>
      <CaseIdFieldInternalName>sample string 3</CaseIdFieldInternalName>
      <CaseTitleFieldInternalName>sample string 4</CaseTitleFieldInternalName>
      <DefaultContentTypeMappings>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
      </DefaultContentTypeMappings>
      <DefaultDocumentContentTypeID>sample string 6</DefaultDocumentContentTypeID>
      <DefaultEmailContentTypeID>sample string 8</DefaultEmailContentTypeID>
      <DefaultPartsFieldMappings>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
      </DefaultPartsFieldMappings>
      <DocumentFieldMappings>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
      </DocumentFieldMappings>
      <DocumentList>sample string 5</DocumentList>
      <EmailFieldMappings>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
        <MappingOption>
          <InternalName>sample string 1</InternalName>
          <MappedWpFieldInternalName>sample string 2</MappedWpFieldInternalName>
        </MappingOption>
      </EmailFieldMappings>
      <EmailsList>sample string 7</EmailsList>
      <Id>a19eacca-095c-4dc9-ba73-893fc6bd6e08</Id>
      <PartsList>sample string 9</PartsList>
    </GeoEnvironSettings.GeoEnvironCaseModuleSettings>
  </CaseBusinessModules>
</GeoEnvironSettings>

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.