PUT api/CUSTOMER.DBF/app/change_profile/{organizer}/{MASCODE}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
MASCODE | string |
Required |
|
organizer | string |
Required |
Body Parameters
change_profile_cusName | Description | Type | Additional information |
---|---|---|---|
ADD_001 | string |
String length: inclusive between 0 and 100 |
|
ADD_002 | string |
String length: inclusive between 0 and 100 |
|
ADD_BAN | string |
String length: inclusive between 0 and 100 |
|
ADD_MUNU | string |
String length: inclusive between 0 and 100 |
|
ADD0 | string |
String length: inclusive between 0 and 100 |
|
ADD1 | string |
String length: inclusive between 0 and 100 |
|
ADD2 | string |
String length: inclusive between 0 and 100 |
|
ADD3 | string |
String length: inclusive between 0 and 100 |
|
ADD_POST | string |
String length: inclusive between 0 and 100 |
|
TEL | string |
String length: inclusive between 0 and 100 |
Request Formats
application/json, text/json
Sample:
{ "ADD_001": "sample string 1", "ADD_002": "sample string 2", "ADD_BAN": "sample string 3", "ADD_MUNU": "sample string 4", "ADD0": "sample string 5", "ADD1": "sample string 6", "ADD2": "sample string 7", "ADD3": "sample string 8", "ADD_POST": "sample string 9", "TEL": "sample string 10" }
application/xml, text/xml
Sample:
<change_profile_cus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zenic.ClassLibrary.Manage.Model"> <ADD0>sample string 5</ADD0> <ADD1>sample string 6</ADD1> <ADD2>sample string 7</ADD2> <ADD3>sample string 8</ADD3> <ADD_001>sample string 1</ADD_001> <ADD_002>sample string 2</ADD_002> <ADD_BAN>sample string 3</ADD_BAN> <ADD_MUNU>sample string 4</ADD_MUNU> <ADD_POST>sample string 9</ADD_POST> <TEL>sample string 10</TEL> </change_profile_cus>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.