Address
Methods
update http://soap.vindicia.com/v16_0/Address#update
Input (update_in)Name | Type |
auth | Authentication |
srd | xsd:string |
address | Address |
Output (update_out)
Name | Type |
return | Return |
address | Address (optional) |
created | xsd:boolean |
Creates a new Address object or updates an existing one.
Input Fields
- auth
- Credentials required to authenticate this request
- srd
- sparse return descriptor
- address
- Object to create or update
Output Fields
- return
- Basic results of this request (success, failure, error, etc.)
- address
- Object created or update
- created
- True if the object was created new
fetchByVid http://soap.vindicia.com/v16_0/Address#fetchByVid
Input (fetchByVid_in)Name | Type |
auth | Authentication |
srd | xsd:string |
vid | xsd:string |
Output (fetchByVid_out)
Name | Type |
return | Return |
address | Address (optional) |
Loads an address
Input Fields
- auth
- Credentials required to authenticate this request
- srd
- sparse return descriptor
- vid
- Unique Vindicia ID of address
Output Fields
- return
- Basic results of this request (success, failure, error, etc.)
- address
- Object created or update