Get all valid upload source preferences
get
/service/uploadsourcepreferences
This endpoint is used to Get all valid upload source preferences maintanence records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStatus: string
-
includecloseandunauth: boolean
includecloseandunauth need to be set to fetch summary record, defult value is false
-
limit: integer
limit is maximum no of records to be fetched
-
moduleCode: string
-
offset: integer
offset is starting no of records to be fetched
-
recordStatus: string
-
sourceCode: string
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Headers
Root Schema : CmcTmUploadSourcePrefServiceCollection
Type:
objectCollection of uploadsourcepref.
Show Source
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
objectDiscriminator:
resource_typeNested Schema : CmcTmUploadSourcePrefServiceDto-allOf[1]
Type:
Show Source
object-
allowDeferredProcessing:
string
Minimum Length:
0Maximum Length:1 -
allowDelete:
string
Minimum Length:
0Maximum Length:1 -
allowEodWithDeferred:
string
Minimum Length:
0Maximum Length:1 -
amendAllowed:
string
Minimum Length:
0Maximum Length:1 -
deleteAllowed:
string
Minimum Length:
0Maximum Length:1 -
onError(required):
string
Minimum Length:
0Maximum Length:1Pattern:^(E)$ -
onOverride(required):
string
Minimum Length:
0Maximum Length:1Pattern:^(?:E|I|O)$ -
onQueueException:
string
Minimum Length:
0Maximum Length:1Pattern:^(?:E|I)$ -
onRepairableException:
string
Minimum Length:
0Maximum Length:1Pattern:^(?:E|I)$ -
proceedWithEod:
string
Minimum Length:
0Maximum Length:1 -
purgeDays:
number
Minimum Length:
0Maximum Length:4 -
reverseAllowed:
string
Minimum Length:
0Maximum Length:1 -
sourceCode(required):
string
Minimum Length:
0Maximum Length:15 -
uploadedStatus(required):
string
Minimum Length:
0Maximum Length:1Pattern:^(?:H|U|A)$
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error