ApexERPHost

<back to all web services

CheckMultiCollectOrderProdRCounts

Requires Authentication
The following routes are available for this service:
POST/Crm/Orders/MultiCollect/RCounts
CheckMultiCollectOrderProdRCounts Parameters:
NameParameterData TypeRequiredDescription
OrdersbodyList<MultiCollectOrders>No
DDatebodyDateTimeNo
MultiCollectOrders Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
CollectIdformintNo
OrderIdformintNo
OrderTypeformintNo
OrderStatusformintNo
OrderDateformDateTimeNo
PayDateformDateTime?No
SupplierBranchNameformstringNo
RecipientBranchNameformstringNo
TotalAmountformdecimal?No
CUserformstringNo
CrTimeformDateTimeNo
SubOrderIdformintNo
DeliveryDateformDateTime?No
TransitDocsIdformstringNo
TransitStatusformint?No
TransitTdIdformlong?No
TransitWbIdformint?No
DeliveryIdformint?No
CheckMultiCollectOrderProdRCountsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformboolNo
ErrorTextformstringNo

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

HTTP + X-PROTOBUF

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

POST /Crm/Orders/MultiCollect/RCounts HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/x-protobuf
Content-Type: application/x-protobuf
Content-Length: length

{"Orders":[{"Id":0,"CollectId":0,"OrderId":0,"OrderType":0,"OrderStatus":0,"OrderDate":"\/Date(-62135596800000-0000)\/","PayDate":"\/Date(-62135596800000-0000)\/","SupplierBranchName":"String","RecipientBranchName":"String","TotalAmount":0,"CUser":"String","CrTime":"\/Date(-62135596800000-0000)\/","SubOrderId":0,"DeliveryDate":"\/Date(-62135596800000-0000)\/","TransitDocsId":"String","TransitStatus":0,"TransitTdId":0,"TransitWbId":0,"DeliveryId":0}],"DDate":"\/Date(-62135596800000-0000)\/"}
HTTP/1.1 200 OK
Content-Type: application/x-protobuf
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":false,"ErrorText":"String"}