Create a TOU statement and assign to multiple TOUs
POST {{stripeUrl}}/admin/v1/TermsOfUseStatements
Create a terms of use statement and assign it to multiple terms of uses.
Use the TOU name
attribute value for the display
attribute value in this request.
Request Body
{"locale"=>"ko", "statement"=>"This statement describe the information we process to support our products and features offered by our products. To provide our products to you, we must porcess information about you. The type of information that we collect depends on how you use our products. More Terms of Use statement content......", "termsOfUse"=>[{"$ref"=>"https://tenant-base-url/admin/v1/Apps/006ee45fc7b04d0ab2649d643d8fec42", "display"=>"Asia Terms Of Use", "value"=>"8f29335b4a304e82b930d8e8cdf386e9"}, {"$ref"=>"https://tenant-base-url/admin/v1/Apps/821c30b0582b4db9b9d36c18ef8e48ed", "locale"=>"Default Terms Of Use", "value"=>"DefaultTermsOfUse"}], "schemas"=>["urn:ietf:params:scim:schemas:oracle:idcs:TermsOfUseStatement"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Date | string | ||
Content-Type | string | ||
x-content-sha256 | string |
RESPONSES
status: Created
{"idcsLastModifiedBy":{"type":"App","value":"006ee45fc7b04d0ab2649d643d8fec42","display":"OAuth Client","$ref":"https://tenant-base-url/admin/v1/Apps/006ee45fc7b04d0ab2649d643d8fec42"},"idcsCreatedBy":{"type":"App","display":"OAuth Client","value":"006ee45fc7b04d0ab2649d643d8fec42","$ref":"https://tenant-base-url/admin/v1/Apps/006ee45fc7b04d0ab2649d643d8fec42"},"locale":"ko","statement":"This statement describe the information we process to support our products and features offered by our products. To provide our products to you, we must porcess information about you. The type of information that we collect depends on how you use our products. More Terms of Use statement content......","id":"938a8cfbf67848cc85f00b4f545d3882","meta":{"created":"2018-10-18T21:01:48.381Z","lastModified":"2018-10-18T21:01:48.381Z","resourceType":"TermsOfUseStatement","location":"https://tenant-base-url/admin/v1/TermsOfUseStatements/938a8cfbf67848cc85f00b4f545d3882"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:TermsOfUseStatement"]}