REST Endpoints

SOAP Services

XML Data Elements

XML Data Types

Data: ns3

  • Namespace: http://opencase.extend.com/common

The data in this namespace is divided into elements and types. Types define the structure of the data. Elements define specific instances of the types, and are therefore more relevant to REST endpoints, which generally consume and/or produce elements.

The following types are members of this namespace:

Type ErrorContainer

Child Elements

name (type) min/max
occurs
description
errorCode (int) 0/1 (no documentation provided)
errorMessage (string) 0/1 (no documentation provided)
errorKey (string) 0/1 (no documentation provided)

Type FaultInfo

Child Elements

name (type) min/max
occurs
description
message (string) 0/1 (no documentation provided)
errors/error (ErrorContainer) 0/unbounded (no documentation provided)
compositeErrorMessage (string) 0/1 (no documentation provided)

Type NameValuePair

Child Elements

name (type) min/max
occurs
description
value (string) 0/1 (no documentation provided)
name (string) 0/1 (no documentation provided)

Type NameValuePairs

Child Elements

name (type) min/max
occurs
description
nameValuePair (NameValuePair) 0/unbounded (no documentation provided)

Type PagingPageInfo

Child Elements

name (type) min/max
occurs
description
pageNumber (int) 1/1 (no documentation provided)
pageSize (int) 1/1 (no documentation provided)

Type PagingRangeInfo

Child Elements

name (type) min/max
occurs
description
endRecord (int) 1/1 (no documentation provided)
startRecord (int) 1/1 (no documentation provided)

Type SearchResult

Child Elements

name (type) min/max
occurs
description
totalResults (int) 1/1 (no documentation provided)

Type SortField

Child Elements

name (type) min/max
occurs
description
ascending (boolean) 0/1 (no documentation provided)