SmartAcc DynaMod Web API v2024.4 Build 0000 - Local

<back to all web services

ACMMSalesReconsSimple

Utility Module

ACMM Sales Recon API

Requires Authentication
Required permission:ACMMSalesRecon-Transaction.GET
The following routes are available for this service:
GET/ACMMSalesRecons/simple
GET/ACMMSalesRecons/simple/page/{Page}Get records by given a page numberEach page consists of 20 records
ACMMSalesReconsSimple Parameters:
NameParameterData TypeRequiredDescription
Pagepathint?No
AcACMMSalesReconIDquerystringNo
ACMMSalesReconsSimpleResponse Parameters:
NameParameterData TypeRequiredDescription
ACMMSalesReconsformList<ACMMSalesReconSimple>No
ResponseStatusformResponseStatusNo
ACMMSalesReconSimple Parameters:
NameParameterData TypeRequiredDescription
DocumentHeaderformDocumentHeaderYesACMM Sales Recon Header - Primary Key: AcACMMSalesReconID
AcACMMSalesRecon Parameters:
NameParameterData TypeRequiredDescription
AcACMMSalesReconIDformstringYesACMM Sales Recon ID
AcLocationIDformstringYesLocation ID
DocumentDateformDATEYesDocument Date
ACMM_SalesCaptureformstringYesACMM Sales Capture
ACMM_C1TransCntformintYesC1 Transaction Count
ACMM_C1TotalQtyformdecimalYesC1 Total Quantity
ACMM_C1TotalAmtformdecimalYesC1 Total Amount
ACMM_C2TransCntformintYesC2 Transaction Count
ACMM_C2TotalQtyformdecimalYesC2 Total Quantity
ACMM_C2TotalAmtformdecimalYesC2 Total Amount
ACMM_C3TransCntformintYesC3 Transaction Count
ACMM_C3TotalQtyformdecimalYesC3 Total Quantity
ACMM_C3TotalAmtformdecimalYesC3 Total Amount
RequestByformstringNoRequest By
RequestDateformDATETIMENoRequest Date
RequestDateTimeformDATETIMENoRequest Date Time
HasResponseformstringYesHas Response
ResponseDateformDATETIMENoResponse Date
ResponseDateTimeformDATETIMENoResponse Date Time
CreateByformstringYesCreate By
CreateDateformDATETIMEYesCreate Date
EditByformstringYesEdit By
EditDateformDATETIMEYesEdit Date
StampformintYesStamp

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 /ACMMSalesRecons/simple HTTP/1.1 
Host: snr2u.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ACMMSalesRecons: 
	[
		{
			DocumentHeader: 
			{
				AcACMMSalesReconID: String,
				AcLocationID: String,
				DocumentDate: 0001-01-01,
				ACMM_SalesCapture: String,
				ACMM_C1TransCnt: 0,
				ACMM_C1TotalQty: 0,
				ACMM_C1TotalAmt: 0,
				ACMM_C2TransCnt: 0,
				ACMM_C2TotalQty: 0,
				ACMM_C2TotalAmt: 0,
				ACMM_C3TransCnt: 0,
				ACMM_C3TotalQty: 0,
				ACMM_C3TotalAmt: 0,
				RequestBy: String,
				RequestDate: 0001-01-01,
				RequestDateTime: 0001-01-01,
				HasResponse: String,
				ResponseDate: 0001-01-01,
				ResponseDateTime: 0001-01-01,
				CreateBy: String,
				CreateDate: 0001-01-01,
				EditBy: String,
				EditDate: 0001-01-01,
				Stamp: 0
			}
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	}
}