POST api/Base/SetAddress
Request Information
URI Parameters
None.
Body Parameters
AddressInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| AI_ID | integer |
None. |
|
| AI_Addressee | string |
None. |
|
| AI_Address | string |
None. |
|
| AI_Phone | string |
None. |
|
| AI_CustomerGUID | string |
None. |
|
| AI_Province | string |
None. |
|
| AI_City | string |
None. |
|
| AI_Area | string |
None. |
|
| AI_Default | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"AI_ID": 1,
"AI_Addressee": "sample string 2",
"AI_Address": "sample string 3",
"AI_Phone": "sample string 4",
"AI_CustomerGUID": "sample string 5",
"AI_Province": "sample string 6",
"AI_City": "sample string 7",
"AI_Area": "sample string 8",
"AI_Default": true
}
application/xml, text/xml
Sample:
<AddressInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XRKData"> <AI_Address>sample string 3</AI_Address> <AI_Addressee>sample string 2</AI_Addressee> <AI_Area>sample string 8</AI_Area> <AI_City>sample string 7</AI_City> <AI_CustomerGUID>sample string 5</AI_CustomerGUID> <AI_Default>true</AI_Default> <AI_ID>1</AI_ID> <AI_Phone>sample string 4</AI_Phone> <AI_Province>sample string 6</AI_Province> </AddressInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataSet| Name | Description | Type | Additional information |
|---|---|---|---|
| RemotingFormat | SerializationFormat |
None. |
|
| SchemaSerializationMode | SchemaSerializationMode |
None. |
|
| CaseSensitive | boolean |
None. |
|
| DefaultViewManager | Collection of Object |
None. |
|
| EnforceConstraints | boolean |
None. |
|
| DataSetName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| Site | ISite |
None. |
|
| Relations | Collection of Object |
None. |
|
| Tables | Collection of Object |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.