Create a terms of use definition
post
/fscmRestApi/resources/11.13.18.05/publicSectorTermsOfUses
Request
Header Parameters
-
Effective-Of:
This header accepts a string value. The string is a semi-colon separated list of
= . It is used to perform effective date range operations. The accepted parameters are RangeMode, RangeSpan, RangeStartDate, RangeEndDate, RangeStartSequence and RangeEndSequence. The parameter values are always strings. The possible values for RangeMode are SET_LOGICAL_START, SET_LOGICAL_END, END_DATE, SET_EFFECTIVE_START, SET_EFFECTIVE_END, REPLACE_CORRECTION, REPLACE_UPDATE, RECONCILE_CORRECTION, CORRECTION, RECONCILE_UPDATE, UPDATE, ZAP and DELETE_CHANGES. The possible values for RangeSpan are PHYSICAL_ROW_END_DATE and LOGICAL_ROW_END_DATE. The values for RangeStartDate and RangeEndDate have to be a string representation of a date in yyyy-MM-dd format. The value for RangeStartSequence and RangeEndSequence must be strings such that when parsed they yield positive integers. -
Metadata-Context:
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".
-
REST-Framework-Version:
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.
-
Upsert-Mode:
When set to true, the server will perform an Upsert operation instead of a Create. In an Upsert operation the server attempts to find an existing resource that matches the payload. If found, the server updates the existing resource instead of creating a new one. If not found, or when set to false (the default), a Create is performed.
Supported Media Types
- application/json
The following table describes the body parameters in the request for this task.
Root Schema : schema
Type:
Show Source
object-
AgencyId: integer
(int32)
Default Value:
1The unique identifier for an agency that is associated with a terms of use definition. -
Description(required): string
Title:
DescriptionMaximum Length:100The description of the terms of use definition. -
EffectiveEndDate(required): string
(date)
Title:
Effective End DateThe effective end date of the terms of use definition. -
EffectiveStartDate(required): string
(date)
Title:
Effective Start DateThe effective start date of the terms of use definition. -
TermsContent: string
(byte)
Title:
ContentThe detailed content of the terms of use. -
TermsUsage: array
Terms Usages
Title:
Terms UsagesThe terms usages resource is used to view, add, delete and modify the transaction types that can use a terms of use definition. Terms of use content can be enabled or disabled for use by transactions such as user registration or a permit application. -
TermsUseId(required): string
Title:
Terms of Use IDMaximum Length:15The unique identifier for the terms of use definition.
Nested Schema : Terms Usages
Type:
arrayTitle:
Terms UsagesThe terms usages resource is used to view, add, delete and modify the transaction types that can use a terms of use definition. Terms of use content can be enabled or disabled for use by transactions such as user registration or a permit application.
Show Source
Nested Schema : publicSectorTermsOfUses-TermsUsage-item-post-request
Type:
Show Source
object-
AgencyId: integer
(int32)
The unique identifier for an agency that is associated with a terms of use definition.
-
EffectiveEndDate: string
(date)
The effective end date of the terms of use definition.
-
EffectiveStartDate: string
(date)
The effective start date of the terms of use definition.
-
EnabledFlag: string
Maximum Length:
1Indicates whether the terms of use definition is enabled for the transaction type. If the value is Y, terms of use definition is enabled. The default value is N. -
Product: string
Maximum Length:
30The transaction type for which the terms content is enabled or disabled. -
TermsUseId: string
Maximum Length:
15The unique identifier for a terms of use definition.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context(required):
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".
-
REST-Framework-Version(required):
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.
Root Schema : publicSectorTermsOfUses-item-response
Type:
Show Source
object-
AgencyId: integer
(int32)
Default Value:
1The unique identifier for an agency that is associated with a terms of use definition. -
Description: string
Title:
DescriptionMaximum Length:100The description of the terms of use definition. -
EffectiveEndDate: string
(date)
Title:
Effective End DateThe effective end date of the terms of use definition. -
EffectiveStartDate: string
(date)
Title:
Effective Start DateThe effective start date of the terms of use definition. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TermsContent: string
(byte)
Title:
ContentThe detailed content of the terms of use. -
TermsUsage: array
Terms Usages
Title:
Terms UsagesThe terms usages resource is used to view, add, delete and modify the transaction types that can use a terms of use definition. Terms of use content can be enabled or disabled for use by transactions such as user registration or a permit application. -
TermsUseId: string
Title:
Terms of Use IDMaximum Length:15The unique identifier for the terms of use definition.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Terms Usages
Type:
arrayTitle:
Terms UsagesThe terms usages resource is used to view, add, delete and modify the transaction types that can use a terms of use definition. Terms of use content can be enabled or disabled for use by transactions such as user registration or a permit application.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : publicSectorTermsOfUses-TermsUsage-item-response
Type:
Show Source
object-
AgencyId: integer
(int32)
The unique identifier for an agency that is associated with a terms of use definition.
-
Description: string
Title:
DescriptionRead Only:trueMaximum Length:100The description of the terms of use definition. -
EffectiveEndDate: string
(date)
The effective end date of the terms of use definition.
-
EffectiveStartDate: string
(date)
The effective start date of the terms of use definition.
-
EnabledFlag: string
Maximum Length:
1Indicates whether the terms of use definition is enabled for the transaction type. If the value is Y, terms of use definition is enabled. The default value is N. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Product: string
Maximum Length:
30The transaction type for which the terms content is enabled or disabled. -
TermsUseId: string
Maximum Length:
15The unique identifier for a terms of use definition.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- TermsUsage
-
Parameters:
- publicSectorTermsOfUsesUniqID:
$request.path.publicSectorTermsOfUsesUniqID
The terms usages resource is used to view, add, delete and modify the transaction types that can use a terms of use definition. Terms of use content can be enabled or disabled for use by transactions such as user registration or a permit application. - publicSectorTermsOfUsesUniqID: