Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 3.19 KB

AddressRequest.md

File metadata and controls

19 lines (15 loc) · 3.19 KB

AddressRequest

Properties

Name Type Description Notes
fkiAddresstypeID NSNumber* The unique ID of the Addresstype. Valid values: Value
sAddressCivic NSString* The Civic number.
sAddressStreet NSString* The Street Name
sAddressSuite NSString* The Suite or appartment number
sAddressCity NSString* The City name
fkiProvinceID NSNumber* The unique ID of the Province. Here are some common values (Complete list must be retrieved from API): Value
fkiCountryID NSNumber* The unique ID of the Country. Here are some common values (Complete list must be retrieved from API): Value
sAddressZip NSString* The Postal/Zip Code The value must be entered without spaces
fAddressLongitude NSString* The Longitude of the Address [optional]
fAddressLatitude NSString* The Latitude of the Address [optional]

[Back to Model list] [Back to API list] [Back to README]