ApexERPHost

<back to all web services

SaveMofFaTranzit

Requires Authentication
The following routes are available for this service:
POST/Accounting/FixedAssets/SaveMofFaTranzit
SaveMofFaTranzit Parameters:
NameParameterData TypeRequiredDescription
MofFaTranbodyMofFaTranzitNo
MofFaTranzit Parameters:
NameParameterData TypeRequiredDescription
tidformintNo
ddateformDateTime?No
waybillidformint?No
waybillnumformstringNo
cuserformstringNo
crtimeformDateTime?No
activatedformDateTime?No
actuserformstringNo
IUDformintNo
SaveMofFaTranzitResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
Resultformint?No

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 /Accounting/FixedAssets/SaveMofFaTranzit HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	MofFaTran: 
	{
		tid: 0,
		ddate: 0001-01-01,
		waybillid: 0,
		waybillnum: String,
		cuser: String,
		crtime: 0001-01-01,
		activated: 0001-01-01,
		actuser: String,
		IUD: 0
	}
}
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: 0
}