createCmsContentMap
post
                    /ccadmin/v1/cmsContentMaps
Create CmsContentMap. Creates a CmsContentMap object.
                Request
Supported Media Types
                - application/json
Root Schema : createCmsContentMap_request
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    objectExample:
    
    
POST /ccadminui/v1/cmsContentMapsResponse
Supported Media Types
                - application/json
200 Response
Following model is returned when operation succeeds.
                
                
                    Root Schema : createCmsContentMap_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            channelId(optional): 
            string
            The channel ID.
- 
            cmsPageSlug(optional): 
            string
            The page slug.
- 
            cmsSubDirectory(optional): 
            string
            The sub directory.
- 
            contentId(optional): 
            string
            The content ID.
- 
            contentType(optional): 
            string
            The content type.
- 
            createdDate(optional): 
            string
            The date the record was created.
- 
            id(optional): 
            string
            The ID.
- 
            layoutId(optional): 
            string
            The layout ID.
- 
            localeId(optional): 
            string
            The locale ID.
- 
            repositoryId(optional): 
            string
            The repository ID.
- 
            sourceType(optional): 
            string
            The source type.
Example Response (application/json)
                    [
    {
        "createdDate":"2108-01-01T05:36:20.131Z",
        "cmsSubDirectory":"",
        "sourceType":"myBlog",
        "contentId":"345",
        "repositoryId":"100002",
        "cmsPageSlug":"blog/blog-2",
        "id":"2",
        "contentType":"default",
        "layoutId":"blogLayout",
        "channelId":"1",
        "localeId":"1"
    }
]Default Response
The error response
                
                
                    Root Schema : errorModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            errors(optional): 
            array  errors
            
            An optional list of errors if multiple errors were encountered
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code
- 
            type(optional): 
            string
            The URI to the HTTP state code definition
Nested Schema : errors
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn optional list of errors if multiple errors were encountered
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code