Merhaba,
Teklife bağlı ürünleri http://localhost/LogoCrmRest/api/v1.0/proposals/b1db6a7a-c7d9-4a46-a862-c8b8ef2615f3/ProposalsProductsOid?sessionId=203a80e8-4b57-4d98-9df8-d54f6be841b7&expandlevel=full olarak get edebilirsiniz.
Ardından oluşan şablonu kendi göndermek istediğiniz şekilde uyarlayıp http://localhost/LogoCrmRest/api/v1.0/proposalProducts?sessionId=203a80e8-4b57-4d98-9df8-d54f6be841b7 olarak post edebilirsiniz.
Basit bir post için örnek aşağıda mevcuttur.
{
"LineNo": 1,
"LineType": 0,
"ProductOid": {
"Oid": "c66b1c9e-fe57-4b5c-8609-4667c7a054f9"
},
"ProductExtDescription": null,
"Alternative": 0,
"IsMainProduct": true,
"IsOptional": false,
"Unit": {
"Oid": "f664fc63-237d-47b2-b22f-41f8c8ef0c21"
},
"Currency": {
"Oid": "79762570-7764-4fb7-b321-3f40aa0f730c"
},
"ExchangeRate": 1,
"Amount": 10,
"Price": 1000,
"VAT": 8,
"VATIncluded": false,
"CommTAX": 0,
"Discount1Percent": 0,
"Discount1Amount": 0,
"Discount2Percent": 0,
"Discount2Amount": 0,
"PriceDiscounted": 1000,
"SubTotal": 10000,
"VATValue": 800,
"DiscountTotal": 0,
"CommTAXValue": 0,
"GrandTotal": 10800,
"LC_Price": 1000,
"LC_PriceDiscounted": 1000,
"LC_SubTotal": 10000,
"LC_DiscountTotal": 0,
"LC_VatValue": 800,
"LC_CommTAXValue": 0,
"LC_GrandTotal": 10800,
"ProposalCurrency": {
"Oid": "14c0790d-1f68-48b5-84e0-fef6c383255d"
},
"ProposalExchangeRate": 3.8,
"PC_Price": 526.31578947368428,
"PC_PriceDiscounted": 526.31578947368428,
"PC_SubTotal": 2631.5789473684213,
"PC_DiscountTotal": 0,
"PC_VatValue": 210.5263157894737,
"PC_CommTAXValue": 0,
"PC_GrandTotal": 2842.105263157895,
"Notes": null,
"BasedOnPercent": false,
"ExchangeRateType": 2,
"ProposalStartDate": "2017-01-30T17:08:00",
"RelatedProposal": {
"Oid": "b1db6a7a-c7d9-4a46-a862-c8b8ef2615f3", “ürünü bağlamak istediğiniz teklifin oid bilgisi”
},
"RelatedRevisal": null
}
Cevap vermek için giriş yapmanız gerekmektedir.
Soru sormak için lütfen oturum açınız.
LogoCRMRest ile teklife bağlı ürün aktarımı
18/04/18 14:31   Logo CRM/RESTMerhaba,
LogoCRMRest servis ile teklif aktarımı yaptığımızda teklife bağlı ürünü aktaramıyoruz. Nasıl aktarabiliriz?
LogoCrm