Kişi bilgileri gizlidir. Logo çalışanları görebilir.

Satış veya satınalma siparişi oluşturma metodları

  Tiger/REST Diğer

Merhaba,

Aşağıdaki şekilde satış siparişi oluşturmak için post gönderiyorum, ancak sipariş başlığını kaydediyor, satırlarını kaydetmiyor:


{
AFFECT_RISK: "1",
CLIENTREF: 3006,
DATE: "2021-02-05T15:31:33.670Z",
NOTES1: "Lorem Ipsum is simply dummy text of the printing ",
NOTES2: "and typesetting industry. Lorem Ipsum has been the ",
NOTES3: "industry's standard dummy text ever since the ",
NOTES4: "1500s, when an unknown printer took a galley of ",
NOTES5: "type and scrambled it to make a type specimen book. ",
NOTES6: "It has survived not only five centuries, but also ",
NOTES7: "the leap into electronic typesetting, remaining ",
NUMBER: "~",
SHIPLOC_CODE: 2522,
SOURCE_WH: "30",
TIME: "",
TRANSACTIONS: {
 LINES: [
 {
 MASTER_CODE: "ESZ_50.302",
 QUANTITY: 10
 } 
 
 ]

}

}


sorgu adresi de şu şekilde: 

api/v1/salesorders/

dönen cevap:

{
 "INTERNAL_REFERENCE": 46,
 "NUMBER": "~",
 "DATE": "2021-02-05T00:00:00",
 "CLIENTREF": 3006,
 "SHIPLOC_CODE": "2522",
 "SOURCE_WH": 30,
 "NOTES1": "Lorem Ipsum is simply dummy text of the printing ",
 "NOTES2": "and typesetting industry. Lorem Ipsum has been the ",
 "NOTES3": "industry's standard dummy text ever since the ",
 "NOTES4": "1500s, when an unknown printer took a galley of ",
 "NOTES5": "type and scrambled it to make a type specimen book. ",
 "NOTES6": "It has survived not only five centuries, but also ",
 "TRANSACTIONS": {},
 "AFFECT_RISK": 1
}


Neti eksik yaptığımı bulamadım. Yardımcı olmanızı rica ederim.






Kişi bilgileri gizlidir. Logo çalışanları görebilir.

Merhabalar,


 Tiger da oluşturduğunuz kaydı Get ile çekip düzenleyip Post edebilirsiniz. Bu test sonucu sorun yaşamadan işlemi gerçekleştirirseniz iki json verisini kıyaslayarak ilerleyebilirsiniz.


Post

http://localhost:32001/api/v1/salesOrders

{
 "INTERNAL_REFERENCE": 10,
 "TYPE": 1,
 "NUMBER": "~",
 "DATE": "2021-02-08T00:00:00",
 "TIME": 188027973,
 "ARP_CODE": "006",
 "CLIENTREF": 12,
 "RECVREF": 0,
 "GL_CODE": "100",
 "ACCOUNTREF": 1,
 "TOTAL_DISCOUNTED": 300.0,
 "TOTAL_GROSS": 300.0,
 "TOTAL_NET": 300.0,
 "NOTES1": "TEST",
 "NOTES2": "ÖRNEK",
 "PRINT_DATE": "1899-12-30T00:00:00",
 "ORDER_STATUS": 1,
 "CREATED_BY": 1,
 "CURRSEL_TOTAL": 1,
 "TRANSACTIONS": {
 "items": [
 { 
 "TYPE": 0,
 "MASTER_CODE": "39",
 "STOCKREF": 55,
 "ORDFICHEREF": 10,
 "CLIENTREF": 12,
 "LINENO": 1,
 "SLIP_TYPE": 1,
 "GL_CODE1": "300",
 "ACCOUNTREF": 109,
 "QUANTITY": 1.0,
 "PRICE": 300.0,
 "TOTAL": 300.0,
 "VAT_BASE": 300.0,
 "UNIT_CODE": "ADET",
 "UOMREF": 23,
 "USREF": 5,
 "PAYMENT_CODE": "01",
 "PAYDEFREF": 1,
 "EXTENREF": 0,
 "TOTAL_NET": 300.0,
 "SALESMANREF": 0,
 "ORDER_STATUS": 1,
 "DETAILS": 
 {
 }, 
 "AFFECT_RISK": 1,
 "EDT_CURR": 1,
 "ORG_DUE_DATE": "2021-02-08T00:00:00",
 "ORG_QUANTITY": 1.0,
 "ORG_PRICE": 300.0,
 "RESERVE_DATE": "1899-12-30T00:00:00",
 "WSREF": 0,
 "VATEXCEPT_CODE": "250",
 "VATEXCEPT_REASON": "Diğerleri",
 }
 ]
 }
 }

İyi çalışmalar.



08/02/21 15:12

Cevap vermek için giriş yapmanız gerekmektedir.