From 37422ebe6b59f6bd207b4a00e5239d7c4ecf241e Mon Sep 17 00:00:00 2001 From: konrad Date: Fri, 14 Nov 2008 16:34:56 +0000 Subject: [PATCH] documented setcustomer transaction git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@183 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- doc/prog_protocol.html | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/doc/prog_protocol.html b/doc/prog_protocol.html index d79d8f8..37051fa 100644 --- a/doc/prog_protocol.html +++ b/doc/prog_protocol.html @@ -428,6 +428,11 @@ The getcustomer transaction returns detailed information about a custom The "mail" attribute is optional - it is only reported for customers that have a web-interface account. +

Setting Customer Details

+ +The setcustomer transaction is used to set details of the customer. The request contains a customer XML object as listed above, but without the mail attribute. The response is empty. + + -- 1.7.2.5