POST APIControllers/Policy/IOSUpdateAddress
Request Information
URI Parameters
None.
Body Parameters
IOSUpdateAddressRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| securityKey | string |
None. |
|
| address | Address |
None. |
Request Formats
application/json, text/json
Sample:
{
"securityKey": "sample string 1",
"address": {
"Street1": "sample string 1",
"Street2": "sample string 2",
"City": "sample string 3",
"PostalCode": "sample string 4",
"Country": "sample string 5",
"AddressType": "sample string 6"
}
}
application/xml, text/xml
Sample:
<IOSUpdateAddressRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mobile.oneplan.co.za.Models">
<address>
<AddressType>sample string 6</AddressType>
<City>sample string 3</City>
<Country>sample string 5</Country>
<PostalCode>sample string 4</PostalCode>
<Street1>sample string 1</Street1>
<Street2>sample string 2</Street2>
</address>
<securityKey>sample string 1</securityKey>
</IOSUpdateAddressRequest>
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.