MobileConnect Application Server

<back to all web services

IntegrationImportRequest

The following routes are available for this service:
All Verbs/integration/import/

To override the Content-type in your clients 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/IntegrationImportRequest HTTP/1.1 
Host: 185.179.20.77 
Content-Type: text/jsv
Content-Length: length

{
	ManifestImport: 
	{
		Id: String,
		Username: String,
		Password: String,
		Manifests: 
		[
			{
				Id: String,
				Ordinal: 0,
				StartTime: 0001-01-01,
				EndTime: 0001-01-01,
				AssignedVehicleRegistration: String,
				Route: String,
				Drops: 
				[
					{
						Name: String,
						Description: String,
						OrderNumber: String,
						Ordinal: 0,
						Customer: 
						{
							Name: String,
							Contact: String,
							Description: String,
							Notes: String,
							Location: 
							{
								Name: String,
								Address1: String,
								Address2: String,
								Address3: String,
								PostCode: String,
								Country: String,
								Email: String,
								Telephone: String,
								Mobile: String,
								Notes: String
							}
						},
						StartTime: 0001-01-01,
						EndTime: 0001-01-01,
						Collection: 
						{
							Items: 
							[
								{
									Name: String,
									Barcode: String,
									Description: String,
									Ordinal: 0,
									Quantity: 0,
									Weight: 0,
									Uom: String,
									AlternativeItemCode: String
								}
							],
							OrderReference: String,
							Notes: String
						},
						Delivery: 
						{
							Items: 
							[
								{
									Name: String,
									Barcode: String,
									Description: String,
									Ordinal: 0,
									Quantity: 0,
									Weight: 0,
									Uom: String,
									AlternativeItemCode: String
								}
							],
							OrderReference: String,
							Notes: String
						}
					}
				],
				AssignedUser: String
			}
		]
	}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ResponseCode: 0,
	Result: Unknown,
	Message: String
}