ApexERPHost

<back to all web services

AddMaterialTara

Requires Authentication
The following routes are available for this service:
POST/Manufacturing/Production/AddTaraMaterial
AddMaterialTara Parameters:
NameParameterData TypeRequiredDescription
OperIDbodyint?No
TaraIDbodystringNo
ProdIDbodystringNo
Quantitybodydecimal?No
AddMaterialTaraResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<TaraOut>No
TaraOut Parameters:
NameParameterData TypeRequiredDescription
TaraOutIDformlongNo
OperIDformintNo
TaraInIDformlongNo
SCountformdecimalNo
CRTimeformDateTimeNo
TaraInformTaraInNo
TaraIn Parameters:
NameParameterData TypeRequiredDescription
TaraInIDformlongNo
OperIDformintNo
TaraIDformintNo
TaraWeightformdecimalNo
ProdIDformstringNo
ICountformdecimalNo
RCountformdecimalNo
TaraOutIDformlong?No
CRTimeformDateTimeNo
CRPersonIDformintNo
WeightScaleIDformint?No
WeightTimeformDateTime?No
WeightPersonIDformint?No
SuppliesformList<string>No
TaraCodeformstringNo
VGformdecimalNo
SubTarasformList<SubTara>No
SubTara Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
SubTaraTypeformintNo
QuantityformdecimalNo
WeightformdecimalNo

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

POST /Manufacturing/Production/AddTaraMaterial HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"OperID":0,"TaraID":"String","ProdID":"String","Quantity":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"TaraOutID":0,"OperID":0,"TaraInID":0,"SCount":0,"CRTime":"\/Date(-62135596800000-0000)\/","TaraIn":{"TaraInID":0,"OperID":0,"TaraID":0,"TaraWeight":0,"ProdID":"String","ICount":0,"RCount":0,"TaraOutID":0,"CRTime":"\/Date(-62135596800000-0000)\/","CRPersonID":0,"WeightScaleID":0,"WeightTime":"\/Date(-62135596800000-0000)\/","WeightPersonID":0,"Supplies":["String"],"TaraCode":"String","VG":0,"SubTaras":[{"Id":0,"SubTaraType":0,"Quantity":0,"Weight":0}]}}]}