ApexERPHost

<back to all web services

GetMobileVisitFiles

Requires Authentication
The following routes are available for this service:
GET/Distribution/MobileVisits/{VisitId}/Files
GetMobileVisitFiles Parameters:
NameParameterData TypeRequiredDescription
VisitIdpathintNo
GetMobileVisitFilesResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<MobileVisitFile>No
MobileVisitFile Parameters:
NameParameterData TypeRequiredDescription
FileIdformGuidNo
VisitIdformintNo
FileTypeformintNo
FilenameformstringNo
ExtensionformstringNo
MediaTypeformstringNo
PathformstringNo
NoteformstringNo
ChecksumformstringNo
MetaformDictionary<string, string>No
CreateTimeformDateTimeNo

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.

GET /Distribution/MobileVisits/{VisitId}/Files HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	},
	Result: 
	[
		{
			FileId: 00000000000000000000000000000000,
			VisitId: 0,
			FileType: 0,
			Filename: String,
			Extension: String,
			MediaType: String,
			Path: String,
			Note: String,
			Checksum: String,
			Meta: 
			{
				String: String
			},
			CreateTime: 0001-01-01
		}
	]
}