Create a GIS transaction mapping

post

/fscmRestApi/resources/11.13.18.05/publicSectorGISTransactionSyncSetups

Request

Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : GIS transaction mapping attributes
Type: array
Title: GIS transaction mapping attributes
This resource is used to view, update, and create GIS transaction mapping attributes. It is also used to specify the attributes of a GIS transaction.
Show Source
Nested Schema : schema
Type: object
Show Source
  • The agency identifier for the GIS transaction mapping attribute.
  • Title: Deleted in GIS
    Maximum Length: 1
    Indicates whether the attribute has been deleted in GIS.
  • Title: GIS Attributes
    Maximum Length: 30
    The attribute name of the GIS transaction mapping attribute.
  • Title: Type
    Maximum Length: 30
    The attribute type of the GIS transaction mapping attribute (valid values are: esriFieldTypeDate, esriFieldTypeDouble, esriFieldTypeInteger, esriFieldTypeSingle, esriFieldTypeSmallInteger, and esriFieldTypeString.).
  • Maximum Length: 30
    The mapping identifier of the GIS transaction mapping.
  • Title: Transaction Attributes
    Maximum Length: 256
    The attribute name of the GIS transaction mapping.
  • Maximum Length: 1000
    The resource of the GIS transaction mapping.
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : publicSectorGISTransactionSyncSetups-item-response
Type: object
Show Source
  • The agency identifier for the GIS transaction mapping.
  • Title: Description
    Maximum Length: 400
    The description of the mapping identifier of the GIS transaction mapping.
  • Title: Enabled
    Maximum Length: 1
    Indicates whether the GIS transaction mapping is enabled.
  • Title: Feature Service
    Maximum Length: 30
    The service identifier of the GIS transaction mapping.
  • GIS transaction mapping attributes
    Title: GIS transaction mapping attributes
    This resource is used to view, update, and create GIS transaction mapping attributes. It is also used to specify the attributes of a GIS transaction.
  • Read Only: true
    Maximum Length: 255
    The description of the layer of the GIS transaction mapping.
  • Maximum Length: 20
    The layer identifier of the GIS transaction mapping.
  • Title: Layer
    Maximum Length: 64
    The layer name of the GIS transaction mapping.
  • Links
  • Title: Mapping Name
    Maximum Length: 30
    The mapping identifier of the GIS transaction mapping.
  • Read Only: true
    Maximum Length: 255
    The description of the offering identifier of the GIS transaction mapping. For example, Permits, Business Licenses, Planning and Zoning, Code Enforcement, and Public Sector Common.
  • Title: Offering
    Maximum Length: 50
    The offering Id of the GIS transaction mapping (e.g. ORA_PSC_OFR_PERMITS, ORA_PSCR_OFR_BUSINESS_LICENSES, ORA_PSCR_OFR_PLANNING_ZONING, ORA_PSCR_OFR_CODE_ENFORCEMENT, ORA_PSC_COMMON).
  • Maximum Length: 30
    The record type identifier of the GIS transaction mapping.
  • The resource identifier of the GIS transaction mapping.
  • Maximum Length: 1000
    The resource path of the GIS transaction mapping.
Nested Schema : GIS transaction mapping attributes
Type: array
Title: GIS transaction mapping attributes
This resource is used to view, update, and create GIS transaction mapping attributes. It is also used to specify the attributes of a GIS transaction.
Show Source
Nested Schema : publicSectorGISTransactionSyncSetups-GISSyncMapAttr-item-response
Type: object
Show Source
  • The agency identifier for the GIS transaction mapping attribute.
  • Title: Deleted in GIS
    Maximum Length: 1
    Indicates whether the attribute has been deleted in GIS.
  • Title: GIS Attributes
    Maximum Length: 30
    The attribute name of the GIS transaction mapping attribute.
  • Title: Type
    Maximum Length: 30
    The attribute type of the GIS transaction mapping attribute (valid values are: esriFieldTypeDate, esriFieldTypeDouble, esriFieldTypeInteger, esriFieldTypeSingle, esriFieldTypeSmallInteger, and esriFieldTypeString.).
  • Links
  • Maximum Length: 30
    The mapping identifier of the GIS transaction mapping.
  • Title: Transaction Attributes
    Maximum Length: 256
    The attribute name of the GIS transaction mapping.
  • Maximum Length: 1000
    The resource of the GIS transaction mapping.
Back to Top