Coruson API

<back to all web services

ImportReports

Coruson Reports

Requires Authentication
The following routes are available for this service:
POST/api/reports/importImport Reports to CorusonProvide an XML file that fits the schema to create reports
ImportReports Parameters:
NameParameterData TypeRequiredDescription
FilenamebodystringYesThe filename of the xml to import reports
FileBytesbodybyte[]YesThe byte array of the xml to import reports
RequestBase Parameters:
NameParameterData TypeRequiredDescription
VersionformintNo
ImportReportsResponse Parameters:
NameParameterData TypeRequiredDescription
ImportIdformGuidNo
DuplicateReportsformList<Guid>No
ResponseBase Parameters:
NameParameterData TypeRequiredDescription
StatusDescriptionformstringNo
ResponseStatusformResponseStatusNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

                    POST /jsv/reply/ImportReports HTTP/1.1 
Host: platform.gaelenlighten.com 
Content-Type: text/jsv
Content-Length: length

{
	Filename: String,
	Version: 0,
	FileBytes: AA==
}
                    
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	StatusDescription: String,
	DuplicateReports: 
	[
		00000000-0000-0000-0000-000000000000
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	}
}