ApiParserProfile

Represents a parser/document format profile and the associated client if any.


    FORMAT

    XML
    <ApiParserProfile>
        <ClientId>2147483647</ClientId>
        <ClientName>String content</ClientName>
        <ParserProfileId>2147483647</ParserProfileId>
        <ProfileName>String content</ProfileName>
    </ApiParserProfile>
    
    

     

    PROPERTIES

    ClientId

    The id of the client associated to the profil. Can be null if the profile is available for all clients.

    ClientName

    The profile name if any.

    ParserProfileId

    The parser profile id.

    ProfileName

    The name of the profile.