{"info":{"_postman_id":"778de8cd-a2a4-4d72-82a1-ca70bcf47dad","name":"Instant Address","description":"A powerful REST API designed for business and built for developers.\n\n<img src=\"http://instantaddresspublic.blob.core.windows.net/content/i2_restApi.png\" alt=\"Smiley\">\n\nThis documentation contains information related to the common methods within the Instant Address service. These methods are divided into five categories, as shown on the left navigation bar: Security, Single Validation, Bulk Validation, Subsequent, Address Data Queries and Flags & Info.\n\nThe example requests and responses are static and may contain partial data for the purpose of simplicity. To interact with the REST endpoint live, contact Initium Software sales to obtain an evaluation license. If you are an existing client, contact your support representative.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Security","item":[{"name":"TokenAcquisition","event":[{"listen":"test","script":{"id":"0759ad1f-49c3-4ff4-a7dd-ddf7cf0b73ff","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.Token);"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"a1eefd37-42b6-4425-ac6a-493a55295751","exec":[" "],"type":"text/javascript","packages":{},"requests":{}}}],"id":"3816ac79-99ba-4667-85e0-da5572175098","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"body":{"mode":"raw","raw":"  /*If you copy and paste this snippet please remember to remove comments, to avoid any issues.*/\n  {\n    \"AccessKey\": \"b1c11568-7e11-42db-a2ff-1386e0380196\",/*Key provided by Initium Software. Used in conjunction with the AppId to authenticate.*/\n    \"AppId\": \"a16631c1-030e-4c1d-8361-d9ca01a06c76\",/*ID provided by Initium Software. Used in conjunction with the AccessKey to authenticate.*/\n    \"ApplicationName\": \"\", /*Name generated by Initium Software.*/\n    \"ApplicationTag\": \"\", /*Optional application tag generated by Client.*/\n    \"Reference1\": \"\",/*Optional Reference field, maximum of 10.*/\n    \"Reference2\": \"\",/*Optional Reference field, maximum of 10*/\n    \"Reference3\": \"\",/*Optional Reference field, maximum of 10*/\n    \"Reference10\": \"\"/*Optional Reference field, maximum of 10*/\n}"},"url":"{{url}}/api/auth/tokenacquisition","description":"This method authenticates against Initium Software servers to generate a valid token.  The token is required inside the controller for all calls into the Instant Address service.\n<br>\n<br>\nTokens have a set life expectancy, if your token is expired you'll need to call this method to regenerate a token.  You'll wan to account for this in your integration logic.\n<br/>\n<br/>\n \n<table>\n    <tr><th style=\"background-color:#a4b8ff;\">Property</th><th>Definition</th></tr>\n    <tr><td style=\"background-color:#a4b8ff;\">ExpirationDate</td><td>The date the current token expires. Date is in ShortTimePattern</td></tr>\n    <tr><td style=\"background-color:#a4b8ff;\">Token</td><td>Random string generated by Instant Address service and required for access. </td></tr>\n    <tr><td style=\"background-color:#a4b8ff;\">JsExpirationDate</td><td>Expiration date of token in JavaScript format. </td></tr>\n    <tr><td style=\"background-color:#a4b8ff;\">SecondsLeft</td><td>A reference value in total seconds available to determine token expiration. </td></tr>\n</table>"},"response":[],"_postman_id":"3816ac79-99ba-4667-85e0-da5572175098"},{"name":"Test Client Credentials","event":[{"listen":"test","script":{"id":"291d0593-9952-4d1c-92a3-5efdeafcea06","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.Token);"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"1aa6c761-eebc-466e-8c8f-ce4511ce5793","exec":[" "],"type":"text/javascript"}}],"id":"c1e4f7da-affb-4f9a-af30-8c23c7abfc70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"  /*If you copy and paste this snippet please remember to remove comments, to avoid any issues.*/\n  {\n    \"AppId\": \"7df7ded1-2d90-4385-8b1b-bd3ae0187d3f\",/*ID provided by Initium Software. Used in conjunction with the AccessKey to authenticate.*/\n    \"AccessKey\": \"50046d33-6362-491e-80a4-98d118447dd2\",/*Key provided by Initium Software. Used in conjunction with the AppId to authenticate.*/\n    \"ApplicationName\": \"\", /*Name generated by Initium Software.*/\n    \"ApplicationTag\": \"\" /*Optional application tag generated by Client.*/\n}"},"url":"{{url}}/api/auth/tokenacquisition","description":"This method authenticates against Initium Software servers to generate a valid token.  The token is required inside the controller for all calls into the Instant Address service.\n<br>\n<br>\nTokens have a set life expectancy, if your token is expired you'll need to call this method to regenerate a token.  You'll wan to account for this in your integration logic.\n<br/>\n<br/>\n \n<table>\n    <tr><th style=\"background-color:#a4b8ff;\">Property</th><th>Definition</th></tr>\n    <tr><td style=\"background-color:#a4b8ff;\">ExpirationDate</td><td>The date the current token expires. Date is in ShortTimePattern</td></tr>\n    <tr><td style=\"background-color:#a4b8ff;\">Token</td><td>Random string generated by Instant Address service and required for access. </td></tr>\n    <tr><td style=\"background-color:#a4b8ff;\">JsExpirationDate</td><td>Expiration date of token in JavaScript format. </td></tr>\n    <tr><td style=\"background-color:#a4b8ff;\">SecondsLeft</td><td>A reference value in total seconds available to determine token expiration. </td></tr>\n</table>"},"response":[],"_postman_id":"c1e4f7da-affb-4f9a-af30-8c23c7abfc70"}],"id":"9e7c5d72-9b07-457d-9678-053dffc2399e","description":"This is an authentication controller that governs access into the Instant Address service.","event":[{"listen":"prerequest","script":{"id":"d3180dee-9082-4add-9034-cf4c94e9df8f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d55c2db5-7969-47bc-9c8f-68e681a66a95","type":"text/javascript","exec":[""]}}],"_postman_id":"9e7c5d72-9b07-457d-9678-053dffc2399e"},{"name":"Single Validation","item":[{"name":"GetAddress","event":[{"listen":"test","script":{"id":"a326dae8-0cbc-4986-bd86-3f6c798ad2b3","exec":["/*","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var template = `","<style>","   * {","        font-size: 12px;","   }"," \ttable {","\t\t\twidth: 100%;","\t\t\toverflow: hidden;","\t\t\tbackground: #FFF;","\t\t\tcolor: #0373b5;","\t\t\tfont-family: sans-serif;","\t\t\tborder-collapse: collapse;","\t\t}","\t\ttable th, table td {","\t\t\tpadding: 1em;","\t\t}","\t\ttable th {","\t\t\tborder: 1px solid #FFF;","\t\t\tbackground-color: #0373b5;","\t\t\tcolor: #FFF;","\t\t\ttext-align: left;","\t\t}","\t\ttable td {","\t\t\tborder: 1px solid #b9e6ff;","\t\t}","\t\ttable tr:nth-child(odd) {","\t\t\tbackground-color: #daecf6;","\t\t}","\t\tlabel{","\t\t   color: #0373b5;","\t\t    font-size: 14px;","\t\t}","</style>"," {{#each response.InstantAddressResult}}"," <label>InputAddress  </label>","        <table bgcolor=\"#FFFFFF\">","            <tr>","                <th>Street1</th>","                <th>Street2</th>","                <th>Street3</th>","                <th>Street4</th>","                <th>Street5</th>","                <th>City</th>","                <th>State</th>","                <th>ZipCode</th>","                <th>Country</th>","                <th>Reference1</th>","                <th>Reference2</th>","                <th>Reference3</th>","            </tr>","            <tr>","                <td>{{InputAddress.Street1}}</td>","                <td>{{InputAddress.Street2}}</td>","                <td>{{InputAddress.Street3}}</td>","                <td>{{InputAddress.Street4}}</td>","                <td>{{InputAddress.Street5}}</td>","                <td>{{InputAddress.City}}</td>","                <td>{{InputAddress.State}}</td>","                <td>{{InputAddress.ZipCode}}  </td>","                <td>{{InputAddress.Country}}</td>","                <td>{{InputAddress.Reference1}}</td>","                <td>{{InputAddress.Reference2}}</td>","                <td>{{InputAddress.Reference3}}</td>","            </tr>","        </table>","     <label>SubsequentMethodCallAddress  </label>  ","            <table bgcolor=\"#FFFFFF\">","            <tr>","                <th>Street1</th>","                <th>Street2</th>","                <th>Street3</th>","                <th>Street4</th>","                <th>Street5</th>","                <th>City</th>","                <th>State</th>","                <th>ZipCode</th>","                <th>Country</th>","            </tr>","            <tr>","                <td>{{SubsequentMethodCallAddress.Street1}}</td>","                <td>{{SubsequentMethodCallAddress.Street2}}</td>","                <td>{{SubsequentMethodCallAddress.Street3}}</td>","                <td>{{SubsequentMethodCallAddress.Street4}}</td>","                <td>{{SubsequentMethodCallAddress.Street5}}</td>","                <td>{{SubsequentMethodCallAddress.City}}</td>","                <td>{{SubsequentMethodCallAddress.State}}</td>","                <td>{{SubsequentMethodCallAddress.ZipCode}}  </td>","                <td>{{SubsequentMethodCallAddress.Country}}</td>","            </tr>","        </table>","       <label>StandardizedAddress  </label>    ","      ","            <table bgcolor=\"#FFFFFF\">","            <tr>","                <th>Street1</th>","                <th>Street2</th>","                <th>Street3</th>","                <th>Street4</th>","                <th>Street5</th>","                <th>City</th>","                <th>State</th>","                <th>ZipCode</th>","                <th>Country</th>","            </tr>","            <tr>","                <td>{{StandardizedAddress.Street1}}</td>","                <td>{{StandardizedAddress.Street2}}</td>","                <td>{{StandardizedAddress.Street3}}</td>","                <td>{{StandardizedAddress.Street4}}</td>","                <td>{{StandardizedAddress.Street5}}</td>","                <td>{{StandardizedAddress.City}}</td>","                <td>{{StandardizedAddress.State}}</td>","                <td>{{StandardizedAddress.ZipCode}}  </td>","                <td>{{StandardizedAddress.Country}}</td>","            </tr>","        </table>","      <label>InstantAddressResponse  </label>        ","         {{#each InstantAddressResponse}}","         ","          <table bgcolor=\"#FFFFFF\">","            <tr>","                <th>AddressLineReference</th>","                <th>Description</th>","                <th>Value</th>","            </tr>","              {{#each FormattedLines}}","            <tr>","                <td>{{AddressLineReference}}</td>","                <td>{{Description}}</td>","                <td>{{Value}}</td>","                 ","            </tr>","             {{/each}}","        </table>","        ","         {{/each}}","        {{/each}}","`;","// Set visualizer","pm.visualizer.set(template, {","    // Pass the response body parsed as JSON as `data`","    response: pm.response.json()","});","","","","*/"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"8797f07a-bc73-4b6e-86d4-a2c475608f3b","exec":["var invalidToken= false;","var current_timestamp = new Date();","","var currentExpiration = pm.environment.get(\"tokenExpiration\");","","if( currentExpiration === '' ){","    invalidToken = true;","}","if(!invalidToken  ){","    if(current_timestamp >= currentExpiration){","         invalidToken = true;","    }","}","","if(invalidToken){","    pm.sendRequest({","    url: pm.environment.get(\"url\") + '/api/auth/tokenacquisition',","    method: 'POST',","    header: {","        'content-type': 'application/json'","    },","    body: {","        mode: 'raw',","        raw: JSON.stringify({ AccessKey: pm.environment.get(\"accesskey\"), AppId: pm.environment.get(\"appid\") })","    }","}, function (err, res) {","    var data =res.json();","    postman.setEnvironmentVariable(\"token\", data.Token);","    postman.setEnvironmentVariable(\"tokenExpiration\", data.JsExpirationDate);","});","}","","","","  ","  "],"type":"text/javascript"}}],"id":"fd0e7caa-82d8-4a52-9cd2-ccd6e943349b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"Authenticated token provided from the TokenAcquisition method.","key":"token","type":"text","value":"{{token}}"},{"description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/xml","type":"text","disabled":true}],"body":{"mode":"raw","raw":"  /*For optimal performance, the address submitted with the request should contain street\r\n  information, city, state and zipcode.  If this is not possible, street information with\r\n  zipcode, or street information with a city/state combination are recommended.*/\r\n  \r\n{\r\n  \"Street1\": \"85 Brainerd Rd\",\r\n  \"Street2\": \"\",\r\n  \"Street3\": \"\",\r\n  \"Street4\": \"\",\r\n  \"Street5\": \"\",\r\n  \"City\": \"\",\r\n  \"State\": \"\",\r\n  \"ZipCode\": \"02134\",\r\n  \"Country\": \"USA\",\r\n  //\"ResponseType\":\"Formatted\", \r\n  \"ResponseType\":\"Full\",  \r\n  //\"ResponseType\":\"Default\" \r\n  //\"ResponseType\":\"Formatted\" \r\n  //\"ResponseType\":\"Standardized\"   \r\n  //\"IntegratorNotes\": true\r\n}\r\n\r\n\r\n      "},"url":"{{url}}/api/core/getaddress","description":"This method is meant to validate a single candidate address in a single attempt (i.e. the full address is provided, or as complete an address as possible).\n<br/>\n<br/>\n<table>\n    <tr><th>Property</th><th>Definition</th></tr>\n    <tr><td>RequestId</td><td>Optional parameter that can be sent to identify the request.  This is a useful parameter in the <b>GetStreetWildSearch</b> method to queue responses for presentation to end users.</td></tr>\n    <tr><td>InstantAddressResult</td><td>The parent response object that includes InputAddress, SubsequentMethodCallAddress, StandardizedAddress, InstantAddressResponse and Flags.</td></tr>\n    <tr><td>InputAddress</td><td>Contains the exact input address that is sent to the service for validation.</td></tr>\n    <tr><td>SubsequentMethodCallAddress</td><td>Contains the address to be used to process subsequent method calls.</td></tr>\n    <tr><td>StandardizedAddress</td><td>Contains the standard postal service response format, for the basic address elements only. </td></tr>\n    <tr><td>InstantAddressResponse</td><td>Contains the basic components of the Instant Address response, including the FormattedLines, AdditionalElements and Flags.</td></tr>\n    <tr><td>FormatId</td><td>This is the GUID that represents the address format standards used in processing the request. </td></tr>\n    <tr><td>FormattedLines</td><td>Contains the returned address with formatting standards applied to the basic address elements, based upon the settings of the FormatId.  In addition, certain additional data elements are included in is section, as request by the FormatId.  This section also contains a <b>webformat1</b>, which presents the formatted address in a single line.  This is helpful if presenting address results inside a UI.</td></tr>\n    <tr><td>AdditionalElements</td><td>Contains a comprehensive list of all data elements for a specific address.  This list varies depending on the data set used.</td></tr>\n    <tr><td>Flags</td><td>Contains a list of response flags and messages for each address response.  This section also contains the recommended next actions when the property <b>IntergratorNotes</b> is enabled.</td></tr>\n    <tr><td>ResponseType</td><td>Indicates the type of response requested.  The options are Full, Default, Formatted and Standardized.</td></tr>\n    <tr><td>TotalRecords</td><td>A count that identifies the total number of address records included in the response. </td></tr>\n    <tr><td>MoreResultsAvailable</td><td>Indicates whether more address results are available as part of the request.  </td></tr>\n    <tr><td>ProcessedOn</td><td>Date and time stamp indicating when the address was processed.  </td></tr>\n</table>"},"response":[],"_postman_id":"fd0e7caa-82d8-4a52-9cd2-ccd6e943349b"},{"name":"GetStreetWildSearch","event":[{"listen":"prerequest","script":{"id":"baabc034-9ad2-44c8-9c9d-6f436d3c4b2d","exec":["var invalidToken= false;","var current_timestamp = new Date();","","var currentExpiration = pm.environment.get(\"tokenExpiration\");","","if( currentExpiration === '' ){","    invalidToken = true;","}","if(!invalidToken  ){","    if(current_timestamp >= currentExpiration){","         invalidToken = true;","    }","}","","if(invalidToken){","    pm.sendRequest({","    url: pm.environment.get(\"url\") + '/api/auth/tokenacquisition',","    method: 'POST',","    header: {","        'content-type': 'application/json'","    },","    body: {","        mode: 'raw',","        raw: JSON.stringify({ AccessKey: pm.environment.get(\"accesskey\"), AppId: pm.environment.get(\"appid\") })","    }","}, function (err, res) {","    var data =res.json();","    postman.setEnvironmentVariable(\"token\", data.Token);","    postman.setEnvironmentVariable(\"tokenExpiration\", data.JsExpirationDate);","});","}","","","","  ","  "],"type":"text/javascript"}},{"listen":"test","script":{"id":"1cf9440e-3ec2-42f8-9bc9-b262b99dad92","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"59bf23a7-1662-4171-8a34-187d43e3daf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"Authenticated token provided from the TokenAcquisition method.","key":"token","type":"text","value":"{{token}}"},{"description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":" /*For optimal performance, Street1 and Country should be included in the request. \r\n City, State and Zipcode can be included in the request (either individually or together) \r\n if you want to filter results accordingly. Standard type ahead functionality has Street1 \r\n and Country in the request.*/\r\n \r\n {\r\n  \"Street1\": \"a\",\r\n  \"City\": \"\",\r\n  \"State\": \"\",\r\n  \"ZipCode\": \"\",\r\n  \"Country\": \"USA\",\r\n  \"ResponseType\":\"Standardized\"\r\n}"},"url":{"raw":"{{url}}/api/core/getstreetwildsearch?take=10&skip=0&requestId&resultsExcludeByFlag","host":["{{url}}"],"path":["api","core","getstreetwildsearch"],"query":[{"key":"take","value":"10","description":"Defines the number of records to take (i.e. display) in the response object.  The default setting is 10.  "},{"key":"skip","value":"0","description":"Defines the number of records to hide (i.e. not display) in the response object.  The default setting is 0. Take and Skip parameters are used together to achieve proper presentation of \"view more\" functionality."},{"key":"requestId","value":null,"description":"Available if a Client requires to send a unique identifier for each method call.  This is empty by default."},{"key":"resultsExcludeByFlag","value":null,"description":"This parameter limits the address response results by excluding certain Level 2 response flags. These flags can be found inside GetSummaryFlagsDefinitions (Flags & Info).  Flags that are to be excluded in the response should be separated by commas.  The default setting for this method is: U,M,N."}]},"description":"This method is generally used when developers wish to incorporate type ahead functionality into an application.\n<br/>\n<br/>\n<table>\n    <tr><th>Property</th><th>Definition</th></tr>\n    <tr><td>RequestId</td><td>Optional parameter that can be sent to identify the request.  This is a useful parameter in the <b>GetStreetWildSearch</b> method to queue responses for presentation to end users.</td></tr>\n    <tr><td>InstantAddressResult</td><td>The parent response object that includes InputAddress, SubsequentMethodCallAddress, StandardizedAddress, InstantAddressResponse and Flags.</td></tr>\n    <tr><td>InputAddress</td><td>Contains the exact input address that is sent to the service for validation.</td></tr>\n    <tr><td>SubsequentMethodCallAddress</td><td>Contains the address to be used to process subsequent method calls.</td></tr>\n    <tr><td>StandardizedAddress</td><td>Contains the standard postal service response format, for the basic address elements only. </td></tr>\n    <tr><td>InstantAddressResponse</td><td>Contains the basic components of the Instant Address response, including the FormattedLines, AdditionalElements and Flags.</td></tr>\n    <tr><td>FormatId</td><td>This is the GUID that represents the address format standards used in processing the request. </td></tr>\n    <tr><td>FormattedLines</td><td>Contains the returned address with formatting standards applied to the basic address elements, based upon the settings of the FormatId.  In addition, certain additional data elements are included in is section, as request by the FormatId.  This section also contains a <b>webformat1</b>, which presents the formatted address in a single line.  This is helpful if presenting address results inside a UI.</td></tr>\n    <tr><td>AdditionalElements</td><td>Contains a comprehensive list of all data elements for a specific address.  This list varies depending on the data set used.</td></tr>\n    <tr><td>Flags</td><td>Contains a list of response flags and messages for each address response.  This section also contains the recommended next actions when the property <b>IntergratorNotes</b> is enabled.</td></tr>\n    <tr><td>ResponseType</td><td>Indicates the type of response requested.  The options are Full, Default, Formatted and Standardized.</td></tr>\n    <tr><td>TotalRecords</td><td>A count that identifies the total number of address records included in the response. </td></tr>\n    <tr><td>MoreResultsAvailable</td><td>Indicates whether more address results are available as part of the request.  </td></tr>\n    <tr><td>ProcessedOn</td><td>Date and time stamp indicating when the address was processed.  </td></tr>\n</table>"},"response":[],"_postman_id":"59bf23a7-1662-4171-8a34-187d43e3daf3"}],"id":"0c1ffc6c-99f7-44da-923f-501ad4d481fc","description":"The section contains the primary method for validating a single address (GetAddress), and the primary method for searching for a single address, with type ahead functionality (GetStreetWildSearch).  ","event":[{"listen":"prerequest","script":{"id":"94592235-af2c-4b7c-a858-3711fcd4d664","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cc7620e3-b7c0-4db1-8c9a-857b201113ff","type":"text/javascript","exec":[""]}}],"_postman_id":"0c1ffc6c-99f7-44da-923f-501ad4d481fc"},{"name":"Bulk Validation","item":[{"name":"Batch Processing","item":[{"name":"start","event":[{"listen":"test","script":{"id":"6470f1dd-f6fa-4aee-b1a9-b972154e8863","exec":[" var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"tempTransactionId\", jsonData.TransactionId);"],"type":"text/javascript"}}],"id":"b119487e-fb70-4d96-afba-24b0af0d1450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n    \"Name\": \"The name for this transaction.\",\r\n    \"Description\": \"The description for this transaction.\",\r\n    \"TotalRecords\": \"2713\",\r\n    \"Mode\": \"AddressValidation\",\r\n    \"Settings\": {\r\n        \"FormatOverride\": null,\r\n        \"Emails\": \"user@email.com\",   \r\n        \"ResponseType\": \"NCOA\" \r\n    },\r\n    \"NcoaSettings\": { \r\n        \"PafKey\": \"00000000-0000-0000-0000-000000000000\",\r\n        \"ProcessingMode\": \"S\"  \r\n    }\r\n}\r\n"},"url":"{{url}}/bulk/v1/start","description":"This method creates a transaction (unique id) which is used to group address data into batches for processing.\n\nThe settings configured in this method determine which mode of Instant Address will be used to process the data (AddressValidation, CASS or NCOA). Certain properties are required in the method request, as indicated in the following table definition.\n\n**Request Properties (input body):**\n\n| **Property** | **Definition** |\n| --- | --- |\n| Name | Required. Name for the transaction. |\n| Description | Description for the transaction. |\n| TotalRecords | Required. The total number of records that will be processed within the transaction. |\n| Mode | Identifies the type of transaction. Options: AddressValidation, CASS or NCOA. If NULL the mode will automatically process as Address Validation. |\n| Settings |  |\n| FormatOverride | By default this is null. This only applies if the transaction requires a different format than the one registered with the REST API interface. |\n| Emails | Can be left blank. Fill in with an email address (or addresses) that need to receive report(s) for this transaction. Reports are generated for CASS and NCOA only. |\n| ResponseType | Idenitfies the object type used in the response from the Instant Address service. Options: Full or NCOA. \"Full\" is used with Address Validation and CASS, \"NCOA\" with NCOA. If NULL, the Instant Address service will automatically return the \"Min\" response. |\n| NcoaSettings |  |\n| PafKey | Required if transaction is in NCOA Mode. This is a unique identifier for your Personal Acknowledgement Form (PAF) on file with the Instant Address service. |\n| ProcessingMode | Required if transaction is in NCOA Mode. Indicates the NCOA processing mode for a NCOA transaction. (BUSINESS ONLY (B), INDIVIDUAL ONLY (I), INDIVIDUAL WITH FAMILY (R), STANDARD (S)). |\n\n**Response Properties:**\n\n| **Property** | **Defintion** |\n| --- | --- |\n| TransactionId | GUID provided by Instant Address service that uniquely identifies the transaction. |\n| Count | Identifies the total number or rows in the transaction, as provided in the TotalRecords property in the input. |\n| Status | Identifies the status of the transaction. At start you should receive a response of \"In Progress\". Additional Status values: Cancelled, Completed, Failed, Empty. |"},"response":[{"id":"6dad9cfb-9915-4348-8a39-86dd57434877","name":"start","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n    \"Name\": \"Name for the transaction.\",\r\n    \"Description\": \"Description for the transaction.\",\r\n    \"TotalRecords\": \"2\",\r\n    \"Mode\": \"AddressValidation\",\r\n    \"Settings\": {\r\n        \"FormatOverride\": null,\r\n        \"Emails\": \"user@email\",   \r\n        \"ResponseType\": \"Ncoa\" \r\n    },\r\n    \"NcoaSettings\": { \r\n        \"PafKey\": \"00000000-0000-0000-0000-000000000000\",\r\n        \"ProcessingMode\": \"S\"  \r\n    }\r\n}\r\n"},"url":"{{url}}/bulk/v1/start"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=60"},{"key":"Content-Length","value":"89"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Mon, 28 Nov 2022 16:11:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TransactionId\": \"89e24e07-5022-490a-b39d-fcad00137b64\",\n    \"Count\": 2713,\n    \"Status\": \"In Progress\"\n}"},{"id":"661717cb-0508-4115-a4e3-70103b883afc","name":"start error 400","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n    \"Name\": \"\",\r\n    \"Description\": \"Description for the transaction.\",\r\n    \"TotalRecords\": \"2\",\r\n    \"Mode\": \"AddressValidation\",\r\n    \"Settings\": {\r\n        \"FormatOverride\": null,\r\n        \"Emails\": \"user@email\",   \r\n        \"ResponseType\": \"Ncoa\" \r\n    },\r\n    \"NcoaSettings\": { \r\n        \"PafKey\": \"00000000-0000-0000-0000-000000000000\",\r\n        \"ProcessingMode\": \"S\"  \r\n    }\r\n}\r\n"},"url":"{{url}}/bulk/v1/start"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=60"},{"key":"Content-Length","value":"82"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Mon, 28 Nov 2022 16:18:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"This transaction cannot be processed, Name is empty and is required.\"\n}"}],"_postman_id":"b119487e-fb70-4d96-afba-24b0af0d1450"},{"name":"upload","event":[{"listen":"test","script":{"id":"4c298100-b782-447c-8146-790fd7a1c806","exec":[" ","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"tempBatchId\", jsonData.BatchId);",""," "],"type":"text/javascript"}}],"id":"a591b207-c5e5-476b-8971-fd45b53cfefe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n        \"Street1\": \"85 brainerd rd\",\r\n        \"Street2\": \"apt 101\",\r\n        \"Street3\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"Brainerd\",\r\n        \"State\": \"MA\",\r\n        \"ZipCode\": \"02134-4529\",\r\n        \"Country\": \"USA\",\r\n        \"Ncoa\": {\r\n            \"UnparsedName\": \"David L. Smith\",\r\n            \"FirstName\": \"\",\r\n            \"LastName\": \"\",\r\n            \"MiddleName\": \"\",\r\n            \"PostFix\": \"\",\r\n            \"Prefix\": \"\" }\r\n    },\r\n    {\r\n        \"Street1\": \"26 Phillips Dr\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"Westford\",\r\n        \"State\": \"MA\",\r\n        \"ZipCode\": \"01886-3409\",\r\n        \"Country\": \"USA\",\r\n        \"Ncoa\": {\r\n            \"UnparsedName\": \"\",\r\n            \"FirstName\": \"Tracy\",\r\n            \"LastName\": \"Williams\",\r\n            \"MiddleName\": \"\",\r\n            \"PostFix\": \"\",\r\n            \"Prefix\": \"\" }\r\n        }        \r\n]\r\n"},"url":"{{url}}/bulk/v1/upload/{{tempTransactionId}}","description":"This method sends a batch of addresses and associates them to an existing TransactionId. This method can be called several times to group multiple batches of addresses to a transaction for Address Validation, CASS or NCOA.\n\nThe TransactionId created in the start method is included in the url. The NCOA properties should only be populated if the transaction has a mode of NCOA. If running Address Validation or CASS mode NCOA properties should be NULL.\n\nOnce all batches have been uploaded you'll need to call the upload-completed method.\n\n**Request Properties (input body):**\n\n| **Property** | **Definition** |\n| --- | --- |\n| Street1 | Recommended. Address line 1. |\n| Street2 | Address line 2. |\n| Street3 | Address line 3. |\n| Street4 | Address line 4. |\n| Street5 | Address line 5. |\n| City | Recommended. City name. |\n| State | Recommended. State code or State Name. |\n| ZipCode | Recommended. Zipcode or postal code. Zip4 for USA addresses can be included in this field with our without a dash. |\n| Country | Recommended. 2 or 3 character ISO country code, or country name. If NULL, client default country set will be used automatically. |\n| Ncoa | UnparsedName is recommended and prioritized. You can mix UnparsedName and ParsedNames (First, Middle, Last) in the same transaction. |\n| UnparsedName | Recommended. Unparsed name or business name. |\n| FirstName | First name. |\n| MiddleName | Middle name. |\n| LastName | Last name. |\n\n**Response Properties:**\n\n| **Property** | **Definition** |\n| --- | --- |\n| TransactionId | GUID created in the start method to which the upload batch transaction is linked. |\n| BatchId | GUID created by Instant Address service, unique to a specific batch within a transaction. |\n| BatchRecordsCount | Total records counted by the Instant Address service within the batch. |\n| Status | Indicates the status of the batch. Following upload you should receive a status of \"Received\". If the batch upload fails you will receive a 400 exception message. |"},"response":[{"id":"25626952-8312-4c9d-b8b5-2f0493acf084","name":"upload","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n        \"Street1\": \"85 brainerd rd\",\r\n        \"Street2\": \"apt 101\",\r\n        \"Street3\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"Brainerd\",\r\n        \"State\": \"MA\",\r\n        \"ZipCode\": \"02134-4529\",\r\n        \"Country\": \"USA\",\r\n        \"Ncoa\": {\r\n            \"UnparsedName\": \"David L. Smith\",\r\n            \"FirstName\": \"\",\r\n            \"LastName\": \"\",\r\n            \"MiddleName\": \"\",\r\n            \"PostFix\": \"\",\r\n            \"Prefix\": \"\" }\r\n    },\r\n    {\r\n        \"Street1\": \"26 Phillips Dr\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"Westford\",\r\n        \"State\": \"MA\",\r\n        \"ZipCode\": \"01886-3409\",\r\n        \"Country\": \"USA\",\r\n        \"Ncoa\": {\r\n            \"UnparsedName\": \"\",\r\n            \"FirstName\": \"Tracy\",\r\n            \"LastName\": \"Williams\",\r\n            \"MiddleName\": \"\",\r\n            \"PostFix\": \"\",\r\n            \"Prefix\": \"\" }\r\n        }        \r\n]\r\n"},"url":"{{url}}/bulk/v1/upload/{{tempTransactionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=60"},{"key":"Content-Length","value":"147"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Wed, 30 Nov 2022 15:30:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TransactionId\": \"89e24e07-5022-490a-b39d-fcad00137b64\",\n    \"BatchId\": \"7b770c20-71e3-4d7f-b710-1ff1d50d2b11\",\n    \"BatchRecordsCount\": 1000,\n    \"Status\": \"Received\"\n}"}],"_postman_id":"a591b207-c5e5-476b-8971-fd45b53cfefe"},{"name":"upload-completed","event":[{"listen":"test","script":{"id":"96153c71-046a-42bf-ae75-985d11674c43","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var jsonData = JSON.parse(responseBody);"," "],"type":"text/javascript"}}],"id":"c036e243-3e51-4f03-8cb9-41b6762cfcc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"url":"{{url}}/bulk/v1/upload-completed/{{tempTransactionId}}/2","description":"This method is used to notify the Instant Address service that all batches and data for a transaction have been sent. This method is required for the transaction to initiate processing.\n\n**Request Parameters:**\n\nHandled through a url request. The url request needs to have the transactionid and the record count.\n\n**Response Properties:**\n\n|  |  |\n| --- | --- |\n| TransactionId | GUID provided by Instant Address service that uniquely identifies the transaction. |\n| Count | Identifies the total number or rows in the transaction, as provided in the TotalRecords property in the input. |\n| Status | Identifies the status of the transaction. You should receive a response of \"In Progress\". Additional Status values: Cancelled, Completed, Failed, Empty. |"},"response":[{"id":"cacb7911-ce3f-4eee-ae67-bea504b4da72","name":"upload-completed","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"url":"{{url}}/bulk/v1/upload-completed/{{tempTransactionId}}/2713"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=60"},{"key":"Content-Length","value":"89"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Wed, 30 Nov 2022 14:38:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TransactionId\": \"89e24e07-5022-490a-b39d-fcad00137b64\",\n    \"Count\": 2713,\n    \"Status\": \"In Progress\"\n}"}],"_postman_id":"c036e243-3e51-4f03-8cb9-41b6762cfcc4"},{"name":"status","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var jsonData = JSON.parse(responseBody);"," "],"type":"text/javascript","id":"500e44f4-8a58-483c-9a17-b51ed265b613"}}],"id":"f8e7f8a4-890f-4203-908a-d1ea2a931cf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"url":"{{url}}/bulk/v1/status/{{tempTransactionId}}","description":"This method is used to retrieve the status of a transaction and all of the batches within the transaction. A transaction will have one of the following statuses: In Progress, Completed, Failed or Cancelled. Each batch will have one of the following statuses: Received, Processed, Empty or Cancelled.\n\n**Request Parameters:**\n\nHandled through a url request. The url request only needs the transactionid.\n\n**Response Properties:**\n\nTransaction Properties\n\n| **Property** | **Definition** |\n| --- | --- |\n| TransactionId | GUID provided by Instant Address service that uniquely identifies the transaction. |\n| Status | Identifies the status of the transaction. The values can be: In Progress, Cancelled, Completed, Failed, Empty. |\n| Batch | Contains the list and statuses of all batches within the transaction. |\n| IsCompleted | A boolean (true/false) that indicates whether or not the transaction is complete and the data is ready for download. |\n| BatchCompletedCount | Indicates the total number of batches within the transaction that have been processed. |\n| BatchPendingCount | Indicates the total number of batches within the transaction that have not yet been processed. |\n| BatchRecordsCount | Indicates the total number of records within the transaction (i.e. total count of records in all batches within the transaction). |\n| HasErrors | A boolean (true/false) that indicates whether or not the transaction has any processing errors. |\n| Message | Error message text. |\n\nIndividual Batch Properties\n\n(total number of batches will vary)\n\n| **Property** | **Definition** |\n| --- | --- |\n| TransactionId | GUID that uniquely identifies the transaction. |\n| BatchId | GUID created by Instant Address service, unique to a specific batch within a transaction. |\n| BatchRecordsCount | Total number of records within a specific batch. |\n| Status | Indicates the status of the batch processing. The options are Received, Processed, Cancelled. |"},"response":[{"id":"b1ef11d5-a19c-4457-b9a6-df72a3a716b5","name":"status","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"url":"{{url}}/bulk/v1/status/{{tempTransactionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=60"},{"key":"Content-Length","value":"356"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Wed, 30 Nov 2022 14:38:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TransactionId\": \"89e24e07-5022-490a-b39d-fcad00137b64\",\n    \"Status\": \"Completed\",\n    \"Batch\": [\n        {\n            \"TransactionId\": \"89e24e07-5022-490a-b39d-fcad00137b64\",\n            \"BatchId\": \"7b770c20-71e3-4d7f-b710-1ff1d50d2b11\",\n            \"BatchRecordsCount\": 1000,\n            \"Status\": \"Processed\"\n        },\n                {\n            \"TransactionId\": \"89e24e07-5022-490a-b39d-fcad00137b64\",\n            \"BatchId\": \"9da3b8a6-1368-4bbe-9910-42bd92a837da\",\n            \"BatchRecordsCount\": 1000,\n            \"Status\": \"Processed\"\n        },\n                {\n            \"TransactionId\": \"89e24e07-5022-490a-b39d-fcad00137b64\",\n            \"BatchId\": \"1a348e96-105a-40c5-bdab-8391dd0cd84f\",\n            \"BatchRecordsCount\": 713,\n            \"Status\": \"Processed\"\n        }\n    ],\n    \"IsCompleted\": true,\n    \"BatchCompletedCount\": 3,\n    \"BatchPendingCount\": 0,\n    \"BatchRecordsCount\": 2713,\n    \"HasErrors\": false,\n    \"Message\": null\n}"}],"_postman_id":"f8e7f8a4-890f-4203-908a-d1ea2a931cf9"},{"name":"download","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var jsonData = JSON.parse(responseBody);"," "],"type":"text/javascript","id":"ae9afdac-5599-446f-be05-3f012ecfd71a"}}],"id":"a588e254-3efe-421e-8380-fe06c12b7d4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"url":"{{url}}/bulk/v1/download/{{tempTransactionId}}/{{tempBatchId}}","description":"This method is used to download the data of a single batch, within a transaction, after the data has been processed by the Instant Address service. The batch needs to have a status of \"Completed\" in order to download the data.\n\n**Request Parameters:**\n\nHandled through a url request. The url request needs to have the transactionid and the batchid.\n\n**Response Properties:**\n\nThe response, per address record, is organized into the following properties:\n\nBatch Properties\n\n| **Property** | **Definition** |\n| --- | --- |\n| InstantAddressResult | The list with all of the addresses and response properties. This is the highest level root. |\n| TotalRecords | Total records of the specific batch of data being downloaded. |\n| MoreResultsAvailable | Boolean that will always read false in bulk processing. |\n| ProcessedOn | Date and Time the record was processed on. |\n\nSingle Address Properties:\n\n| **Property** | **Definition** |\n| --- | --- |\n| InputAddress | Contains original address submitted in the request, including any reference fields. |\n| SubsequentMethodCallAddress | Standardized address that should be used when calling subsequent Instant Address methods (e.g. GetSecondaryRange). |\n| StandardizedAddress | Postal preferred format for a processed address. |\n| InstantAddressResponse | Contains the custom format for a processed address and additional data fields related to the address. |\n| Flags | Contains a combination of response flags for reporting purpose and developer codes for integration assistance. |\n| ResponseType | Indicates the type of the object response sent from the Instant Address service. |"},"response":[{"id":"c8b4b5f2-3de6-470c-85a5-6d1d2cdbc64c","name":"download","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"url":"{{url}}/bulk/v1/download/{{tempTransactionId}}/{{tempBatchId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=60"},{"key":"Content-Length","value":"40053"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Wed, 30 Nov 2022 14:38:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"RequestId\": null,\n    \"InstantAddressResult\": [\n        {\n            \"InputAddress\": {\n                \"Language\": null,\n                \"Reference1\": null,\n                \"Reference2\": null,\n                \"Reference3\": null,\n                \"Reference4\": null,\n                \"Reference5\": null,\n                \"Reference6\": null,\n                \"Reference7\": null,\n                \"Reference8\": null,\n                \"Reference9\": null,\n                \"Reference10\": null,\n                \"Reference11\": null,\n                \"Reference12\": null,\n                \"Reference13\": null,\n                \"Reference14\": null,\n                \"Reference15\": null,\n                \"Reference16\": null,\n                \"Reference17\": null,\n                \"Reference18\": null,\n                \"Reference19\": null,\n                \"Reference20\": null,\n                \"Reference21\": null,\n                \"Reference22\": null,\n                \"Reference23\": null,\n                \"Reference24\": null,\n                \"Reference25\": null,\n                \"Reference26\": null,\n                \"Reference27\": null,\n                \"Reference28\": null,\n                \"Reference29\": null,\n                \"Reference30\": null,\n                \"ValidationType\": \"Default\",\n                \"ResponseType\": \"Min\",\n                \"Filters\": null,\n                \"FormatOverride\": null,\n                \"Urbanization\": null,\n                \"FirmOrRecipient\": null,\n                \"SkipParsing\": false,\n                \"IntegratorNotes\": false,\n                \"Street1\": \"85 brainerd rd\",\n                \"City\": \"\",\n                \"Street2\": \"apt 101\",\n                \"Street3\": \"\",\n                \"Street4\": \"\",\n                \"Street5\": \"\",\n                \"State\": \"\",\n                \"ZipCode\": \"02134\",\n                \"Zip4\": \"\",\n                \"Country\": \"USA\"\n            },\n            \"SubsequentMethodCallAddress\": {\n                \"Country\": \"USA\",\n                \"Street1\": \"85 Brainerd Rd Apt 101\",\n                \"Street2\": null,\n                \"Street3\": null,\n                \"Street4\": null,\n                \"Street5\": null,\n                \"City\": \"Allston\",\n                \"State\": \"MA\",\n                \"ZipCode\": \"02134\",\n                \"Zip4\": \"4529\"\n            },\n            \"StandardizedAddress\": {\n                \"Street1\": \"85 BRAINERD RD APT 101\",\n                \"Street2\": \"\",\n                \"Street3\": \"\",\n                \"Street4\": \"\",\n                \"Street5\": \"\",\n                \"City\": \"ALLSTON\",\n                \"State\": \"MA\",\n                \"ZipCode\": \"02134-4529\",\n                \"UrbanizationName\": \"\",\n                \"CityStateZip\": \"ALLSTON MA 02134-4529\",\n                \"Country\": \"USA\"\n            },\n            \"InstantAddressResponse\": [\n                {\n                    \"IsDefault\": true,\n                    \"FormatId\": \"b800c42c-efde-46b5-bf9d-2fc998e49b66\",\n                    \"FormattedLines\": [\n                        {\n                            \"Type\": \"webformat1\",\n                            \"Order\": 0,\n                            \"Description\": \"Web Application Format\",\n                            \"Value\": \"85 Brainerd Rd Apt 101 Allston, MA 02134-4529\",\n                            \"AddressLineReference\": \"WebFormat\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 1,\n                            \"Description\": \"Line 1\",\n                            \"Value\": \"85 Brainerd Rd Apt 101\",\n                            \"AddressLineReference\": \"Street1\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 2,\n                            \"Description\": \"Line 2\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"Street2\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 3,\n                            \"Description\": \"Line 3\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"Street3\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 4,\n                            \"Description\": \"City\",\n                            \"Value\": \"Allston\",\n                            \"AddressLineReference\": \"City\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 5,\n                            \"Description\": \"State\",\n                            \"Value\": \"MA\",\n                            \"AddressLineReference\": \"State\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 6,\n                            \"Description\": \"ZIP Code\",\n                            \"Value\": \"02134-4529\",\n                            \"AddressLineReference\": \"ZipCode\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 7,\n                            \"Description\": \"Country\",\n                            \"Value\": \"USA\",\n                            \"AddressLineReference\": \"Country\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 8,\n                            \"Description\": \"+4 ZIP CODE\",\n                            \"Value\": \"4529\",\n                            \"AddressLineReference\": \"AdditionalSection1\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 9,\n                            \"Description\": \"+4 ZIP CODE LOW RANGE\",\n                            \"Value\": \"4529\",\n                            \"AddressLineReference\": \"AdditionalSection2\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 10,\n                            \"Description\": \"+4 ZIP CODE HIGH RANGE\",\n                            \"Value\": \"4529\",\n                            \"AddressLineReference\": \"AdditionalSection3\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 11,\n                            \"Description\": \"COUNTRY ISO 2 CODE\",\n                            \"Value\": \"US\",\n                            \"AddressLineReference\": \"AdditionalSection4\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 12,\n                            \"Description\": \"COUNTRY ISO 3 CODE\",\n                            \"Value\": \"USA\",\n                            \"AddressLineReference\": \"AdditionalSection5\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 13,\n                            \"Description\": \"COUNTRY ISO NUMERIC CODE\",\n                            \"Value\": \"840\",\n                            \"AddressLineReference\": \"AdditionalSection6\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 14,\n                            \"Description\": \"COUNTRY NAME\",\n                            \"Value\": \"UNITED STATES OF AMERICA\",\n                            \"AddressLineReference\": \"AdditionalSection7\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 15,\n                            \"Description\": \"BASE ALTERNATE CODE\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection8\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 16,\n                            \"Description\": \"CARRIER ROUTE IDENTIFIER\",\n                            \"Value\": \"C013\",\n                            \"AddressLineReference\": \"AdditionalSection9\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 17,\n                            \"Description\": \"CBSA ID\",\n                            \"Value\": \"14460\",\n                            \"AddressLineReference\": \"AdditionalSection10\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 18,\n                            \"Description\": \"CBSA INDICATOR\",\n                            \"Value\": \"METROPOLITAN STATISTICAL AREA\",\n                            \"AddressLineReference\": \"AdditionalSection11\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 19,\n                            \"Description\": \"CBSA NAME\",\n                            \"Value\": \"Boston-Cambridge-Newton, Ma-Nh\",\n                            \"AddressLineReference\": \"AdditionalSection12\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 20,\n                            \"Description\": \"CITY STATE KEY\",\n                            \"Value\": \"V21408\",\n                            \"AddressLineReference\": \"AdditionalSection13\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 21,\n                            \"Description\": \"CMRA DELIVERY POINT INDICATOR\",\n                            \"Value\": \"N\",\n                            \"AddressLineReference\": \"AdditionalSection14\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 22,\n                            \"Description\": \"COUNTY ID\",\n                            \"Value\": \"025\",\n                            \"AddressLineReference\": \"AdditionalSection15\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 23,\n                            \"Description\": \"COUNTY NAME\",\n                            \"Value\": \"Suffolk\",\n                            \"AddressLineReference\": \"AdditionalSection16\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 24,\n                            \"Description\": \"CSA ID\",\n                            \"Value\": \"148\",\n                            \"AddressLineReference\": \"AdditionalSection17\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 25,\n                            \"Description\": \"CSA NAME\",\n                            \"Value\": \"Boston-Worcester-Providence, Ma-Ri-Nh-Ct\",\n                            \"AddressLineReference\": \"AdditionalSection18\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 26,\n                            \"Description\": \"DEFAULT FLAG INDICATOR\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection19\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 27,\n                            \"Description\": \"DPCD\",\n                            \"Value\": \"2\",\n                            \"AddressLineReference\": \"AdditionalSection20\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 28,\n                            \"Description\": \"DPC\",\n                            \"Value\": \"26\",\n                            \"AddressLineReference\": \"AdditionalSection21\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 29,\n                            \"Description\": \"DPV\",\n                            \"Value\": \"262\",\n                            \"AddressLineReference\": \"AdditionalSection22\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 30,\n                            \"Description\": \"DPVF\",\n                            \"Value\": \"Y\",\n                            \"AddressLineReference\": \"AdditionalSection23\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 31,\n                            \"Description\": \"EARLY WARNING SYSTEM FLAG\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection24\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 32,\n                            \"Description\": \"ELOT CODE\",\n                            \"Value\": \"A\",\n                            \"AddressLineReference\": \"AdditionalSection25\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 33,\n                            \"Description\": \"ELOT NUMBER\",\n                            \"Value\": \"0199\",\n                            \"AddressLineReference\": \"AdditionalSection26\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 34,\n                            \"Description\": \"FALSE POSITIVE INDICATOR\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection27\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 35,\n                            \"Description\": \"FINANCIAL NUMBER\",\n                            \"Value\": \"240799\",\n                            \"AddressLineReference\": \"AdditionalSection28\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 36,\n                            \"Description\": \"FIPS CODE\",\n                            \"Value\": \"25025\",\n                            \"AddressLineReference\": \"AdditionalSection29\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 37,\n                            \"Description\": \"GEOLOCATION PRECISION\",\n                            \"Value\": \"Rooftop\",\n                            \"AddressLineReference\": \"AdditionalSection30\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 38,\n                            \"Description\": \"LATITUDE\",\n                            \"Value\": \"42.3472273\",\n                            \"AddressLineReference\": \"AdditionalSection31\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 39,\n                            \"Description\": \"LONGITUDE\",\n                            \"Value\": \"-71.1344612\",\n                            \"AddressLineReference\": \"AdditionalSection32\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 40,\n                            \"Description\": \"HOUSE NUMBER PARITY\",\n                            \"Value\": \"O\",\n                            \"AddressLineReference\": \"AdditionalSection33\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 41,\n                            \"Description\": \"HOUSE RANGE HIGH NUMBER\",\n                            \"Value\": \"85\",\n                            \"AddressLineReference\": \"AdditionalSection34\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 42,\n                            \"Description\": \"HOUSE RANGE LOW NUMBER\",\n                            \"Value\": \"85\",\n                            \"AddressLineReference\": \"AdditionalSection35\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 43,\n                            \"Description\": \"LACS FLAG\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection36\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 44,\n                            \"Description\": \"LACS INDICATOR\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection37\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 45,\n                            \"Description\": \"LACS RETURN CODE\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection38\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 46,\n                            \"Description\": \"LACSLINK FLAG\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection39\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 47,\n                            \"Description\": \"LCD INDEX INDICATOR\",\n                            \"Value\": \"N\",\n                            \"AddressLineReference\": \"AdditionalSection40\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 48,\n                            \"Description\": \"LCD TABLE INDICATOR\",\n                            \"Value\": \"N\",\n                            \"AddressLineReference\": \"AdditionalSection41\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 49,\n                            \"Description\": \"MISCELLANEOUS\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection42\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 50,\n                            \"Description\": \"MUNICIPALITY KEY\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection43\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 51,\n                            \"Description\": \"NO DOOR ACCESS DELIVERY POINT\",\n                            \"Value\": \"N\",\n                            \"AddressLineReference\": \"AdditionalSection44\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 52,\n                            \"Description\": \"NO STAT DELIVERY POINT\",\n                            \"Value\": \"N\",\n                            \"AddressLineReference\": \"AdditionalSection45\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 53,\n                            \"Description\": \"NON SECURE LOCATION DELIVERY POINT\",\n                            \"Value\": \"N\",\n                            \"AddressLineReference\": \"AdditionalSection46\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 54,\n                            \"Description\": \"RDI\",\n                            \"Value\": \"R\",\n                            \"AddressLineReference\": \"AdditionalSection47\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 55,\n                            \"Description\": \"SECONDARY RANGE HIGH VALUE\",\n                            \"Value\": \"305\",\n                            \"AddressLineReference\": \"AdditionalSection48\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 56,\n                            \"Description\": \"SECONDARY RANGE LOW VALUE\",\n                            \"Value\": \"101\",\n                            \"AddressLineReference\": \"AdditionalSection49\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 57,\n                            \"Description\": \"SECONDARY UNIT NAME\",\n                            \"Value\": \"Apartment\",\n                            \"AddressLineReference\": \"AdditionalSection50\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 58,\n                            \"Description\": \"SECONDARY UNIT PARITY\",\n                            \"Value\": \"B\",\n                            \"AddressLineReference\": \"AdditionalSection51\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 59,\n                            \"Description\": \"STATE CODE\",\n                            \"Value\": \"25\",\n                            \"AddressLineReference\": \"AdditionalSection52\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 60,\n                            \"Description\": \"STATE LEGISLATURE ID LOWER\",\n                            \"Value\": \"200;201\",\n                            \"AddressLineReference\": \"AdditionalSection53\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 61,\n                            \"Description\": \"STATE LEGISLATURE ID UPPER\",\n                            \"Value\": \"026;028\",\n                            \"AddressLineReference\": \"AdditionalSection54\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 62,\n                            \"Description\": \"STATE LEGISLATURE NAME LOWER\",\n                            \"Value\": \"17th Suffolk District;18th Suffolk District\",\n                            \"AddressLineReference\": \"AdditionalSection55\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 63,\n                            \"Description\": \"STATE LEGISLATURE NAME UPPER\",\n                            \"Value\": \"Middlesex & Suffolk District;Second Suffolk & Middlesex District\",\n                            \"AddressLineReference\": \"AdditionalSection56\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 64,\n                            \"Description\": \"STATE NAME\",\n                            \"Value\": \"Massachusetts\",\n                            \"AddressLineReference\": \"AdditionalSection57\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 65,\n                            \"Description\": \"STREET POST DIRECTIONAL\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection58\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 66,\n                            \"Description\": \"STREET PRE DIRECTIONAL\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection59\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 67,\n                            \"Description\": \"STREET SUFFIX\",\n                            \"Value\": \"Road\",\n                            \"AddressLineReference\": \"AdditionalSection60\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 68,\n                            \"Description\": \"SUITELINK FOOTNOTES\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection61\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 69,\n                            \"Description\": \"THROWBACK DELIVERY POINT INDICATOR\",\n                            \"Value\": \"N\",\n                            \"AddressLineReference\": \"AdditionalSection62\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 70,\n                            \"Description\": \"URBANIZATION\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection63\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 71,\n                            \"Description\": \"URBANIZATION KEY\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection64\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 72,\n                            \"Description\": \"US CONGRESSIONAL DISTRICT\",\n                            \"Value\": \"07\",\n                            \"AddressLineReference\": \"AdditionalSection65\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 73,\n                            \"Description\": \"US CONGRESSIONAL DISTRICT NAME\",\n                            \"Value\": \"7th Us Congressional District (Massachusetts)\",\n                            \"AddressLineReference\": \"AdditionalSection66\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 74,\n                            \"Description\": \"USPS ASSIGNED RECORD TYPE\",\n                            \"Value\": \"H\",\n                            \"AddressLineReference\": \"AdditionalSection67\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 75,\n                            \"Description\": \"PREFERRED CITY NAME\",\n                            \"Value\": \"Allston\",\n                            \"AddressLineReference\": \"AdditionalSection68\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 76,\n                            \"Description\": \"VACANT DELIVERY POINT INDICATOR\",\n                            \"Value\": \"N\",\n                            \"AddressLineReference\": \"AdditionalSection69\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 77,\n                            \"Description\": \"ZIP +4 ADD ON INCLUDED\",\n                            \"Value\": \"Y\",\n                            \"AddressLineReference\": \"AdditionalSection70\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 78,\n                            \"Description\": \"ZIP CODE INCLUDED\",\n                            \"Value\": \"Y\",\n                            \"AddressLineReference\": \"AdditionalSection71\"\n                        }\n                    ],\n                    \"AdditionalElements\": [\n                        {\n                            \"Name\": \"Zip4\",\n                            \"FriendlyName\": \"+ 4 ZIP Code\",\n                            \"Value\": \"4529\"\n                        },\n                        {\n                            \"Name\": \"Zip4High\",\n                            \"FriendlyName\": \"+ 4 ZIP Code High Range\",\n                            \"Value\": \"4529\"\n                        },\n                        {\n                            \"Name\": \"Zip4Low\",\n                            \"FriendlyName\": \"+ 4 ZIP Code Low Range\",\n                            \"Value\": \"4529\"\n                        },\n                        {\n                            \"Name\": \"CountryIso2\",\n                            \"FriendlyName\": \"2 Character ISO Country Code\",\n                            \"Value\": \"US\"\n                        },\n                        {\n                            \"Name\": \"CountryIso3\",\n                            \"FriendlyName\": \"3 Character ISO Country Code\",\n                            \"Value\": \"USA\"\n                        },\n                        {\n                            \"Name\": \"AddressChangeFlag\",\n                            \"FriendlyName\": \"Address Change Flags\",\n                            \"Value\": \"N,AA,BB,RTH,DY\"\n                        },\n                        {\n                            \"Name\": \"BaseAlterNameCodeFlag\",\n                            \"FriendlyName\": \"Base Alternate Code\",\n                            \"Value\": \" \"\n                        },\n                        {\n                            \"Name\": \"BldgFirmName\",\n                            \"FriendlyName\": \"Building or Firm Name\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"CarrierRouteId\",\n                            \"FriendlyName\": \"Carrier Route Identifier\",\n                            \"Value\": \"C013\"\n                        },\n                        {\n                            \"Name\": \"CbsaId\",\n                            \"FriendlyName\": \"CBSA ID\",\n                            \"Value\": \"14460\"\n                        },\n                        {\n                            \"Name\": \"CbsaType\",\n                            \"FriendlyName\": \"CBSA Indicator\",\n                            \"Value\": \"METROPOLITAN STATISTICAL AREA\"\n                        },\n                        {\n                            \"Name\": \"CbsaName\",\n                            \"FriendlyName\": \"CBSA Name\",\n                            \"Value\": \"BOSTON-CAMBRIDGE-NEWTON, MA-NH\"\n                        },\n                        {\n                            \"Name\": \"CityStateKey\",\n                            \"FriendlyName\": \"City State Key\",\n                            \"Value\": \"V21408\"\n                        },\n                        {\n                            \"Name\": \"RequestId\",\n                            \"FriendlyName\": \"Client Request ID\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"DPVCMRAIndicator\",\n                            \"FriendlyName\": \"CMRA Delivery Point Indicator\",\n                            \"Value\": \"N\"\n                        },\n                        {\n                            \"Name\": \"CountryIsoNumeric\",\n                            \"FriendlyName\": \"Country ISO Numeric Code\",\n                            \"Value\": \"840\"\n                        },\n                        {\n                            \"Name\": \"Country\",\n                            \"FriendlyName\": \"Country Name\",\n                            \"Value\": \"UNITED STATES OF AMERICA\"\n                        },\n                        {\n                            \"Name\": \"CountyId\",\n                            \"FriendlyName\": \"County ID\",\n                            \"Value\": \"025\"\n                        },\n                        {\n                            \"Name\": \"CountyName\",\n                            \"FriendlyName\": \"County Name\",\n                            \"Value\": \"SUFFOLK\"\n                        },\n                        {\n                            \"Name\": \"CsaId\",\n                            \"FriendlyName\": \"CSA ID\",\n                            \"Value\": \"148\"\n                        },\n                        {\n                            \"Name\": \"CsaName\",\n                            \"FriendlyName\": \"CSA Name\",\n                            \"Value\": \"BOSTON-WORCESTER-PROVIDENCE, MA-RI-NH-CT\"\n                        },\n                        {\n                            \"Name\": \"DefaultFlagIndicator\",\n                            \"FriendlyName\": \"Default Flag Indicator\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"Dpcd\",\n                            \"FriendlyName\": \"Delivery Point Check Digit\",\n                            \"Value\": \"2\"\n                        },\n                        {\n                            \"Name\": \"Dpc\",\n                            \"FriendlyName\": \"Delivery Point Code\",\n                            \"Value\": \"26\"\n                        },\n                        {\n                            \"Name\": \"Dpv\",\n                            \"FriendlyName\": \"Delivery Point Validation\",\n                            \"Value\": \"262\"\n                        },\n                        {\n                            \"Name\": \"Dpvf\",\n                            \"FriendlyName\": \"Delivery Point Validation Flag\",\n                            \"Value\": \"Y\"\n                        },\n                        {\n                            \"Name\": \"DeveloperCode\",\n                            \"FriendlyName\": \"Developer Code\",\n                            \"Value\": \"E1\"\n                        },\n                        {\n                            \"Name\": \"EarlyWarningSystemFlag\",\n                            \"FriendlyName\": \"Early Warning System Flag\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"ElevenDigitDeliveryCode\",\n                            \"FriendlyName\": \"Eleven Digit Delivery Code\",\n                            \"Value\": \"02134452926\"\n                        },\n                        {\n                            \"Name\": \"ElotCode\",\n                            \"FriendlyName\": \"Enhanced Line Of Travel Code\",\n                            \"Value\": \"A\"\n                        },\n                        {\n                            \"Name\": \"ElotNumber\",\n                            \"FriendlyName\": \"Enhanced Line Of Travel Number\",\n                            \"Value\": \"0199\"\n                        },\n                        {\n                            \"Name\": \"DPVFalsePositiveIndicator\",\n                            \"FriendlyName\": \"False Positive Indicator\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"FinancialNumber\",\n                            \"FriendlyName\": \"Financial Number\",\n                            \"Value\": \"240799\"\n                        },\n                        {\n                            \"Name\": \"Fips\",\n                            \"FriendlyName\": \"FIPS Code\",\n                            \"Value\": \"25025\"\n                        },\n                        {\n                            \"Name\": \"DataPostRetention1\",\n                            \"FriendlyName\": \"First Post Retention Element\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"DataPreRetention1\",\n                            \"FriendlyName\": \"First Pre Retention Element\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"GeolocationMatchType\",\n                            \"FriendlyName\": \"Geolocation Precision\",\n                            \"Value\": \"ROOFTOP\"\n                        },\n                        {\n                            \"Name\": \"HouseNumber\",\n                            \"FriendlyName\": \"House Number\",\n                            \"Value\": \"85\"\n                        },\n                        {\n                            \"Name\": \"HouseNumberParity\",\n                            \"FriendlyName\": \"House Number Parity\",\n                            \"Value\": \"O\"\n                        },\n                        {\n                            \"Name\": \"HouseNumberHigh\",\n                            \"FriendlyName\": \"House Range High Number\",\n                            \"Value\": \"85\"\n                        },\n                        {\n                            \"Name\": \"HouseNumberLow\",\n                            \"FriendlyName\": \"House Range Low Number\",\n                            \"Value\": \"85\"\n                        },\n                        {\n                            \"Name\": \"IsFuzzyRequest\",\n                            \"FriendlyName\": \"Is Fuzzy Request\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"JsProcessedOn\",\n                            \"FriendlyName\": \"JavaScript Processed On\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"LACSStatus\",\n                            \"FriendlyName\": \"LACS Flag\",\n                            \"Value\": \" \"\n                        },\n                        {\n                            \"Name\": \"LACSLinkIndicator\",\n                            \"FriendlyName\": \"LACS Indicator\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"LACSLinkReturnCode\",\n                            \"FriendlyName\": \"LACS Return Code\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"LACSLinkFlag\",\n                            \"FriendlyName\": \"LACSLink Flag\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"Latitude\",\n                            \"FriendlyName\": \"Latitude\",\n                            \"Value\": \"42.3472273\"\n                        },\n                        {\n                            \"Name\": \"DPVLCDIndexIndicator\",\n                            \"FriendlyName\": \"LCD Index Indicator\",\n                            \"Value\": \"N\"\n                        },\n                        {\n                            \"Name\": \"DPVLCDTableIndicator\",\n                            \"FriendlyName\": \"LCD Table Indicator\",\n                            \"Value\": \"N\"\n                        },\n                        {\n                            \"Name\": \"Longitude\",\n                            \"FriendlyName\": \"Longitude\",\n                            \"Value\": \"-71.1344612\"\n                        },\n                        {\n                            \"Name\": \"Miscellaneous\",\n                            \"FriendlyName\": \"Miscellaneous\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"MunicipalityKey\",\n                            \"FriendlyName\": \"Municipality Key\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"DPVNoDoorAccessIndicator\",\n                            \"FriendlyName\": \"No Door Access Delivery Point\",\n                            \"Value\": \"N\"\n                        },\n                        {\n                            \"Name\": \"DPVNostatIndicator\",\n                            \"FriendlyName\": \"No Stat Delivery Point\",\n                            \"Value\": \"N\"\n                        },\n                        {\n                            \"Name\": \"DPVNoSecureLocationIndicator\",\n                            \"FriendlyName\": \"Non Secure Location Delivery Point\",\n                            \"Value\": \"N\"\n                        },\n                        {\n                            \"Name\": \"Pobox\",\n                            \"FriendlyName\": \"PO Box\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"PoboxNumber\",\n                            \"FriendlyName\": \"PO Box Number\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"Pmb\",\n                            \"FriendlyName\": \"Private Mail Box\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"PmbNumber\",\n                            \"FriendlyName\": \"Private Mail Box Number\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"ProcessedOn\",\n                            \"FriendlyName\": \"Processed On\",\n                            \"Value\": \"11/30/2022 2:38:05 PM\"\n                        },\n                        {\n                            \"Name\": \"Rdi\",\n                            \"FriendlyName\": \"Residential Delivery Indicator\",\n                            \"Value\": \"R\"\n                        },\n                        {\n                            \"Name\": \"ResponseFlag\",\n                            \"FriendlyName\": \"Response Flag\",\n                            \"Value\": \"E\"\n                        },\n                        {\n                            \"Name\": \"FormatApplied\",\n                            \"FriendlyName\": \"Response Format Applied\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"DataPostRetention2\",\n                            \"FriendlyName\": \"Second Post Retention Element\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"DataPreRetention2\",\n                            \"FriendlyName\": \"Second Pre Retention Element\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"SecondaryUnit\",\n                            \"FriendlyName\": \"Secondary Number Or Value\",\n                            \"Value\": \"101\"\n                        },\n                        {\n                            \"Name\": \"SecondaryUnitHigh\",\n                            \"FriendlyName\": \"Secondary Range High Value\",\n                            \"Value\": \"305\"\n                        },\n                        {\n                            \"Name\": \"SecondaryUnitLow\",\n                            \"FriendlyName\": \"Secondary Range Low Value\",\n                            \"Value\": \"101\"\n                        },\n                        {\n                            \"Name\": \"SecondaryUnitAbbrev\",\n                            \"FriendlyName\": \"Secondary Unit Abbreviation\",\n                            \"Value\": \"APT\"\n                        },\n                        {\n                            \"Name\": \"SecondaryUnitName\",\n                            \"FriendlyName\": \"Secondary Unit Name\",\n                            \"Value\": \"APARTMENT\"\n                        },\n                        {\n                            \"Name\": \"SecondaryUnitParity\",\n                            \"FriendlyName\": \"Secondary Unit Parity\",\n                            \"Value\": \"B\"\n                        },\n                        {\n                            \"Name\": \"StateAbbrev\",\n                            \"FriendlyName\": \"State Abbreviation\",\n                            \"Value\": \"MA\"\n                        },\n                        {\n                            \"Name\": \"StateId\",\n                            \"FriendlyName\": \"State Code\",\n                            \"Value\": \"25\"\n                        },\n                        {\n                            \"Name\": \"StateLegislatureLowerByZipId\",\n                            \"FriendlyName\": \"State Legislature ID Lower\",\n                            \"Value\": \"200;201\"\n                        },\n                        {\n                            \"Name\": \"StateLegislatureUpperByZipId\",\n                            \"FriendlyName\": \"State Legislature ID Upper\",\n                            \"Value\": \"026;028\"\n                        },\n                        {\n                            \"Name\": \"StateLegislatureLowerByZipName\",\n                            \"FriendlyName\": \"State Legislature Name Lower\",\n                            \"Value\": \"17TH SUFFOLK DISTRICT;18TH SUFFOLK DISTRICT\"\n                        },\n                        {\n                            \"Name\": \"StateLegislatureUpperByZipName\",\n                            \"FriendlyName\": \"State Legislature Name Upper\",\n                            \"Value\": \"MIDDLESEX & SUFFOLK DISTRICT;SECOND SUFFOLK & MIDDLESEX DISTRICT\"\n                        },\n                        {\n                            \"Name\": \"State\",\n                            \"FriendlyName\": \"State Name\",\n                            \"Value\": \"MASSACHUSETTS\"\n                        },\n                        {\n                            \"Name\": \"Street\",\n                            \"FriendlyName\": \"Street Name\",\n                            \"Value\": \"BRAINERD\"\n                        },\n                        {\n                            \"Name\": \"StreetPostDirectional\",\n                            \"FriendlyName\": \"Street Post Directional\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"StreetPostDirectionalAbbrev\",\n                            \"FriendlyName\": \"Street Post Directional Abbreviation\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"StreetPreDirectional\",\n                            \"FriendlyName\": \"Street Pre Directional\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"StreetPreDirectionalAbbrev\",\n                            \"FriendlyName\": \"Street Pre Directional Abbreviation\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"StreetSuffix\",\n                            \"FriendlyName\": \"Street Suffix\",\n                            \"Value\": \"ROAD\"\n                        },\n                        {\n                            \"Name\": \"StreetSuffixAbbrev\",\n                            \"FriendlyName\": \"Street Suffix Abbreviation\",\n                            \"Value\": \"RD\"\n                        },\n                        {\n                            \"Name\": \"SuiteLinkFoot\",\n                            \"FriendlyName\": \"SuiteLink Footnotes\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"SummaryFlags\",\n                            \"FriendlyName\": \"Summary Flags\",\n                            \"Value\": \"00010101\"\n                        },\n                        {\n                            \"Name\": \"DPVThrowbackIndicator\",\n                            \"FriendlyName\": \"Throwback Delivery Point Indicator\",\n                            \"Value\": \"N\"\n                        },\n                        {\n                            \"Name\": \"UIMessage\",\n                            \"FriendlyName\": \"UI Message\",\n                            \"Value\": \"THE ADDRESS PROVIDED HAS BEEN CONFIRMED AS A DELIVERABLE ADDRESS.\"\n                        },\n                        {\n                            \"Name\": \"UISummaryMessage\",\n                            \"FriendlyName\": \"UI Summary Message\",\n                            \"Value\": \"DPV CONFIRMED\"\n                        },\n                        {\n                            \"Name\": \"UITooltip\",\n                            \"FriendlyName\": \"UI Tooltip\",\n                            \"Value\": \"DELIVERABLE, DPV CONFIRMED\"\n                        },\n                        {\n                            \"Name\": \"Urbanization\",\n                            \"FriendlyName\": \"Urbanization\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"UrbanizationKey\",\n                            \"FriendlyName\": \"Urbanization Key\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"CongressionalDistrict\",\n                            \"FriendlyName\": \"US Congressional District\",\n                            \"Value\": \"07\"\n                        },\n                        {\n                            \"Name\": \"CongressionalDistrictName\",\n                            \"FriendlyName\": \"US Congressional District Name\",\n                            \"Value\": \"7TH US CONGRESSIONAL DISTRICT (MASSACHUSETTS)\"\n                        },\n                        {\n                            \"Name\": \"City\",\n                            \"FriendlyName\": \"USPS Acceptable City Name\",\n                            \"Value\": \"ALLSTON\"\n                        },\n                        {\n                            \"Name\": \"RecordType\",\n                            \"FriendlyName\": \"USPS Assigned Record Type\",\n                            \"Value\": \"H\"\n                        },\n                        {\n                            \"Name\": \"PreferredCity\",\n                            \"FriendlyName\": \"USPS Preferred City Name\",\n                            \"Value\": \"ALLSTON\"\n                        },\n                        {\n                            \"Name\": \"DPVVacantIndicator\",\n                            \"FriendlyName\": \"Vacant Delivery Point Indicator\",\n                            \"Value\": \"N\"\n                        },\n                        {\n                            \"Name\": \"VerificationFlag\",\n                            \"FriendlyName\": \"Verification Flag\",\n                            \"Value\": \"V\"\n                        },\n                        {\n                            \"Name\": \"IsZIP4AddOnIncluded\",\n                            \"FriendlyName\": \"ZIP + 4 Add On Included\",\n                            \"Value\": \"Y\"\n                        },\n                        {\n                            \"Name\": \"ZipCode\",\n                            \"FriendlyName\": \"ZIP Code\",\n                            \"Value\": \"02134\"\n                        },\n                        {\n                            \"Name\": \"IsZIPCodeIncluded\",\n                            \"FriendlyName\": \"ZIP Code Included\",\n                            \"Value\": \"Y\"\n                        }\n                    ]\n                }\n            ],\n            \"Flags\": {\n                \"IsFuzzyRequest\": false,\n                \"VerificationFlag\": \"V\",\n                \"ResponseFlag\": \"E\",\n                \"AddressChangeFlags\": \"N,AA,BB,RTH,DY\",\n                \"ProcessedOn\": \"2022-11-30T14:38:05.6194012Z\",\n                \"SummaryFlags\": \"20221130VEN,AA,BB,RTH,DY\",\n                \"JsProcessedOn\": \"2022-11-30T14:38:05\",\n                \"DeveloperCode\": \"E1\",\n                \"UITooltip\": \"Deliverable, DPV confirmed\",\n                \"UISummaryMessage\": \"DPV confirmed\",\n                \"UIMessage\": \"The address provided has been confirmed as a deliverable address.\",\n                \"FormatApplied\": \"Custom\",\n                \"RecommendedAction\": \"Display UI Message to end user or submit without UI Message confirmation.  It is recommended to store SummaryFlags and UITooltip at the data level.\"\n            },\n            \"ResponseType\": \"Full\"\n        },\n        {\n            \"InputAddress\": {\n                \"Language\": null,\n                \"Reference1\": null,\n                \"Reference2\": null,\n                \"Reference3\": null,\n                \"Reference4\": null,\n                \"Reference5\": null,\n                \"Reference6\": null,\n                \"Reference7\": null,\n                \"Reference8\": null,\n                \"Reference9\": null,\n                \"Reference10\": null,\n                \"Reference11\": null,\n                \"Reference12\": null,\n                \"Reference13\": null,\n                \"Reference14\": null,\n                \"Reference15\": null,\n                \"Reference16\": null,\n                \"Reference17\": null,\n                \"Reference18\": null,\n                \"Reference19\": null,\n                \"Reference20\": null,\n                \"Reference21\": null,\n                \"Reference22\": null,\n                \"Reference23\": null,\n                \"Reference24\": null,\n                \"Reference25\": null,\n                \"Reference26\": null,\n                \"Reference27\": null,\n                \"Reference28\": null,\n                \"Reference29\": null,\n                \"Reference30\": null,\n                \"ValidationType\": \"Default\",\n                \"ResponseType\": \"Min\",\n                \"Filters\": null,\n                \"FormatOverride\": null,\n                \"Urbanization\": null,\n                \"FirmOrRecipient\": null,\n                \"SkipParsing\": false,\n                \"IntegratorNotes\": false,\n                \"Street1\": \"85 brainerd rd\",\n                \"City\": \"\",\n                \"Street2\": \"apt 105\",\n                \"Street3\": \"\",\n                \"Street4\": \"\",\n                \"Street5\": \"\",\n                \"State\": \"\",\n                \"ZipCode\": \"02134\",\n                \"Zip4\": \"\",\n                \"Country\": \"USA\"\n            },\n            \"SubsequentMethodCallAddress\": {\n                \"Country\": \"USA\",\n                \"Street1\": \"85 Brainerd Rd Apt 105\",\n                \"Street2\": null,\n                \"Street3\": null,\n                \"Street4\": null,\n                \"Street5\": null,\n                \"City\": \"Allston\",\n                \"State\": \"MA\",\n                \"ZipCode\": \"02134\",\n                \"Zip4\": \"4529\"\n            },\n            \"StandardizedAddress\": {\n                \"Street1\": \"85 BRAINERD RD APT 105\",\n                \"Street2\": \"\",\n                \"Street3\": \"\",\n                \"Street4\": \"\",\n                \"Street5\": \"\",\n                \"City\": \"ALLSTON\",\n                \"State\": \"MA\",\n                \"ZipCode\": \"02134-4529\",\n                \"UrbanizationName\": \"\",\n                \"CityStateZip\": \"ALLSTON MA 02134-4529\",\n                \"Country\": \"USA\"\n            },\n            \"InstantAddressResponse\": [\n                {\n                    \"IsDefault\": true,\n                    \"FormatId\": \"b800c42c-efde-46b5-bf9d-2fc998e49b66\",\n                    \"FormattedLines\": [\n                        {\n                            \"Type\": \"webformat1\",\n                            \"Order\": 0,\n                            \"Description\": \"Web Application Format\",\n                            \"Value\": \"85 Brainerd Rd Apt 105 Allston, MA 02134-4529\",\n                            \"AddressLineReference\": \"WebFormat\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 1,\n                            \"Description\": \"Line 1\",\n                            \"Value\": \"85 Brainerd Rd Apt 105\",\n                            \"AddressLineReference\": \"Street1\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 2,\n                            \"Description\": \"Line 2\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"Street2\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 3,\n                            \"Description\": \"Line 3\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"Street3\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 4,\n                            \"Description\": \"City\",\n                            \"Value\": \"Allston\",\n                            \"AddressLineReference\": \"City\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 5,\n                            \"Description\": \"State\",\n                            \"Value\": \"MA\",\n                            \"AddressLineReference\": \"State\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 6,\n                            \"Description\": \"ZIP Code\",\n                            \"Value\": \"02134-4529\",\n                            \"AddressLineReference\": \"ZipCode\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 7,\n                            \"Description\": \"Country\",\n                            \"Value\": \"USA\",\n                            \"AddressLineReference\": \"Country\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 8,\n                            \"Description\": \"+4 ZIP CODE\",\n                            \"Value\": \"4529\",\n                            \"AddressLineReference\": \"AdditionalSection1\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 9,\n                            \"Description\": \"+4 ZIP CODE LOW RANGE\",\n                            \"Value\": \"4529\",\n                            \"AddressLineReference\": \"AdditionalSection2\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 10,\n                            \"Description\": \"+4 ZIP CODE HIGH RANGE\",\n                            \"Value\": \"4529\",\n                            \"AddressLineReference\": \"AdditionalSection3\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 11,\n                            \"Description\": \"COUNTRY ISO 2 CODE\",\n                            \"Value\": \"US\",\n                            \"AddressLineReference\": \"AdditionalSection4\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 12,\n                            \"Description\": \"COUNTRY ISO 3 CODE\",\n                            \"Value\": \"USA\",\n                            \"AddressLineReference\": \"AdditionalSection5\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 13,\n                            \"Description\": \"COUNTRY ISO NUMERIC CODE\",\n                            \"Value\": \"840\",\n                            \"AddressLineReference\": \"AdditionalSection6\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 14,\n                            \"Description\": \"COUNTRY NAME\",\n                            \"Value\": \"UNITED STATES OF AMERICA\",\n                            \"AddressLineReference\": \"AdditionalSection7\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 15,\n                            \"Description\": \"BASE ALTERNATE CODE\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection8\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 16,\n                            \"Description\": \"CARRIER ROUTE IDENTIFIER\",\n                            \"Value\": \"C013\",\n                            \"AddressLineReference\": \"AdditionalSection9\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 17,\n                            \"Description\": \"CBSA ID\",\n                            \"Value\": \"14460\",\n                            \"AddressLineReference\": \"AdditionalSection10\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 18,\n                            \"Description\": \"CBSA INDICATOR\",\n                            \"Value\": \"METROPOLITAN STATISTICAL AREA\",\n                            \"AddressLineReference\": \"AdditionalSection11\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 19,\n                            \"Description\": \"CBSA NAME\",\n                            \"Value\": \"Boston-Cambridge-Newton, Ma-Nh\",\n                            \"AddressLineReference\": \"AdditionalSection12\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 20,\n                            \"Description\": \"CITY STATE KEY\",\n                            \"Value\": \"V21408\",\n                            \"AddressLineReference\": \"AdditionalSection13\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 21,\n                            \"Description\": \"CMRA DELIVERY POINT INDICATOR\",\n                            \"Value\": \"N\",\n                            \"AddressLineReference\": \"AdditionalSection14\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 22,\n                            \"Description\": \"COUNTY ID\",\n                            \"Value\": \"025\",\n                            \"AddressLineReference\": \"AdditionalSection15\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 23,\n                            \"Description\": \"COUNTY NAME\",\n                            \"Value\": \"Suffolk\",\n                            \"AddressLineReference\": \"AdditionalSection16\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 24,\n                            \"Description\": \"CSA ID\",\n                            \"Value\": \"148\",\n                            \"AddressLineReference\": \"AdditionalSection17\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 25,\n                            \"Description\": \"CSA NAME\",\n                            \"Value\": \"Boston-Worcester-Providence, Ma-Ri-Nh-Ct\",\n                            \"AddressLineReference\": \"AdditionalSection18\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 26,\n                            \"Description\": \"DEFAULT FLAG INDICATOR\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection19\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 27,\n                            \"Description\": \"DPCD\",\n                            \"Value\": \"7\",\n                            \"AddressLineReference\": \"AdditionalSection20\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 28,\n                            \"Description\": \"DPC\",\n                            \"Value\": \"30\",\n                            \"AddressLineReference\": \"AdditionalSection21\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 29,\n                            \"Description\": \"DPV\",\n                            \"Value\": \"307\",\n                            \"AddressLineReference\": \"AdditionalSection22\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 30,\n                            \"Description\": \"DPVF\",\n                            \"Value\": \"S\",\n                            \"AddressLineReference\": \"AdditionalSection23\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 31,\n                            \"Description\": \"EARLY WARNING SYSTEM FLAG\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection24\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 32,\n                            \"Description\": \"ELOT CODE\",\n                            \"Value\": \"A\",\n                            \"AddressLineReference\": \"AdditionalSection25\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 33,\n                            \"Description\": \"ELOT NUMBER\",\n                            \"Value\": \"0199\",\n                            \"AddressLineReference\": \"AdditionalSection26\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 34,\n                            \"Description\": \"FALSE POSITIVE INDICATOR\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection27\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 35,\n                            \"Description\": \"FINANCIAL NUMBER\",\n                            \"Value\": \"240799\",\n                            \"AddressLineReference\": \"AdditionalSection28\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 36,\n                            \"Description\": \"FIPS CODE\",\n                            \"Value\": \"25025\",\n                            \"AddressLineReference\": \"AdditionalSection29\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 37,\n                            \"Description\": \"GEOLOCATION PRECISION\",\n                            \"Value\": \"Rooftop\",\n                            \"AddressLineReference\": \"AdditionalSection30\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 38,\n                            \"Description\": \"LATITUDE\",\n                            \"Value\": \"42.3472273\",\n                            \"AddressLineReference\": \"AdditionalSection31\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 39,\n                            \"Description\": \"LONGITUDE\",\n                            \"Value\": \"-71.1344612\",\n                            \"AddressLineReference\": \"AdditionalSection32\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 40,\n                            \"Description\": \"HOUSE NUMBER PARITY\",\n                            \"Value\": \"O\",\n                            \"AddressLineReference\": \"AdditionalSection33\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 41,\n                            \"Description\": \"HOUSE RANGE HIGH NUMBER\",\n                            \"Value\": \"85\",\n                            \"AddressLineReference\": \"AdditionalSection34\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 42,\n                            \"Description\": \"HOUSE RANGE LOW NUMBER\",\n                            \"Value\": \"85\",\n                            \"AddressLineReference\": \"AdditionalSection35\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 43,\n                            \"Description\": \"LACS FLAG\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection36\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 44,\n                            \"Description\": \"LACS INDICATOR\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection37\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 45,\n                            \"Description\": \"LACS RETURN CODE\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection38\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 46,\n                            \"Description\": \"LACSLINK FLAG\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection39\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 47,\n                            \"Description\": \"LCD INDEX INDICATOR\",\n                            \"Value\": \"N\",\n                            \"AddressLineReference\": \"AdditionalSection40\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 48,\n                            \"Description\": \"LCD TABLE INDICATOR\",\n                            \"Value\": \"N\",\n                            \"AddressLineReference\": \"AdditionalSection41\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 49,\n                            \"Description\": \"MISCELLANEOUS\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection42\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 50,\n                            \"Description\": \"MUNICIPALITY KEY\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection43\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 51,\n                            \"Description\": \"NO DOOR ACCESS DELIVERY POINT\",\n                            \"Value\": \"N\",\n                            \"AddressLineReference\": \"AdditionalSection44\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 52,\n                            \"Description\": \"NO STAT DELIVERY POINT\",\n                            \"Value\": \"Y\",\n                            \"AddressLineReference\": \"AdditionalSection45\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 53,\n                            \"Description\": \"NON SECURE LOCATION DELIVERY POINT\",\n                            \"Value\": \"N\",\n                            \"AddressLineReference\": \"AdditionalSection46\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 54,\n                            \"Description\": \"RDI\",\n                            \"Value\": \"R\",\n                            \"AddressLineReference\": \"AdditionalSection47\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 55,\n                            \"Description\": \"SECONDARY RANGE HIGH VALUE\",\n                            \"Value\": \"305\",\n                            \"AddressLineReference\": \"AdditionalSection48\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 56,\n                            \"Description\": \"SECONDARY RANGE LOW VALUE\",\n                            \"Value\": \"101\",\n                            \"AddressLineReference\": \"AdditionalSection49\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 57,\n                            \"Description\": \"SECONDARY UNIT NAME\",\n                            \"Value\": \"Apartment\",\n                            \"AddressLineReference\": \"AdditionalSection50\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 58,\n                            \"Description\": \"SECONDARY UNIT PARITY\",\n                            \"Value\": \"B\",\n                            \"AddressLineReference\": \"AdditionalSection51\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 59,\n                            \"Description\": \"STATE CODE\",\n                            \"Value\": \"25\",\n                            \"AddressLineReference\": \"AdditionalSection52\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 60,\n                            \"Description\": \"STATE LEGISLATURE ID LOWER\",\n                            \"Value\": \"200;201\",\n                            \"AddressLineReference\": \"AdditionalSection53\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 61,\n                            \"Description\": \"STATE LEGISLATURE ID UPPER\",\n                            \"Value\": \"026;028\",\n                            \"AddressLineReference\": \"AdditionalSection54\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 62,\n                            \"Description\": \"STATE LEGISLATURE NAME LOWER\",\n                            \"Value\": \"17th Suffolk District;18th Suffolk District\",\n                            \"AddressLineReference\": \"AdditionalSection55\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 63,\n                            \"Description\": \"STATE LEGISLATURE NAME UPPER\",\n                            \"Value\": \"Middlesex & Suffolk District;Second Suffolk & Middlesex District\",\n                            \"AddressLineReference\": \"AdditionalSection56\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 64,\n                            \"Description\": \"STATE NAME\",\n                            \"Value\": \"Massachusetts\",\n                            \"AddressLineReference\": \"AdditionalSection57\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 65,\n                            \"Description\": \"STREET POST DIRECTIONAL\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection58\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 66,\n                            \"Description\": \"STREET PRE DIRECTIONAL\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection59\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 67,\n                            \"Description\": \"STREET SUFFIX\",\n                            \"Value\": \"Road\",\n                            \"AddressLineReference\": \"AdditionalSection60\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 68,\n                            \"Description\": \"SUITELINK FOOTNOTES\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection61\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 69,\n                            \"Description\": \"THROWBACK DELIVERY POINT INDICATOR\",\n                            \"Value\": \"N\",\n                            \"AddressLineReference\": \"AdditionalSection62\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 70,\n                            \"Description\": \"URBANIZATION\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection63\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 71,\n                            \"Description\": \"URBANIZATION KEY\",\n                            \"Value\": \"\",\n                            \"AddressLineReference\": \"AdditionalSection64\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 72,\n                            \"Description\": \"US CONGRESSIONAL DISTRICT\",\n                            \"Value\": \"07\",\n                            \"AddressLineReference\": \"AdditionalSection65\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 73,\n                            \"Description\": \"US CONGRESSIONAL DISTRICT NAME\",\n                            \"Value\": \"7th Us Congressional District (Massachusetts)\",\n                            \"AddressLineReference\": \"AdditionalSection66\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 74,\n                            \"Description\": \"USPS ASSIGNED RECORD TYPE\",\n                            \"Value\": \"H\",\n                            \"AddressLineReference\": \"AdditionalSection67\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 75,\n                            \"Description\": \"PREFERRED CITY NAME\",\n                            \"Value\": \"Allston\",\n                            \"AddressLineReference\": \"AdditionalSection68\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 76,\n                            \"Description\": \"VACANT DELIVERY POINT INDICATOR\",\n                            \"Value\": \"N\",\n                            \"AddressLineReference\": \"AdditionalSection69\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 77,\n                            \"Description\": \"ZIP +4 ADD ON INCLUDED\",\n                            \"Value\": \"Y\",\n                            \"AddressLineReference\": \"AdditionalSection70\"\n                        },\n                        {\n                            \"Type\": \"\",\n                            \"Order\": 78,\n                            \"Description\": \"ZIP CODE INCLUDED\",\n                            \"Value\": \"Y\",\n                            \"AddressLineReference\": \"AdditionalSection71\"\n                        }\n                    ],\n                    \"AdditionalElements\": [\n                        {\n                            \"Name\": \"Zip4\",\n                            \"FriendlyName\": \"+ 4 ZIP Code\",\n                            \"Value\": \"4529\"\n                        },\n                        {\n                            \"Name\": \"Zip4High\",\n                            \"FriendlyName\": \"+ 4 ZIP Code High Range\",\n                            \"Value\": \"4529\"\n                        },\n                        {\n                            \"Name\": \"Zip4Low\",\n                            \"FriendlyName\": \"+ 4 ZIP Code Low Range\",\n                            \"Value\": \"4529\"\n                        },\n                        {\n                            \"Name\": \"CountryIso2\",\n                            \"FriendlyName\": \"2 Character ISO Country Code\",\n                            \"Value\": \"US\"\n                        },\n                        {\n                            \"Name\": \"CountryIso3\",\n                            \"FriendlyName\": \"3 Character ISO Country Code\",\n                            \"Value\": \"USA\"\n                        },\n                        {\n                            \"Name\": \"AddressChangeFlag\",\n                            \"FriendlyName\": \"Address Change Flags\",\n                            \"Value\": \"N,AA,CC,RTH,DS\"\n                        },\n                        {\n                            \"Name\": \"BaseAlterNameCodeFlag\",\n                            \"FriendlyName\": \"Base Alternate Code\",\n                            \"Value\": \" \"\n                        },\n                        {\n                            \"Name\": \"BldgFirmName\",\n                            \"FriendlyName\": \"Building or Firm Name\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"CarrierRouteId\",\n                            \"FriendlyName\": \"Carrier Route Identifier\",\n                            \"Value\": \"C013\"\n                        },\n                        {\n                            \"Name\": \"CbsaId\",\n                            \"FriendlyName\": \"CBSA ID\",\n                            \"Value\": \"14460\"\n                        },\n                        {\n                            \"Name\": \"CbsaType\",\n                            \"FriendlyName\": \"CBSA Indicator\",\n                            \"Value\": \"METROPOLITAN STATISTICAL AREA\"\n                        },\n                        {\n                            \"Name\": \"CbsaName\",\n                            \"FriendlyName\": \"CBSA Name\",\n                            \"Value\": \"BOSTON-CAMBRIDGE-NEWTON, MA-NH\"\n                        },\n                        {\n                            \"Name\": \"CityStateKey\",\n                            \"FriendlyName\": \"City State Key\",\n                            \"Value\": \"V21408\"\n                        },\n                        {\n                            \"Name\": \"RequestId\",\n                            \"FriendlyName\": \"Client Request ID\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"DPVCMRAIndicator\",\n                            \"FriendlyName\": \"CMRA Delivery Point Indicator\",\n                            \"Value\": \"N\"\n                        },\n                        {\n                            \"Name\": \"CountryIsoNumeric\",\n                            \"FriendlyName\": \"Country ISO Numeric Code\",\n                            \"Value\": \"840\"\n                        },\n                        {\n                            \"Name\": \"Country\",\n                            \"FriendlyName\": \"Country Name\",\n                            \"Value\": \"UNITED STATES OF AMERICA\"\n                        },\n                        {\n                            \"Name\": \"CountyId\",\n                            \"FriendlyName\": \"County ID\",\n                            \"Value\": \"025\"\n                        },\n                        {\n                            \"Name\": \"CountyName\",\n                            \"FriendlyName\": \"County Name\",\n                            \"Value\": \"SUFFOLK\"\n                        },\n                        {\n                            \"Name\": \"CsaId\",\n                            \"FriendlyName\": \"CSA ID\",\n                            \"Value\": \"148\"\n                        },\n                        {\n                            \"Name\": \"CsaName\",\n                            \"FriendlyName\": \"CSA Name\",\n                            \"Value\": \"BOSTON-WORCESTER-PROVIDENCE, MA-RI-NH-CT\"\n                        },\n                        {\n                            \"Name\": \"DefaultFlagIndicator\",\n                            \"FriendlyName\": \"Default Flag Indicator\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"Dpcd\",\n                            \"FriendlyName\": \"Delivery Point Check Digit\",\n                            \"Value\": \"7\"\n                        },\n                        {\n                            \"Name\": \"Dpc\",\n                            \"FriendlyName\": \"Delivery Point Code\",\n                            \"Value\": \"30\"\n                        },\n                        {\n                            \"Name\": \"Dpv\",\n                            \"FriendlyName\": \"Delivery Point Validation\",\n                            \"Value\": \"307\"\n                        },\n                        {\n                            \"Name\": \"Dpvf\",\n                            \"FriendlyName\": \"Delivery Point Validation Flag\",\n                            \"Value\": \"S\"\n                        },\n                        {\n                            \"Name\": \"DeveloperCode\",\n                            \"FriendlyName\": \"Developer Code\",\n                            \"Value\": \"S4\"\n                        },\n                        {\n                            \"Name\": \"EarlyWarningSystemFlag\",\n                            \"FriendlyName\": \"Early Warning System Flag\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"ElevenDigitDeliveryCode\",\n                            \"FriendlyName\": \"Eleven Digit Delivery Code\",\n                            \"Value\": \"02134452930\"\n                        },\n                        {\n                            \"Name\": \"ElotCode\",\n                            \"FriendlyName\": \"Enhanced Line Of Travel Code\",\n                            \"Value\": \"A\"\n                        },\n                        {\n                            \"Name\": \"ElotNumber\",\n                            \"FriendlyName\": \"Enhanced Line Of Travel Number\",\n                            \"Value\": \"0199\"\n                        },\n                        {\n                            \"Name\": \"DPVFalsePositiveIndicator\",\n                            \"FriendlyName\": \"False Positive Indicator\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"FinancialNumber\",\n                            \"FriendlyName\": \"Financial Number\",\n                            \"Value\": \"240799\"\n                        },\n                        {\n                            \"Name\": \"Fips\",\n                            \"FriendlyName\": \"FIPS Code\",\n                            \"Value\": \"25025\"\n                        },\n                        {\n                            \"Name\": \"DataPostRetention1\",\n                            \"FriendlyName\": \"First Post Retention Element\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"DataPreRetention1\",\n                            \"FriendlyName\": \"First Pre Retention Element\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"GeolocationMatchType\",\n                            \"FriendlyName\": \"Geolocation Precision\",\n                            \"Value\": \"ROOFTOP\"\n                        },\n                        {\n                            \"Name\": \"HouseNumber\",\n                            \"FriendlyName\": \"House Number\",\n                            \"Value\": \"85\"\n                        },\n                        {\n                            \"Name\": \"HouseNumberParity\",\n                            \"FriendlyName\": \"House Number Parity\",\n                            \"Value\": \"O\"\n                        },\n                        {\n                            \"Name\": \"HouseNumberHigh\",\n                            \"FriendlyName\": \"House Range High Number\",\n                            \"Value\": \"85\"\n                        },\n                        {\n                            \"Name\": \"HouseNumberLow\",\n                            \"FriendlyName\": \"House Range Low Number\",\n                            \"Value\": \"85\"\n                        },\n                        {\n                            \"Name\": \"IsFuzzyRequest\",\n                            \"FriendlyName\": \"Is Fuzzy Request\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"JsProcessedOn\",\n                            \"FriendlyName\": \"JavaScript Processed On\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"LACSStatus\",\n                            \"FriendlyName\": \"LACS Flag\",\n                            \"Value\": \" \"\n                        },\n                        {\n                            \"Name\": \"LACSLinkIndicator\",\n                            \"FriendlyName\": \"LACS Indicator\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"LACSLinkReturnCode\",\n                            \"FriendlyName\": \"LACS Return Code\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"LACSLinkFlag\",\n                            \"FriendlyName\": \"LACSLink Flag\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"Latitude\",\n                            \"FriendlyName\": \"Latitude\",\n                            \"Value\": \"42.3472273\"\n                        },\n                        {\n                            \"Name\": \"DPVLCDIndexIndicator\",\n                            \"FriendlyName\": \"LCD Index Indicator\",\n                            \"Value\": \"N\"\n                        },\n                        {\n                            \"Name\": \"DPVLCDTableIndicator\",\n                            \"FriendlyName\": \"LCD Table Indicator\",\n                            \"Value\": \"N\"\n                        },\n                        {\n                            \"Name\": \"Longitude\",\n                            \"FriendlyName\": \"Longitude\",\n                            \"Value\": \"-71.1344612\"\n                        },\n                        {\n                            \"Name\": \"Miscellaneous\",\n                            \"FriendlyName\": \"Miscellaneous\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"MunicipalityKey\",\n                            \"FriendlyName\": \"Municipality Key\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"DPVNoDoorAccessIndicator\",\n                            \"FriendlyName\": \"No Door Access Delivery Point\",\n                            \"Value\": \"N\"\n                        },\n                        {\n                            \"Name\": \"DPVNostatIndicator\",\n                            \"FriendlyName\": \"No Stat Delivery Point\",\n                            \"Value\": \"Y\"\n                        },\n                        {\n                            \"Name\": \"DPVNoSecureLocationIndicator\",\n                            \"FriendlyName\": \"Non Secure Location Delivery Point\",\n                            \"Value\": \"N\"\n                        },\n                        {\n                            \"Name\": \"Pobox\",\n                            \"FriendlyName\": \"PO Box\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"PoboxNumber\",\n                            \"FriendlyName\": \"PO Box Number\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"Pmb\",\n                            \"FriendlyName\": \"Private Mail Box\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"PmbNumber\",\n                            \"FriendlyName\": \"Private Mail Box Number\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"ProcessedOn\",\n                            \"FriendlyName\": \"Processed On\",\n                            \"Value\": \"11/30/2022 2:38:05 PM\"\n                        },\n                        {\n                            \"Name\": \"Rdi\",\n                            \"FriendlyName\": \"Residential Delivery Indicator\",\n                            \"Value\": \"R\"\n                        },\n                        {\n                            \"Name\": \"ResponseFlag\",\n                            \"FriendlyName\": \"Response Flag\",\n                            \"Value\": \"S\"\n                        },\n                        {\n                            \"Name\": \"FormatApplied\",\n                            \"FriendlyName\": \"Response Format Applied\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"DataPostRetention2\",\n                            \"FriendlyName\": \"Second Post Retention Element\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"DataPreRetention2\",\n                            \"FriendlyName\": \"Second Pre Retention Element\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"SecondaryUnit\",\n                            \"FriendlyName\": \"Secondary Number Or Value\",\n                            \"Value\": \"105\"\n                        },\n                        {\n                            \"Name\": \"SecondaryUnitHigh\",\n                            \"FriendlyName\": \"Secondary Range High Value\",\n                            \"Value\": \"305\"\n                        },\n                        {\n                            \"Name\": \"SecondaryUnitLow\",\n                            \"FriendlyName\": \"Secondary Range Low Value\",\n                            \"Value\": \"101\"\n                        },\n                        {\n                            \"Name\": \"SecondaryUnitAbbrev\",\n                            \"FriendlyName\": \"Secondary Unit Abbreviation\",\n                            \"Value\": \"APT\"\n                        },\n                        {\n                            \"Name\": \"SecondaryUnitName\",\n                            \"FriendlyName\": \"Secondary Unit Name\",\n                            \"Value\": \"APARTMENT\"\n                        },\n                        {\n                            \"Name\": \"SecondaryUnitParity\",\n                            \"FriendlyName\": \"Secondary Unit Parity\",\n                            \"Value\": \"B\"\n                        },\n                        {\n                            \"Name\": \"StateAbbrev\",\n                            \"FriendlyName\": \"State Abbreviation\",\n                            \"Value\": \"MA\"\n                        },\n                        {\n                            \"Name\": \"StateId\",\n                            \"FriendlyName\": \"State Code\",\n                            \"Value\": \"25\"\n                        },\n                        {\n                            \"Name\": \"StateLegislatureLowerByZipId\",\n                            \"FriendlyName\": \"State Legislature ID Lower\",\n                            \"Value\": \"200;201\"\n                        },\n                        {\n                            \"Name\": \"StateLegislatureUpperByZipId\",\n                            \"FriendlyName\": \"State Legislature ID Upper\",\n                            \"Value\": \"026;028\"\n                        },\n                        {\n                            \"Name\": \"StateLegislatureLowerByZipName\",\n                            \"FriendlyName\": \"State Legislature Name Lower\",\n                            \"Value\": \"17TH SUFFOLK DISTRICT;18TH SUFFOLK DISTRICT\"\n                        },\n                        {\n                            \"Name\": \"StateLegislatureUpperByZipName\",\n                            \"FriendlyName\": \"State Legislature Name Upper\",\n                            \"Value\": \"MIDDLESEX & SUFFOLK DISTRICT;SECOND SUFFOLK & MIDDLESEX DISTRICT\"\n                        },\n                        {\n                            \"Name\": \"State\",\n                            \"FriendlyName\": \"State Name\",\n                            \"Value\": \"MASSACHUSETTS\"\n                        },\n                        {\n                            \"Name\": \"Street\",\n                            \"FriendlyName\": \"Street Name\",\n                            \"Value\": \"BRAINERD\"\n                        },\n                        {\n                            \"Name\": \"StreetPostDirectional\",\n                            \"FriendlyName\": \"Street Post Directional\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"StreetPostDirectionalAbbrev\",\n                            \"FriendlyName\": \"Street Post Directional Abbreviation\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"StreetPreDirectional\",\n                            \"FriendlyName\": \"Street Pre Directional\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"StreetPreDirectionalAbbrev\",\n                            \"FriendlyName\": \"Street Pre Directional Abbreviation\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"StreetSuffix\",\n                            \"FriendlyName\": \"Street Suffix\",\n                            \"Value\": \"ROAD\"\n                        },\n                        {\n                            \"Name\": \"StreetSuffixAbbrev\",\n                            \"FriendlyName\": \"Street Suffix Abbreviation\",\n                            \"Value\": \"RD\"\n                        },\n                        {\n                            \"Name\": \"SuiteLinkFoot\",\n                            \"FriendlyName\": \"SuiteLink Footnotes\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"SummaryFlags\",\n                            \"FriendlyName\": \"Summary Flags\",\n                            \"Value\": \"00010101\"\n                        },\n                        {\n                            \"Name\": \"DPVThrowbackIndicator\",\n                            \"FriendlyName\": \"Throwback Delivery Point Indicator\",\n                            \"Value\": \"N\"\n                        },\n                        {\n                            \"Name\": \"UIMessage\",\n                            \"FriendlyName\": \"UI Message\",\n                            \"Value\": \"THE ADDRESS PROVIDED INCLUDES SECONDARY INFORMATION THAT IS WITHIN THE ACCEPTABLE RANGE BUT IS NOT CONSIDERED DELIVERABLE ACCORDING TO THE USPS.\"\n                        },\n                        {\n                            \"Name\": \"UISummaryMessage\",\n                            \"FriendlyName\": \"UI Summary Message\",\n                            \"Value\": \"SECONDARY NON DELIVERABLE\"\n                        },\n                        {\n                            \"Name\": \"UITooltip\",\n                            \"FriendlyName\": \"UI Tooltip\",\n                            \"Value\": \"NOT DELIVERABLE, SECONDARY NON DELIVERABLE\"\n                        },\n                        {\n                            \"Name\": \"Urbanization\",\n                            \"FriendlyName\": \"Urbanization\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"UrbanizationKey\",\n                            \"FriendlyName\": \"Urbanization Key\",\n                            \"Value\": \"\"\n                        },\n                        {\n                            \"Name\": \"CongressionalDistrict\",\n                            \"FriendlyName\": \"US Congressional District\",\n                            \"Value\": \"07\"\n                        },\n                        {\n                            \"Name\": \"CongressionalDistrictName\",\n                            \"FriendlyName\": \"US Congressional District Name\",\n                            \"Value\": \"7TH US CONGRESSIONAL DISTRICT (MASSACHUSETTS)\"\n                        },\n                        {\n                            \"Name\": \"City\",\n                            \"FriendlyName\": \"USPS Acceptable City Name\",\n                            \"Value\": \"ALLSTON\"\n                        },\n                        {\n                            \"Name\": \"RecordType\",\n                            \"FriendlyName\": \"USPS Assigned Record Type\",\n                            \"Value\": \"H\"\n                        },\n                        {\n                            \"Name\": \"PreferredCity\",\n                            \"FriendlyName\": \"USPS Preferred City Name\",\n                            \"Value\": \"ALLSTON\"\n                        },\n                        {\n                            \"Name\": \"DPVVacantIndicator\",\n                            \"FriendlyName\": \"Vacant Delivery Point Indicator\",\n                            \"Value\": \"N\"\n                        },\n                        {\n                            \"Name\": \"VerificationFlag\",\n                            \"FriendlyName\": \"Verification Flag\",\n                            \"Value\": \"N\"\n                        },\n                        {\n                            \"Name\": \"IsZIP4AddOnIncluded\",\n                            \"FriendlyName\": \"ZIP + 4 Add On Included\",\n                            \"Value\": \"Y\"\n                        },\n                        {\n                            \"Name\": \"ZipCode\",\n                            \"FriendlyName\": \"ZIP Code\",\n                            \"Value\": \"02134\"\n                        },\n                        {\n                            \"Name\": \"IsZIPCodeIncluded\",\n                            \"FriendlyName\": \"ZIP Code Included\",\n                            \"Value\": \"Y\"\n                        }\n                    ]\n                }\n            ],\n            \"Flags\": {\n                \"IsFuzzyRequest\": false,\n                \"VerificationFlag\": \"N\",\n                \"ResponseFlag\": \"S\",\n                \"AddressChangeFlags\": \"N,AA,CC,RTH,DS\",\n                \"ProcessedOn\": \"2022-11-30T14:38:05.6194012Z\",\n                \"SummaryFlags\": \"20221130NSN,AA,CC,RTH,DS\",\n                \"JsProcessedOn\": \"2022-11-30T14:38:05\",\n                \"DeveloperCode\": \"S4\",\n                \"UITooltip\": \"Not deliverable, secondary non deliverable\",\n                \"UISummaryMessage\": \"Secondary non deliverable\",\n                \"UIMessage\": \"The address provided includes secondary information that is within the acceptable range but is not considered deliverable according to the USPS.\",\n                \"FormatApplied\": \"Custom\",\n                \"RecommendedAction\": \"Display UI Message and create a link for GetSecondaryRange and/or Override workflow.\"\n            },\n            \"ResponseType\": \"Full\"\n        }\n    ],\n    \"TotalRecords\": 2,\n    \"MoreResultsAvailable\": false,\n    \"ProcessedOn\": \"2022-11-30T14:38:33.2215895Z\"\n}"}],"_postman_id":"a588e254-3efe-421e-8380-fe06c12b7d4e"},{"name":"end","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var jsonData = JSON.parse(responseBody);"," "],"type":"text/javascript","id":"41bdaa88-346e-462d-bda9-cf0e893d9acc"}}],"id":"b7ccb8d6-4bdc-48bd-8d20-e3133de2ea0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"url":"{{url}}/bulk/v1/end/{{tempTransactionId}}","description":"This method is used to message the Instant Address service that all data has been received and the transaction is completed. This method call is recommended in Address Validation mode. For CASS and NCOA mode, the method is required in order to receive USPS documentation and reports.\n\n**Request Parameters:**\n\nHandled through a url request. The url request only needs the transactionid.\n\n**Response Properties:**\n\n| **Property** | **Definition** |\n| --- | --- |\n| TransactionId | GUID provided by Instant Address service that uniquely identifies the transaction. |\n| Count | Identifies the total number or rows processed in the transaction. |\n| Status | Identifies the status of the transaction. At this moment you should expect a value of \"Completed\". |"},"response":[{"id":"a4ab3074-3447-4664-af1e-ffe2c89d09b5","name":"end","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"url":"{{url}}/bulk/v1/end/{{tempTransactionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=60"},{"key":"Content-Length","value":"87"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Wed, 30 Nov 2022 14:39:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TransactionId\": \"89e24e07-5022-490a-b39d-fcad00137b64\",\n    \"Count\": 2713,\n    \"Status\": \"Completed\"\n}"}],"_postman_id":"b7ccb8d6-4bdc-48bd-8d20-e3133de2ea0c"}],"id":"3603f6ad-0e0a-405a-9063-499955f4ab47","description":"Batch Processing is one of two options within the bulk controller and is categorized by the following sequential steps. Method names are in parentheses.\n\n1. Creating a transaction (start).\n2. Uploading your data in batches (upload).\n3. Indicating the upload process is complete (upload-completed).\n4. Checking on the processing status of your data (status).\n5. Downloading your processed data (download).\n6. Confirming you have received all processed data and the transaction is finished (end)","_postman_id":"3603f6ad-0e0a-405a-9063-499955f4ab47"},{"name":"File Upload (Preview)","item":[{"name":"Start","event":[{"listen":"test","script":{"id":"bfea751f-f261-4ea2-8289-bbdb8bba1065","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"tempTransactionId\", jsonData.TransactionId);"],"type":"text/javascript","packages":{}}}],"id":"b82c0df7-bb61-47eb-8191-ec3b8fb1b64f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Transaction\": {\r\n        \"Name\": \"Enter your file name\",\r\n        \"Description\": \"File Description\",\r\n        \"Mode\": \"AddressValidation\",\r\n        \"Settings\": {\r\n        \"FormatOverride\": null,\r\n            \"Emails\": \"Enter email to receive reports for CASS or NCOA, Address Validation does not apply here.\"\r\n        },\r\n        \"NcoaSettings\": {\r\n            \"PafKey\": \"XXXX-XXXXX-XXXXX-XXXXXXX\"\r\n        }\r\n    },\r\n    \"FilesSettings\": {\r\n        \"ParserType\": \"Delimiter\",\r\n        \"//Comment ParserType\": \"Options for ParserType are Fixed-length or Delimiter\",\r\n        \"ColumnDelimiter\": \",\",\r\n        \"//Comment ColumnDelimiter\": \"This can be any delimiting character\",\r\n        \"FileType\": \"csv\",\r\n        \"//Comment File Type Extension\": \".txt, .csv, .data\",\r\n        \"FirstRowHasHeader\": true,\r\n        \"SkipStartingDataRows\": 0,\r\n        \"//Comment DataRows\": \"Allows you to skip the first n number of rows in the file.\",\r\n        \"ColumnWidths\": [],\r\n        \"//Comment Column Widths\": \"10, 10, 10, 10\",\r\n        \"MappingInput\": {\r\n            \"FirmOrRecipient\": \"\",\r\n            \"Urbanization\": \"\",\r\n            \"Street1\": \"Address 1\",\r\n            \"Street2\": \"Address 2\",\r\n            \"Street3\": \"Address 3\",\r\n            \"Street4\": \"\",\r\n            \"Street5\": \"\",\r\n            \"City\": \"City\",\r\n            \"State\": \"State\",\r\n            \"ZipCode\": \"Zipcode\",\r\n            \"Zip4\": \"\",\r\n            \"Country\": \"Country\",\r\n            \"Ncoa\": {\r\n                \"UnparsedName\": \"\",\r\n                \"BusinessName\": \"\",\r\n                \"FirstName\": \"\",\r\n                \"LastName\": \"\",\r\n                \"MiddleName\": \"\",\r\n                \"Suffix\": \"\",\r\n                \"Prefix\": \"\"\r\n            },\r\n            \"References\": {\r\n                \"Reference1\": \"\",\r\n                \"Reference2\": \"\",\r\n                \"Reference3\": \"\",\r\n                \"Reference4\": \"\",\r\n                \"Reference5\": \"\",\r\n                \"Reference6\": \"\",\r\n                \"Reference7\": \"\",\r\n                \"Reference8\": \"\",\r\n                \"Reference9\": \"\",\r\n                \"Reference10\": \"\"\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\n"},"url":{"raw":"{{url}}/bulk/v1/file/start","host":["{{url}}"],"path":["bulk","v1","file","start"],"query":[{"key":"File1","value":null,"disabled":true}]},"description":"This method is meant to start a transaction and prepare the Instant Address service to receive the data file. The body of is comprised into two sections, Transaction and FileSettings. Transaction contains the settings for the transaction and FileSettings defines how to parse the files and data mapping definitions.\n\nA succesful Start will contain a \"0\" count and a Status \"Empty\", in addition to the TransactionId.\n\n<table><tbody><tr><th>Property</th><th>Definition</th></tr><tr><td><div>Transaction</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Name</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Required. Name for the transaction.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Description</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Description for the transaction.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Mode</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Identifies the type of transaction. Options: AddressValidation, CASS or NCOA. If NULL the mode will automatically process as Address Validation.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Settings</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>FormatOverride</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>By default this is null. This only applies if the transaction requires a different format than the one registered with the REST API interface. If you want to use a specific Instant Address format add it to the parentheses, e.g. [\"2e9eebde-97ea-4d32-l1d8-216138654013\"],</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Emails</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Can be left blank. Fill in with an email address (or addresses) that need to receive report(s) for this transaction. Reports are generated for CASS and NCOA only.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>NcoaSettings</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>PafKey</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Required if transaction is in NCOA Mode. This is a unique identifier for your Personal Acknowledgement Form (PAF) on file with the Instant Address service.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>FilesSettings</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ParserType</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Identifies the type of parser used to read the file. The options are \"Fixed-length\" or \"Delimiter\".</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ColumnDelimiter</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Identifies the character that delimits the columns. This can be any character.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>FileType</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>The extension of the file.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>FirstRowHasHeader</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>true/false to indicate whether the file has a header in the first row.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>SkipStartingDataRows</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Allows you to enter a value and skip the first number of rows. If nothing is entered the file will be read beginning with the first non-header row.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ColumnWidths</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Indicates the width of the columns. This only to a ParserType of Fixed-length. If parsing with a fixed length every column of data in the file needs to have a width defintion.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>MappingInput</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>This section outlines the mappnigs only, it is not inteneded to be filled with address data.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>FirmOrRecipient</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Name of business or organization.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Urbanization</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Urbanization name, applies to Puerto Rican addresses.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Street1</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Address line 1 information.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Street2</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Address line 2 information.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Street3</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Address line 3 information.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Street4</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Address line 4 information.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Street5</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Address line 5 information.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>City</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>City name.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>State</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>State name or abbreviation.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ZipCode</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Postal mailing code, can contain the +4 in the same field.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Zip4</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Zip+4</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Country</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Can be 2 character ISO code, 3 character ISO code or Country name.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Ncoa</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>This section is required only if the file is processed in Mode = NCOA.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>UnparsedName</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Contains the full name in a single field.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>BusinessName</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Name of a business.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>FirstName</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Person's first name.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>LastName</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Person's last name.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>References</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Reference fields can be pulled through the service and returned with the response but are not considered part of an address. Up to 10 reference fields are permitted.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>"},"response":[{"id":"059711de-e562-42e3-bfeb-2ce370b4bd97","name":"Token Not Valid","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}1","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Transaction\": {\r\n        \"Name\": \"File Name\",\r\n        \"Description\": \"File Description\",\r\n        \"Mode\": \"Address Validation\",\r\n        \"Settings\": {\r\n            \"FormatOverride\": null,\r\n            \"Emails\": \"Enter email to receive reports for CASS or NCOA, Address Validation does not apply here.\"\r\n        },\r\n        \"NcoaSettings\": {\r\n            \"PafKey\": \"XXXX-XXXXX-XXXXX-XXXXXXX\"\r\n        }\r\n    },\r\n    \"FilesSettings\": {\r\n        \"ParserType\": \"Delimiter\",\r\n        \"//Comment ParserType\": \"Options for ParserType are Fixed-length or Delimiter\",\r\n        \"ColumnDelimiter\": \"||\",\r\n        \"//Comment ColumnDelimiter\": \"This can be any delimiting character\",\r\n        \"FileType\": \"txt\",\r\n        \"//Comment File Type Extension\": \".txt, .csv, .data\",\r\n        \"FirstRowHasHeader\": true,\r\n        \"SkipStartingDataRows\": 0,\r\n        \"//Comment DataRows\": \"Allows you to skip the first n number of rows in the file.\",\r\n        \"ColumnWidths\": [],\r\n        \"//Comment Column Widths\": \"10, 10, 10, 10\",\r\n        \"MappingInput\": {\r\n            \"FirmOrRecipient\": \"\",\r\n            \"Urbanization\": \"\",\r\n            \"Street1\": \"AddressLine1\",\r\n            \"Street2\": \"AddressLine2\",\r\n            \"Street3\": \"\",\r\n            \"Street4\": \"\",\r\n            \"Street5\": \"\",\r\n            \"City\": \"City\",\r\n            \"State\": \"State\",\r\n            \"ZipCode\": \"PostalCode\",\r\n            \"Zip4\": \"\",\r\n            \"Country\": \"Country\",\r\n            \"Ncoa\": {\r\n                \"UnparsedName\": \"\",\r\n                \"BusinessName\": \"\",\r\n                \"FirstName\": \"FirstName\",\r\n                \"LastName\": \"LastName\",\r\n                \"MiddleName\": \"\",\r\n                \"Suffix\": \"\",\r\n                \"Prefix\": \"\"\r\n            },\r\n            \"References\": {\r\n                \"Reference1\": \"\",\r\n                \"Reference2\": \"\",\r\n                \"Reference3\": \"\",\r\n                \"Reference4\": \"\",\r\n                \"Reference5\": \"\",\r\n                \"Reference6\": \"\",\r\n                \"Reference7\": \"\",\r\n                \"Reference8\": \"\",\r\n                \"Reference9\": \"\",\r\n                \"Reference10\": \"\"\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\n"},"url":{"raw":"{{url}}/bulk/v1/file/start","host":["{{url}}"],"path":["bulk","v1","file","start"],"query":[{"key":"File1","value":null,"disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"113"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Fri, 14 Feb 2025 17:34:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The token sent as part of this request is not valid.  Please check your token or request a new one.\"\n}"},{"id":"161b59c1-0035-4809-b703-f9380a597efa","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Transaction\": {\r\n        \"Name\": \"File Name\",\r\n        \"Description\": \"File Description\",\r\n        \"Mode\": \"Address Validation\",\r\n        \"Settings\": {\r\n            \"FormatOverride\": null,\r\n            \"Emails\": \"Enter email to receive reports for CASS or NCOA, Address Validation does not apply here.\"\r\n        },\r\n        \"NcoaSettings\": {\r\n            \"PafKey\": \"XXXX-XXXXX-XXXXX-XXXXXXX\"\r\n        }\r\n    },\r\n    \"FilesSettings\": {\r\n        \"ParserType\": \"Delimiter\",\r\n        \"//Comment ParserType\": \"Options for ParserType are Fixed-length or Delimiter\",\r\n        \"ColumnDelimiter\": \"||\",\r\n        \"//Comment ColumnDelimiter\": \"This can be any delimiting character\",\r\n        \"FileType\": \"txt\",\r\n        \"//Comment File Type Extension\": \".txt, .csv, .data\",\r\n        \"FirstRowHasHeader\": true,\r\n        \"SkipStartingDataRows\": 0,\r\n        \"//Comment DataRows\": \"Allows you to skip the first n number of rows in the file.\",\r\n        \"ColumnWidths\": [],\r\n        \"//Comment Column Widths\": \"10, 10, 10, 10\",\r\n        \"MappingInput\": {\r\n            \"FirmOrRecipient\": \"\",\r\n            \"Urbanization\": \"\",\r\n            \"Street1\": \"AddressLine1\",\r\n            \"Street2\": \"AddressLine2\",\r\n            \"Street3\": \"\",\r\n            \"Street4\": \"\",\r\n            \"Street5\": \"\",\r\n            \"City\": \"City\",\r\n            \"State\": \"State\",\r\n            \"ZipCode\": \"PostalCode\",\r\n            \"Zip4\": \"\",\r\n            \"Country\": \"Country\",\r\n            \"Ncoa\": {\r\n                \"UnparsedName\": \"\",\r\n                \"BusinessName\": \"\",\r\n                \"FirstName\": \"FirstName\",\r\n                \"LastName\": \"LastName\",\r\n                \"MiddleName\": \"\",\r\n                \"Suffix\": \"\",\r\n                \"Prefix\": \"\"\r\n            },\r\n            \"References\": {\r\n                \"Reference1\": \"\",\r\n                \"Reference2\": \"\",\r\n                \"Reference3\": \"\",\r\n                \"Reference4\": \"\",\r\n                \"Reference5\": \"\",\r\n                \"Reference6\": \"\",\r\n                \"Reference7\": \"\",\r\n                \"Reference8\": \"\",\r\n                \"Reference9\": \"\",\r\n                \"Reference10\": \"\"\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\n"},"url":{"raw":"{{url}}/bulk/v1/file/start","host":["{{url}}"],"path":["bulk","v1","file","start"],"query":[{"key":"File1","value":null,"disabled":true}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=60"},{"key":"Content-Length","value":"83"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Fri, 14 Feb 2025 17:23:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TransactionId\": \"7bedae10-f49f-424e-95e4-4f8bddd6c252\",\n    \"Count\": 0,\n    \"Status\": \"Empty\"\n}"},{"id":"443b21e0-8db4-4bec-88e2-cd9dfea9df42","name":"NCOA Missing PAF","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Transaction\": {\r\n        \"Name\": \"File Name\",\r\n        \"Description\": \"File Description\",\r\n        \"Mode\": \"NCOA\",\r\n        \"Settings\": {\r\n            \"FormatOverride\": null,\r\n            \"Emails\": \"Enter email to receive reports for CASS or NCOA, Address Validation does not apply here.\"\r\n        },\r\n        \"NcoaSettings\": {\r\n            \"PafKey\": \"XXXX-XXXXX-XXXXX-XXXXXXX\"\r\n        }\r\n    },\r\n    \"FilesSettings\": {\r\n        \"ParserType\": \"Delimiter\",\r\n        \"//Comment ParserType\": \"Options for ParserType are Fixed-length or Delimiter\",\r\n        \"ColumnDelimiter\": \"||\",\r\n        \"//Comment ColumnDelimiter\": \"This can be any delimiting character\",\r\n        \"FileType\": \"txt\",\r\n        \"//Comment File Type Extension\": \".txt, .csv, .data\",\r\n        \"FirstRowHasHeader\": true,\r\n        \"SkipStartingDataRows\": 0,\r\n        \"//Comment DataRows\": \"Allows you to skip the first n number of rows in the file.\",\r\n        \"ColumnWidths\": [],\r\n        \"//Comment Column Widths\": \"10, 10, 10, 10\",\r\n        \"MappingInput\": {\r\n            \"FirmOrRecipient\": \"\",\r\n            \"Urbanization\": \"\",\r\n            \"Street1\": \"AddressLine1\",\r\n            \"Street2\": \"AddressLine2\",\r\n            \"Street3\": \"\",\r\n            \"Street4\": \"\",\r\n            \"Street5\": \"\",\r\n            \"City\": \"City\",\r\n            \"State\": \"State\",\r\n            \"ZipCode\": \"PostalCode\",\r\n            \"Zip4\": \"\",\r\n            \"Country\": \"Country\",\r\n            \"Ncoa\": {\r\n                \"UnparsedName\": \"\",\r\n                \"BusinessName\": \"\",\r\n                \"FirstName\": \"FirstName\",\r\n                \"LastName\": \"LastName\",\r\n                \"MiddleName\": \"\",\r\n                \"Suffix\": \"\",\r\n                \"Prefix\": \"\"\r\n            },\r\n            \"References\": {\r\n                \"Reference1\": \"\",\r\n                \"Reference2\": \"\",\r\n                \"Reference3\": \"\",\r\n                \"Reference4\": \"\",\r\n                \"Reference5\": \"\",\r\n                \"Reference6\": \"\",\r\n                \"Reference7\": \"\",\r\n                \"Reference8\": \"\",\r\n                \"Reference9\": \"\",\r\n                \"Reference10\": \"\"\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\n"},"url":{"raw":"{{url}}/bulk/v1/file/start","host":["{{url}}"],"path":["bulk","v1","file","start"],"query":[{"key":"File1","value":null,"disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=60"},{"key":"Content-Length","value":"84"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Fri, 14 Feb 2025 17:37:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"This transaction cannot be processed, PafKey is empty and is required.\"\n}"},{"id":"ab856a93-dec9-4294-94f8-7322bbd39ec7","name":"NCOA PAF Not Valid","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Transaction\": {\r\n        \"Name\": \"File Name\",\r\n        \"Description\": \"File Description\",\r\n        \"Mode\": \"NCOA\",\r\n        \"Settings\": {\r\n            \"FormatOverride\": null,\r\n            \"Emails\": \"Enter email to receive reports for CASS or NCOA, Address Validation does not apply here.\"\r\n        },\r\n        \"NcoaSettings\": {\r\n            \"PafKey\": \"DDC5E985-4D53-4065-B7EF-A46DB3B10224\"\r\n        }\r\n    },\r\n    \"FilesSettings\": {\r\n        \"ParserType\": \"Delimiter\",\r\n        \"//Comment ParserType\": \"Options for ParserType are Fixed-length or Delimiter\",\r\n        \"ColumnDelimiter\": \"||\",\r\n        \"//Comment ColumnDelimiter\": \"This can be any delimiting character\",\r\n        \"FileType\": \"txt\",\r\n        \"//Comment File Type Extension\": \".txt, .csv, .data\",\r\n        \"FirstRowHasHeader\": true,\r\n        \"SkipStartingDataRows\": 0,\r\n        \"//Comment DataRows\": \"Allows you to skip the first n number of rows in the file.\",\r\n        \"ColumnWidths\": [],\r\n        \"//Comment Column Widths\": \"10, 10, 10, 10\",\r\n        \"MappingInput\": {\r\n            \"FirmOrRecipient\": \"\",\r\n            \"Urbanization\": \"\",\r\n            \"Street1\": \"AddressLine1\",\r\n            \"Street2\": \"AddressLine2\",\r\n            \"Street3\": \"\",\r\n            \"Street4\": \"\",\r\n            \"Street5\": \"\",\r\n            \"City\": \"City\",\r\n            \"State\": \"State\",\r\n            \"ZipCode\": \"PostalCode\",\r\n            \"Zip4\": \"\",\r\n            \"Country\": \"Country\",\r\n            \"Ncoa\": {\r\n                \"UnparsedName\": \"\",\r\n                \"BusinessName\": \"\",\r\n                \"FirstName\": \"FirstName\",\r\n                \"LastName\": \"LastName\",\r\n                \"MiddleName\": \"\",\r\n                \"Suffix\": \"\",\r\n                \"Prefix\": \"\"\r\n            },\r\n            \"References\": {\r\n                \"Reference1\": \"\",\r\n                \"Reference2\": \"\",\r\n                \"Reference3\": \"\",\r\n                \"Reference4\": \"\",\r\n                \"Reference5\": \"\",\r\n                \"Reference6\": \"\",\r\n                \"Reference7\": \"\",\r\n                \"Reference8\": \"\",\r\n                \"Reference9\": \"\",\r\n                \"Reference10\": \"\"\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\n"},"url":{"raw":"{{url}}/bulk/v1/file/start","host":["{{url}}"],"path":["bulk","v1","file","start"],"query":[{"key":"File1","value":null,"disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=60"},{"key":"Content-Length","value":"265"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Fri, 14 Feb 2025 17:39:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"To process records against NCOALink, your organization needs to have a valid Processing Authorization Form (Paf List Id) on file with Initium Software. Please contact Initium Software support (support@initiumsoftware.com) to complete this requirement.\"\n}"}],"_postman_id":"b82c0df7-bb61-47eb-8191-ec3b8fb1b64f"},{"name":"Upload","event":[{"listen":"test","script":{"id":"dafb9e80-99b6-4701-975b-46510ea5d524","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(201);","});",""," "],"type":"text/javascript","packages":{}}}],"id":"6a4aa78d-8b21-43e8-be6c-83df12ea1683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Address File","type":"file","uuid":"3ea37409-761f-4f18-ba6f-da27b584cde4","src":"/C:/Users/john.shelvey/Downloads/Addresses.csv"}]},"url":"{{url}}/bulk/v1/file/upload/{{tempTransactionId}}","description":"This method uploads the data file to the Instant Address service.\n\n<table><tbody><tr><th>Parameter</th><th>Definition</th></tr><tr><td><div>TransactionId</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>This GUID (unique identifier) is generated by the Start method and can be found at the end of URL.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>File</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>The data file using parameter type, form-data.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>"},"response":[{"id":"551154f6-6bcc-4b8f-9ec1-5e9d4f623742","name":"Upload in Progress","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Address File","type":"file","uuid":"3ea37409-761f-4f18-ba6f-da27b584cde4","src":"/C:/Users/john.shelvey/Desktop/Address File.csv"}]},"url":"{{url}}/bulk/v1/file/upload/{{tempTransactionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=60"},{"key":"Content-Length","value":"90"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Fri, 14 Feb 2025 17:57:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TransactionId\": \"829775fe-cecf-45a1-b88d-ead90366858a\",\n    \"Count\": 19,\n    \"Status\": \"In Progress\"\n}"}],"_postman_id":"6a4aa78d-8b21-43e8-be6c-83df12ea1683"},{"name":"Status","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var jsonData = JSON.parse(responseBody);"," "],"type":"text/javascript","packages":{},"id":"0a6cb25a-f536-43a0-8e8b-57a15796b10b"}}],"id":"e8fc6eaf-93fd-4bfd-92d6-ec3e635757ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"url":"{{url}}/bulk/v1/file/status/{{tempTransactionId}}","description":"The purpose of this method is to provide information on the status of the file processing.\n\n| **Parameter** | **Description** |\n| --- | --- |\n| TransactionId | This GUID (unique identifier) is generated by the Start method and can be found at the end of URL. |\n| Responses | These are the responses that can be received from the Status method call. |"},"response":[{"id":"082f1c97-3086-4a05-a42f-9b2d632f2dfa","name":"Status in Progress","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"url":"{{url}}/bulk/v1/file/status/{{tempTransactionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=60"},{"key":"Content-Length","value":"397"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Fri, 14 Feb 2025 17:59:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TransactionId\": \"829775fe-cecf-45a1-b88d-ead90366858a\",\n    \"Status\": \"In Progress\",\n    \"Progress\": 95,\n    \"IsFileReady\": false,\n    \"Batch\": [\n        {\n            \"TransactionId\": \"829775fe-cecf-45a1-b88d-ead90366858a\",\n            \"BatchId\": \"0d76b0ca-eeb1-4cd3-ad40-5e0670a011bb\",\n            \"BatchRecordsCount\": 19,\n            \"Status\": \"Processed\"\n        }\n    ],\n    \"IsCompleted\": false,\n    \"BatchCompletedCount\": 1,\n    \"BatchPendingCount\": 0,\n    \"BatchRecordsCount\": 19,\n    \"HasErrors\": false,\n    \"Message\": null\n}"},{"id":"27c69297-6070-4da8-813a-ce4a3ad37455","name":"Status Completed","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"url":"{{url}}/bulk/v1/file/status/{{tempTransactionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=60"},{"key":"Content-Length","value":"394"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Fri, 14 Feb 2025 18:00:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TransactionId\": \"829775fe-cecf-45a1-b88d-ead90366858a\",\n    \"Status\": \"Completed\",\n    \"Progress\": 100,\n    \"IsFileReady\": true,\n    \"Batch\": [\n        {\n            \"TransactionId\": \"829775fe-cecf-45a1-b88d-ead90366858a\",\n            \"BatchId\": \"0d76b0ca-eeb1-4cd3-ad40-5e0670a011bb\",\n            \"BatchRecordsCount\": 19,\n            \"Status\": \"Processed\"\n        }\n    ],\n    \"IsCompleted\": true,\n    \"BatchCompletedCount\": 1,\n    \"BatchPendingCount\": 0,\n    \"BatchRecordsCount\": 19,\n    \"HasErrors\": false,\n    \"Message\": null\n}"}],"_postman_id":"e8fc6eaf-93fd-4bfd-92d6-ec3e635757ba"},{"name":"Download","event":[{"listen":"test","script":{"exec":["","",""],"type":"text/javascript","packages":{},"id":"dbefbce1-f985-4743-8d51-7616e2df3848"}},{"listen":"prerequest","script":{"packages":{},"type":"text/javascript","id":"b5573cf0-f8b3-4932-9e7a-ee9c77155255"}}],"id":"d1165162-df43-411a-b8e7-4a09caf75e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"url":"{{url}}/bulk/v1/file/download/{{tempTransactionId}}","description":"This method should be called once the Status method is complete. Once executed the processed data file will be downloaded from the Instant Address service in the same file format as uploaded. Note there will be additional data columns in the processed file.\n\n<table><tbody><tr><th>Property</th><th>Definition</th></tr><tr><td><div>TransactionId</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>This GUID (unique identifier) is generated by the Start method and can be found at the end of URL.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>"},"response":[{"id":"a227466f-ed82-48a6-87cb-1c0c510e7ade","name":"Downloaded Data","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"url":"{{url}}/bulk/v1/file/download/{{tempTransactionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=60"},{"key":"Content-Length","value":"21050"},{"key":"Content-Type","value":"application/plain"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Content-Disposition","value":"attachment; filename=result.csv"},{"key":"Date","value":"Fri, 14 Feb 2025 18:01:22 GMT"}],"cookie":[],"responseTime":null,"body":"Reference1,AddressLine1,AddressLine2,City,State,PostalCode,Country,STD_STREET1,STD_STREET2,STD_STREET3,STD_STREET4,STD_STREET5,STD_CITY,STD_STATE,STD_ZIPCODE,STD_URBANIZATIONNAME,STD_CITYSTATEZIP,STD_COUNTRY,VERIFICATION_FLAG,RESPONSE_FLAG,ADDRESS_CHANGE_FLAGS,PROCESSED_ON,SUMMARY_FLAGS,DEVELOPER_CODE,UI_TOOLTIP,UI_SUMMARY_MESSAGE,UI_MESSAGE,RECOMMENDED_ACTION,NCOA_IS_MATCH,NCOA_IS_ANK_MATCH,NCOA_IS_FORWARDING_ADDRESS_PRESENT,NCOA_RETURN_CODE,NCOA_MOVE_EFFECTIVE_DATE,NCOA_MOVE_TYPE_DESCRIPTION,RETURN_CODE_SUMMARY,FTD_STREET1,FTD_STREET2,FTD_STREET3,FTD_CITY,FTD_STATE,FTD_ZIPCODE,FTD_COUNTRY,FTD_ADDITIONALSECTION1,FTD_ADDITIONALSECTION2,FTD_ADDITIONALSECTION3,FTD_ADDITIONALSECTION4,FTD_ADDITIONALSECTION5,FTD_ADDITIONALSECTION6,FTD_ADDITIONALSECTION7,FTD_ADDITIONALSECTION8,FTD_ADDITIONALSECTION9,FTD_ADDITIONALSECTION10,FTD_ADDITIONALSECTION11,FTD_ADDITIONALSECTION12,FTD_ADDITIONALSECTION13,FTD_ADDITIONALSECTION14,FTD_ADDITIONALSECTION15,FTD_ADDITIONALSECTION16,FTD_ADDITIONALSECTION17,FTD_ADDITIONALSECTION18,FTD_ADDITIONALSECTION19,FTD_ADDITIONALSECTION20,FTD_ADDITIONALSECTION21,FTD_ADDITIONALSECTION22,FTD_ADDITIONALSECTION23,FTD_ADDITIONALSECTION24,FTD_ADDITIONALSECTION25,FTD_ADDITIONALSECTION26,FTD_ADDITIONALSECTION27,FTD_ADDITIONALSECTION28,FTD_ADDITIONALSECTION29,FTD_ADDITIONALSECTION30,FTD_ADDITIONALSECTION31,FTD_ADDITIONALSECTION32,FTD_ADDITIONALSECTION33,FTD_ADDITIONALSECTION34,FTD_ADDITIONALSECTION35,FTD_ADDITIONALSECTION36,FTD_ADDITIONALSECTION37,FTD_ADDITIONALSECTION38,FTD_ADDITIONALSECTION39,FTD_ADDITIONALSECTION40,FTD_ADDITIONALSECTION41,FTD_ADDITIONALSECTION42,FTD_ADDITIONALSECTION43,FTD_ADDITIONALSECTION44,FTD_ADDITIONALSECTION45,FTD_ADDITIONALSECTION46,FTD_ADDITIONALSECTION47,FTD_ADDITIONALSECTION48,FTD_ADDITIONALSECTION49,FTD_ADDITIONALSECTION50,FTD_ADDITIONALSECTION51,FTD_ADDITIONALSECTION52,FTD_ADDITIONALSECTION53,FTD_ADDITIONALSECTION54,FTD_ADDITIONALSECTION55,FTD_ADDITIONALSECTION56,FTD_ADDITIONALSECTION57,FTD_ADDITIONALSECTION58,FTD_ADDITIONALSECTION59,FTD_ADDITIONALSECTION60,FTD_ADDITIONALSECTION61,FTD_ADDITIONALSECTION62,FTD_ADDITIONALSECTION63,FTD_ADDITIONALSECTION64,FTD_ADDITIONALSECTION65,FTD_ADDITIONALSECTION66,FTD_ADDITIONALSECTION67,FTD_ADDITIONALSECTION68,FTD_ADDITIONALSECTION69,FTD_ADDITIONALSECTION70,FTD_ADDITIONALSECTION71\r\n0004E055-C2CD-4D59-9779-0138FF340E2B,Cunningham Boulevard,NULL,Booneville,MS,38829,USA,CUNNINGHAM BOULEVARD,,,,,BOONEVILLE,MS,38829,,BOONEVILLE MS 38829,USA,N,P,\"E,I,A1,M1,RTF,DE\",2/14/2025 5:57 PM,\"20250214NPE,I,A1,M1,RTF,DE\",P2,\"Not deliverable, missing primary\",Missing primary,The address provided is missing the house or building number.,Display UI Message and create a link for GetHouseRange and/or Override workflow.,false,false,false,,,,,Northeast Ms Comm College,Cunningham Blvd,,Booneville,MS,38829-1731,USA,1731,1731,1731,US,USA,840,UNITED STATES OF AMERICA,B,C004,46180,MICROPOLITAN STATISTICAL AREA,\"Tupelo, Ms\",Y13294,,117,Prentiss,539,\"Tupelo-Corinth, Ms\",,,,,,,,,,270845,28117,Street Center,34.66729,-88.56354,E,,,,,,,,,,,,,,,,,,,28,003;004;018,004;005,State House District 3;State House District 4;State House District 18,State Senate District 4;State Senate District 5,Mississippi,,,Boulevard,,,,,01,1st Us Congressional District (Mississippi),,Booneville,,N,Y\r\n00056B49-8332-4DC6-BDA8-079F31954A05,1001 14th St S Apt 402,NULL,Birmingham,AL,35205-3439,USA,1001 14TH ST S APT 402,,,,,BIRMINGHAM,AL,35205-3439,,BIRMINGHAM AL 35205-3439,USA,V,E,\"AA,BB,RTH,DY\",2/14/2025 5:57 PM,\"20250214VEAA,BB,RTH,DY\",E1,\"Deliverable, DPV confirmed\",DPV confirmed,The address provided has been confirmed as a deliverable address.,Display UI Message to end user or submit without UI Message confirmation.  It is recommended to store SummaryFlags and UITooltip at the data level.,false,false,false,,,,,1001 14th St S Apt 402,,,Birmingham,AL,35205-3439,USA,3439,3439,3439,US,USA,840,UNITED STATES OF AMERICA,B,C007,13820,METROPOLITAN STATISTICAL AREA,\"Birmingham-Hoover, Al\",Y10114,N,073,Jefferson,142,\"Birmingham-Hoover-Talladega, Al\",,4,02,024,Y,,A,0194,,010780,01073,Street Interpolation,33.49802,-86.80558,O,1001,1001,,,,,,N,,,N,N,N,R,402,312,Apartment,B,01,052;054;055;060,018,State House District 52;State House District 54;State House District 55;State House District 60,State Senate District 18,Alabama,South,,Street,,N,,,07,7th Us Congressional District (Alabama),H,Birmingham,N,Y,Y\r\n00056FEC-E8C1-4FBB-BFC3-278CCC296B78,1500 Beach Ave,NULL,Gulfport,MS,39501-3536,USA,1500 BEACH AVE,,,,,GULFPORT,MS,39501,,GULFPORT MS 39501,USA,N,P,\"AA,M3,RTS,DN\",2/14/2025 5:57 PM,\"20250214NPAA,M3,RTS,DN\",P3,\"Not deliverable, primary not deliverable\",Primary not deliverable,The address provided contains a house or building number that is within an acceptable range but is not deliverable according to the USPS.,Display UI Message and create a link for GetHouseRange and/or Override workflow.,false,false,false,,,,,1500 Beach Ave,,,Gulfport,MS,39501-3536,USA,3536,3536,3536,US,USA,840,UNITED STATES OF AMERICA,B,C012,25060,METROPOLITAN STATISTICAL AREA,\"Gulfport-Biloxi, Ms\",Y13700,,047,Harrison,,,,,,,N,,,,N,273146,28047,Street Interpolation,30.36639,-89.12662,E,1598,1500,,,,,,,,,,,,,,,,,28,117;118;119;120,048;049,State House District 117;State House District 118;State House District 119;State House District 120,State Senate District 48;State Senate District 49,Mississippi,,,Avenue,,,,,04,4th Us Congressional District (Mississippi),,Gulfport,,N,Y\r\n00069296-7604-4A75-A3A2-03891EB681C2,5024 Lafayette Ave,NULL,Omaha,NE,68132-1464,USA,5024 LAFAYETTE AVE,,,,,OMAHA,NE,68132-1464,,OMAHA NE 68132-1464,USA,V,E,\"AA,BB,RTS,DY\",2/14/2025 5:57 PM,\"20250214VEAA,BB,RTS,DY\",E1,\"Deliverable, DPV confirmed\",DPV confirmed,The address provided has been confirmed as a deliverable address.,Display UI Message to end user or submit without UI Message confirmation.  It is recommended to store SummaryFlags and UITooltip at the data level.,false,false,false,,,,,5024 Lafayette Ave,,,Omaha,NE,68132-1464,USA,1464,1464,1464,US,USA,840,UNITED STATES OF AMERICA,B,C036,36540,METROPOLITAN STATISTICAL AREA,\"Omaha-Council Bluffs, Ne-Ia\",W1a093,N,055,Douglas,420,\"Omaha-Council Bluffs-Fremont, Ne-Ia\",,9,24,249,Y,,A,0042,,306645,31055,Rooftop,41.2716453,-95.9924884,E,5098,5000,,,,,,N,,,N,N,N,R,,,,,31,,006;008;009,,State Senate District 6;State Senate District 8;State Senate District 9,Nebraska,,,Avenue,,N,,,02,2nd Us Congressional District (Nebraska),S,Omaha,N,Y,Y\r\n000BE788-5F92-4510-8B4B-2631339F0C2A,2420 Chestnut Ridge Lane,NULL,Birmingham,AL,35216,USA,2420 CHESTNUT RIDGE LANE,,,,,BIRMINGHAM,AL,35216,,BIRMINGHAM AL 35216,USA,N,M,\"E,I,A1,RTS,DE\",2/14/2025 5:57 PM,\"20250214NME,I,A1,RTS,DE\",M1,\"Not deliverable, multiple address matches\",Multiple address matches,The address provided could not be verified as entered. Please choose from the options below.,Display UI Message and create a link for GetAddressOptions and/or Override workflow.,false,false,false,,,,,2420 Chestnut Ridge Lane,NULL,,Birmingham,AL,35216,USA,4849,4849,4849,US,USA,840,UNITED STATES OF AMERICA,B,C007,13820,METROPOLITAN STATISTICAL AREA,\"Birmingham-Hoover, Al\",Y11235,,073,Jefferson,142,\"Birmingham-Hoover-Talladega, Al\",,,,,,,,,,010780,01073,Rooftop,33.3961194,-86.7740484,B,2435,2416,,,,,,,,,,,,,,,,,01,043;046;047;048,015;016;018,State House District 43;State House District 46;State House District 47;State House District 48,State Senate District 15;State Senate District 16;State Senate District 18,Alabama,,,Place,,,,,06,6th Us Congressional District (Alabama),,Birmingham,,N,Y\r\n000BEBCA-64DB-4076-A1DE-07460FCE7622,5927 Old Acton Rd,NULL,Moody,AL,35004-2707,USA,5927 OLD ACTON RD,,,,,MOODY,AL,35004-2707,,MOODY AL 35004-2707,USA,V,E,\"AA,BB,RTS,DY\",2/14/2025 5:57 PM,\"20250214VEAA,BB,RTS,DY\",E1,\"Deliverable, DPV confirmed\",DPV confirmed,The address provided has been confirmed as a deliverable address.,Display UI Message to end user or submit without UI Message confirmation.  It is recommended to store SummaryFlags and UITooltip at the data level.,false,false,false,,,,,5927 Old Acton Rd,,,Moody,AL,35004-2707,USA,2707,2707,2707,US,USA,840,UNITED STATES OF AMERICA,B,R001,13820,METROPOLITAN STATISTICAL AREA,\"Birmingham-Hoover, Al\",Y10818,N,115,Saint Clair,142,\"Birmingham-Hoover-Talladega, Al\",,3,27,273,Y,,D,0167,,015650,01115,Rooftop,33.6449376,-86.4968379,O,5999,5901,,,,,,N,,,N,N,N,R,,,,,01,050,011,State House District 50,State Senate District 11,Alabama,,,Road,,N,,,03,3rd Us Congressional District (Alabama),S,Moody,N,Y,Y\r\n000C492A-882B-4440-843B-05747473B3A1,1017 55th St South,NULL,Birmingham,AL,35222,USA,1017 55TH ST S,,,,,BIRMINGHAM,AL,35222-4119,,BIRMINGHAM AL 35222-4119,USA,V,E,\"AA,BB,RTS,DY\",2/14/2025 5:57 PM,\"20250214VEAA,BB,RTS,DY\",E1,\"Deliverable, DPV confirmed\",DPV confirmed,The address provided has been confirmed as a deliverable address.,Display UI Message to end user or submit without UI Message confirmation.  It is recommended to store SummaryFlags and UITooltip at the data level.,false,false,false,,,,,1017 55th St S,,,Birmingham,AL,35222-4119,USA,4119,4119,4119,US,USA,840,UNITED STATES OF AMERICA,B,C001,13820,METROPOLITAN STATISTICAL AREA,\"Birmingham-Hoover, Al\",Y10114,N,073,Jefferson,142,\"Birmingham-Hoover-Talladega, Al\",,3,17,173,Y,,D,0040,,010780,01073,Rooftop,33.5264063,-86.7470674,O,1099,1001,,,,,,N,,,N,N,N,R,,,,,01,054;059,018,State House District 54;State House District 59,State Senate District 18,Alabama,South,,Street,,N,,,07,7th Us Congressional District (Alabama),S,Birmingham,N,Y,Y\r\n000C6CDF-4596-414C-B7A6-04542E7E16B6,PO Box 320069,NULL,Birmingham,AL,35232-0069,USA,PO BOX 320069,,,,,BIRMINGHAM,AL,35232-0069,,BIRMINGHAM AL 35232-0069,USA,V,E,\"AA,BB,RTP,DY\",2/14/2025 5:57 PM,\"20250214VEAA,BB,RTP,DY\",E1,\"Deliverable, DPV confirmed\",DPV confirmed,The address provided has been confirmed as a deliverable address.,Display UI Message to end user or submit without UI Message confirmation.  It is recommended to store SummaryFlags and UITooltip at the data level.,false,false,false,,,,,PO Box 320069,,,Birmingham,AL,35232-0069,USA,0069,0001,0114,US,USA,840,UNITED STATES OF AMERICA,B,B001,,,,Y10114,N,073,Jefferson,,,,5,69,695,Y,,A,0001,,010780,01073,Zip Code Center,33.544622,-86.929208,B,320114,320001,,,,,,N,,,N,N,N,R,,,,,01,,,,,Alabama,,,,,N,,,07,7th Us Congressional District (Alabama),P,Birmingham,N,Y,Y\r\n000DA460-AD61-4905-B38C-03E989193567,U 238 MEN'S TENNIS,NULL,Birmingham,AL,35294-3350,USA,NULL,,,,,BIRMINGHAM,AL,35294-3350,,BIRMINGHAM AL 35294-3350,USA,V,T,\"Q,AA,U1,S00,RTS,DY\",2/14/2025 5:57 PM,\"20250214VTQ,AA,U1,S00,RTS,DY\",T3,\"Deliverable, Unique ZIP Code match\",Unique ZIP Code match,The address entered is considered a Unique ZIP Code and represents a single delivery point.  Please review the options below.,Display UI Message and create a link for Override workflow that shows the original address entered.,false,false,false,,,,,U 238 MEN'S TENNIS,NULL,,Birmingham,AL,35294-3350,USA,3350,3350,3350,US,USA,840,UNITED STATES OF AMERICA,B,C000,,,,,,073,Jefferson,,,Y,8,99,998,Y,,D,0000,,010780,01073,Zip Code Center,33.544622,-86.929208,,,,,,,,,,,,,,,R,,,,,01,,,,,Alabama,,,,00,,,,,,S,Birmingham,,Y,Y\r\n000DD3D8-EE2E-40EA-B822-1BB130F62215,5321 Penn Avenue,NULL,Pittsburgh,PA,1522415224,USA,5321 PENN AVE,,,,,PITTSBURGH,PA,15224-1760,,PITTSBURGH PA 15224-1760,USA,N,S,\"H,N,AA,N1,S00,RTH,DD\",2/14/2025 5:57 PM,\"20250214NSH,N,AA,N1,S00,RTH,DD\",S2,\"Not deliverable, secondary missing\",Secondary missing,The address provided is missing secondary information. Please enter your secondary information and continue.,Display UI Message and create a link for GetSecondaryRange and/or Override workflow.,false,false,false,,,,,5321 Penn Ave,,,Pittsburgh,PA,15224-1760,USA,1760,1760,1760,US,USA,840,UNITED STATES OF AMERICA,B,C072,38300,METROPOLITAN STATISTICAL AREA,\"Pittsburgh, Pa\",X1a543,N,003,Allegheny,430,\"Pittsburgh-New Castle-Weirton, Pa-Oh-Wv\",Y,4,99,994,D,,D,0056,,416608,42003,Rooftop,40.4649426,-79.9378384,O,5321,5321,,,,,,N,,,N,Y,N,B,,,,,42,019;020;021,038,State House District 19;State House District 20;State House District 21,State Senate District 38,Pennsylvania,,,Avenue,00,N,,,12,12th Us Congressional District (Pennsylvania),H,Pittsburgh,N,Y,Y\r\n000EB830-2A11-41EC-B411-058736DBDB0E,1152 Rue Maison Apt G,NULL,Homewood,AL,35209,USA,1152 RUE MAISON APT G,,,,,HOMEWOOD,AL,35209-7204,,HOMEWOOD AL 35209-7204,USA,V,E,\"AA,BB,RTH,DY\",2/14/2025 5:57 PM,\"20250214VEAA,BB,RTH,DY\",E1,\"Deliverable, DPV confirmed\",DPV confirmed,The address provided has been confirmed as a deliverable address.,Display UI Message to end user or submit without UI Message confirmation.  It is recommended to store SummaryFlags and UITooltip at the data level.,false,false,false,,,,,1152 Rue Maison Apt G,,,Homewood,AL,35209-7204,USA,7204,7204,7204,US,USA,840,UNITED STATES OF AMERICA,B,C001,13820,METROPOLITAN STATISTICAL AREA,\"Birmingham-Hoover, Al\",Y10114,N,073,Jefferson,142,\"Birmingham-Hoover-Talladega, Al\",,2,79,792,Y,,D,0033,,010780,01073,Zip Code Center,33.470238,-86.80697,E,1152,1152,,,,,,N,,,N,N,N,R,H,G,Apartment,B,01,046;048;052;055;056,015;016;018,State House District 46;State House District 48;State House District 52;State House District 55;State House District 56,State Senate District 15;State Senate District 16;State Senate District 18,Alabama,,,,,N,,,06,6th Us Congressional District (Alabama),H,Birmingham,N,Y,Y\r\n00107574-6ADD-431E-BD77-040207BE9609,HB 423,NULL,Birmingham,AL,35294-1260,USA,NULL,,,,,BIRMINGHAM,AL,35294-1260,,BIRMINGHAM AL 35294-1260,USA,V,T,\"Q,AA,U1,S00,RTS,DY\",2/14/2025 5:57 PM,\"20250214VTQ,AA,U1,S00,RTS,DY\",T3,\"Deliverable, Unique ZIP Code match\",Unique ZIP Code match,The address entered is considered a Unique ZIP Code and represents a single delivery point.  Please review the options below.,Display UI Message and create a link for Override workflow that shows the original address entered.,false,false,false,,,,,HB 423,NULL,,Birmingham,AL,35294-1260,USA,1260,1260,1260,US,USA,840,UNITED STATES OF AMERICA,B,C000,,,,,,073,Jefferson,,,Y,0,99,990,Y,,D,0000,,010780,01073,Zip Code Center,33.544622,-86.929208,,,,,,,,,,,,,,,R,,,,,01,,,,,Alabama,,,,00,,,,,,S,Birmingham,,Y,Y\r\n0010DE0F-FA17-49A5-94DC-025DDDD67423,PO Box 124,NULL,Oneonta,AL,35121-0003,USA,PO BOX 124,,,,,ONEONTA,AL,35121-0003,,ONEONTA AL 35121-0003,USA,V,E,\"AA,BB,RTP,DY\",2/14/2025 5:57 PM,\"20250214VEAA,BB,RTP,DY\",E1,\"Deliverable, DPV confirmed\",DPV confirmed,The address provided has been confirmed as a deliverable address.,Display UI Message to end user or submit without UI Message confirmation.  It is recommended to store SummaryFlags and UITooltip at the data level.,false,false,false,,,,,PO Box 124,,,Oneonta,AL,35121-0003,USA,0003,0003,0003,US,USA,840,UNITED STATES OF AMERICA,B,B003,13820,METROPOLITAN STATISTICAL AREA,\"Birmingham-Hoover, Al\",Y10892,N,009,Blount,142,\"Birmingham-Hoover-Talladega, Al\",,9,24,249,Y,,A,0001,,016150,01009,Zip Code Center,33.944897,-86.45813,B,200,101,,,,,,N,,,N,N,N,R,,,,,01,011;030;034,009;017,State House District 11;State House District 30;State House District 34,State Senate District 9;State Senate District 17,Alabama,,,,,N,,,04,4th Us Congressional District (Alabama),P,Oneonta,N,Y,Y\r\n0011B36C-53FD-4034-BD7E-062795B24556,PO Box 531043,NULL,Birmingham,AL,35253-1043,USA,PO BOX 531043,,,,,BIRMINGHAM,AL,35253-1043,,BIRMINGHAM AL 35253-1043,USA,V,E,\"AA,BB,RTP,DY\",2/14/2025 5:57 PM,\"20250214VEAA,BB,RTP,DY\",E1,\"Deliverable, DPV confirmed\",DPV confirmed,The address provided has been confirmed as a deliverable address.,Display UI Message to end user or submit without UI Message confirmation.  It is recommended to store SummaryFlags and UITooltip at the data level.,false,false,false,,,,,PO Box 531043,,,Birmingham,AL,35253-1043,USA,1043,1041,1074,US,USA,840,UNITED STATES OF AMERICA,B,B013,,,,Y10114,N,073,Jefferson,,,,7,43,437,Y,,A,0005,,010780,01073,Zip Code Center,33.544622,-86.929208,B,531074,531041,,,,,,N,,,N,Y,N,R,,,,,01,,,,,Alabama,,,,,N,,,06,6th Us Congressional District (Alabama),P,Birmingham,Y,Y,Y\r\n00126BC3-DDB5-4BC0-A3B5-030769C6BD5D,470 Creekside Cir,NULL,Gadsden,AL,35901-9123,USA,470 CREEKSIDE CIR,,,,,GADSDEN,AL,35901-9123,,GADSDEN AL 35901-9123,USA,V,E,\"AA,BB,RTS,DY\",2/14/2025 5:57 PM,\"20250214VEAA,BB,RTS,DY\",E1,\"Deliverable, DPV confirmed\",DPV confirmed,The address provided has been confirmed as a deliverable address.,Display UI Message to end user or submit without UI Message confirmation.  It is recommended to store SummaryFlags and UITooltip at the data level.,false,false,false,,,,,470 Creekside Cir,,,Gadsden,AL,35901-9123,USA,9123,9123,9123,US,USA,840,UNITED STATES OF AMERICA,B,R025,23460,METROPOLITAN STATISTICAL AREA,\"Gadsden, Al\",Y10480,N,055,Etowah,,,,0,70,700,Y,,A,0091,,013330,01055,Zip Code Center,34.016747,-85.99282,E,498,400,,,,,,N,,,N,N,N,R,,,,,01,028;029;030;039,010,State House District 28;State House District 29;State House District 30;State House District 39,State Senate District 10,Alabama,,,Circle,,N,,,03,3rd Us Congressional District (Alabama),S,Gadsden,N,Y,Y\r\n00127A07-F37E-4530-9EFA-061A1EFE0489,146 Celeste Lane,NULL,Madisonville,KY,42431-5800,USA,146 CELESTE LN,,,,,MADISONVILLE,KY,42431-5800,,MADISONVILLE KY 42431-5800,USA,V,E,\"N,AA,BB,RTS,DY\",2/14/2025 5:57 PM,\"20250214VEN,AA,BB,RTS,DY\",E1,\"Deliverable, DPV confirmed\",DPV confirmed,The address provided has been confirmed as a deliverable address.,Display UI Message to end user or submit without UI Message confirmation.  It is recommended to store SummaryFlags and UITooltip at the data level.,false,false,false,,,,,146 Celeste Ln,,,Madisonville,KY,42431-5800,USA,5800,5800,5800,US,USA,840,UNITED STATES OF AMERICA,B,R006,31580,MICROPOLITAN STATISTICAL AREA,\"Madisonville, Ky\",X15668,N,107,Hopkins,,,,3,46,463,Y,,A,0225,,204952,21107,Street Center,37.37038,-87.49764,E,198,100,,,,,,N,,,N,N,N,R,,,,,21,010;012;015,006,State House District 10;State House District 12;State House District 15,State Senate District 6,Kentucky,,,Lane,,N,,,01,1st Us Congressional District (Kentucky),S,Madisonville,N,Y,Y\r\n0014EFF3-58D3-42EE-89E5-036D63EF24F6,3600 8th Ave S,NULL,Birmingham,AL,35222-3250,USA,3600 8TH AVE S,,,,,BIRMINGHAM,AL,35222-3250,,BIRMINGHAM AL 35222-3250,USA,N,S,\"H,AA,N1,S00,RTH,DD\",2/14/2025 5:57 PM,\"20250214NSH,AA,N1,S00,RTH,DD\",S2,\"Not deliverable, secondary missing\",Secondary missing,The address provided is missing secondary information. Please enter your secondary information and continue.,Display UI Message and create a link for GetSecondaryRange and/or Override workflow.,false,false,false,,,,,Frances Spain Hodges Bldg,3600 8th Ave S,,Birmingham,AL,35222-3250,USA,3250,3250,3250,US,USA,840,UNITED STATES OF AMERICA,B,C012,13820,METROPOLITAN STATISTICAL AREA,\"Birmingham-Hoover, Al\",Y10114,N,073,Jefferson,142,\"Birmingham-Hoover-Talladega, Al\",Y,8,99,998,D,,A,0041,,010780,01073,Rooftop,33.5157789,-86.7767734,E,3600,3600,,,,,,N,,,N,Y,N,B,,,,,01,054;059,018,State House District 54;State House District 59,State Senate District 18,Alabama,South,,Avenue,00,N,,,07,7th Us Congressional District (Alabama),H,Birmingham,N,Y,Y\r\n001551FE-F1A9-450A-A068-FFEF6AFE1CCA,PO Box 91,NULL,Valley Head,AL,35989-0147,USA,PO BOX 91,,,,,VALLEY HEAD,AL,35989-0091,,VALLEY HEAD AL 35989-0091,USA,V,E,\"AA,BB,RTP,DY\",2/14/2025 5:57 PM,\"20250214VEAA,BB,RTP,DY\",E1,\"Deliverable, DPV confirmed\",DPV confirmed,The address provided has been confirmed as a deliverable address.,Display UI Message to end user or submit without UI Message confirmation.  It is recommended to store SummaryFlags and UITooltip at the data level.,false,false,false,,,,,PO Box 91,,,Valley Head,AL,35989-0091,USA,0091,0001,0120,US,USA,840,UNITED STATES OF AMERICA,B,B001,22840,MICROPOLITAN STATISTICAL AREA,\"Fort Payne, Al\",Y11227,N,049,De Kalb,497,\"Scottsboro-Fort Payne, Al\",,6,91,916,Y,,A,0001,,018370,01049,Zip Code Center,34.5852,-85.65125,B,120,1,,,,,,N,,,N,N,N,R,,,,,01,024,008,State House District 24,State Senate District 8,Alabama,,,,,N,,,04,4th Us Congressional District (Alabama),P,Valley Head,Y,Y,Y\r\n001801E4-9BF3-41DD-8E0B-02EA2C4BBCB5,6739 Sunny Dell Drive,NULL,Bessemer,AL,35023-5574,USA,6739 SUNNY DELL DR,,,,,BESSEMER,AL,35023-5574,,BESSEMER AL 35023-5574,USA,V,E,\"N,AA,BB,RTS,DY\",2/14/2025 5:57 PM,\"20250214VEN,AA,BB,RTS,DY\",E1,\"Deliverable, DPV confirmed\",DPV confirmed,The address provided has been confirmed as a deliverable address.,Display UI Message to end user or submit without UI Message confirmation.  It is recommended to store SummaryFlags and UITooltip at the data level.,false,false,false,,,,,6739 Sunny Dell Dr,,,Bessemer,AL,35023-5574,USA,5574,5574,5574,US,USA,840,UNITED STATES OF AMERICA,B,R019,13820,METROPOLITAN STATISTICAL AREA,\"Birmingham-Hoover, Al\",Y10106,N,073,Jefferson,142,\"Birmingham-Hoover-Talladega, Al\",,4,39,394,Y,,A,0080,,010740,01073,Rooftop,33.4771576,-87.0692877,O,6799,6701,,,,,,N,,,N,N,N,R,,,,,01,015;016;056;057,005;019,State House District 15;State House District 16;State House District 56;State House District 57,State Senate District 5;State Senate District 19,Alabama,,,Drive,,N,,,07,7th Us Congressional District (Alabama),S,Bessemer,N,Y,Y\r\n"},{"id":"2b423d4c-4707-4076-b4af-fb4737e0d090","name":"Download","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"url":"{{url}}/bulk/v1/file/download/{{tempTransactionId}}"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=60"},{"key":"Content-Length","value":"64"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Sat, 23 Aug 2025 14:08:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"An error occurred with the Instant Address server.\"\n}"}],"_postman_id":"d1165162-df43-411a-b8e7-4a09caf75e73"}],"id":"069092c9-8b1f-40ac-b343-ebd9f106f30b","_postman_id":"069092c9-8b1f-40ac-b343-ebd9f106f30b"}],"id":"d7b52e41-47ab-4198-83e0-53738db95211","description":"The Instant Address bulk controller is designed to process larger sets of data within a single transaction. It can be run in one of three modes:\n\n> **Address Validation (Address Deliverability)**\n\n> **CASS (USPS Standardization)**\n\n> **NCOA (National Change of Address)**.\n\nThe methods in the bulk controller are described in more detail in the following sections.","_postman_id":"d7b52e41-47ab-4198-83e0-53738db95211"},{"name":"Subsequent","item":[{"name":"GetHouseRange","event":[{"listen":"prerequest","script":{"id":"dad556a9-8031-4ccd-8c53-873f506eedc5","exec":["var invalidToken= false;","var current_timestamp = new Date();","","var currentExpiration = pm.environment.get(\"tokenExpiration\");","","if( currentExpiration === '' ){","    invalidToken = true;","}","if(!invalidToken  ){","    if(current_timestamp >= currentExpiration){","         invalidToken = true;","    }","}","","if(invalidToken){","    pm.sendRequest({","    url: pm.environment.get(\"url\") + '/api/auth/tokenacquisition',","    method: 'POST',","    header: {","        'content-type': 'application/json'","    },","    body: {","        mode: 'raw',","        raw: JSON.stringify({ AccessKey: pm.environment.get(\"accesskey\"), AppId: pm.environment.get(\"appid\") })","    }","}, function (err, res) {","    var data =res.json();","    postman.setEnvironmentVariable(\"token\", data.Token);","    postman.setEnvironmentVariable(\"tokenExpiration\", data.JsExpirationDate);","});","}","","","","  ","  "],"type":"text/javascript"}},{"listen":"test","script":{"id":"cef746e2-a456-4da7-ac87-ad98aa729b85","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"2a15fef1-5c50-4dd8-a9c4-b061ea28ad34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text","description":"Authenticated token provided from the TokenAcquisition method."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available."}],"body":{"mode":"raw","raw":"  /*For optimal performance, the address submitted with the request should be exactly as \r\n  provided within the SubsequentMethodCallAddress object response from the GetAddress, \r\n  GetAddressList and GetStreetWildSearch methods.*/\r\n  \r\n {\r\n\t\"Country\": \"USA\",\r\n    \"Street1\": \"Brainerd Rd\",\r\n    \"Street2\": null,\r\n    \"Street3\": null,\r\n    \"Street4\": null,\r\n    \"Street5\": null,\r\n    \"City\": \"Allston\",\r\n    \"State\": \"MA\",\r\n    \"ZipCode\": \"02134\",\r\n    \"Zip4\": \"4529\"\r\n    }"},"url":{"raw":"https://addressvalidation.initiumsoftware.com/api/core/gethouserange?take=1000000&skip=0&requestId","protocol":"https","host":["addressvalidation","initiumsoftware","com"],"path":["api","core","gethouserange"],"query":[{"key":"take","value":"1000000","description":"Defines the number of records to take (i.e. display) in the response object.  The default setting is 1 million for the purpose of displaying all ranges.  "},{"key":"skip","value":"0","description":"Defines the number of records to hide (i.e. not display) in the response object.  The default setting is 0. Take and Skip parameters are used together to achieve proper presentation of \"view more\" functionality."},{"key":"requestId","value":null,"description":"Available if a Client requires to send a unique identifier for each method call.  This is empty by default."}]},"description":"This method will return acceptable house ranges for a given address.  It is considered a subsequent method call that is recommended following a Response Flag or Developer Code that indicates a problem with the primary information of a submitted address.  The data will return the range low and high values (indicating odd/even parity) as well as a formatted section that is perfect for simple display at the the user interface level.\n<br/><br/>\n<table>\n    <tr><th>Property</th><th>Definition</th></tr>\n    <tr><td>RequestId</td><td>Optional parameter that can be sent to identify the request.  </td></tr>\n    <tr><td>List</td><td></td></tr>\n    <tr><td>&nbsp;&nbsp;&nbsp;&nbsp; Index</td><td>An ascending value, beginning with zero that orders the values inside the List property.</td></tr>\n    <tr><td>&nbsp;&nbsp;&nbsp;&nbsp; HouseParity</td><td>Indicates whether the range is odd (O), even (E) or both (B).</td></tr>\n    <tr><td>&nbsp;&nbsp;&nbsp;&nbsp; HouseNumberLow</td><td>Indicates the lowest number of the primary range.</td></tr>\n    <tr><td>&nbsp;&nbsp;&nbsp;&nbsp; HouseNumberHigh</td><td>Indicates the highest number of the primary range.</td></tr>\n    <tr><td>&nbsp;&nbsp;&nbsp;&nbsp; Formatted</td><td>Provides a single line format for a given range value.  This is a useful format for presentation to end users.</td></tr>\n    <tr><td>ProcessedOn</td><td>Date and time stamp indicating when the address was processed.</td></tr>\n    <tr><td>TotalRecords</td><td>Indicates the total count of records in the List object.</td></tr>\n    <tr><td>MoreResultsAvailable</td><td>Indicates whether there are more range results available to be displayed.  When the value is \"true\", call the service again modifying the <b>take</b> and <b>skip</b> parameters.</td></tr>\n</table>"},"response":[],"_postman_id":"2a15fef1-5c50-4dd8-a9c4-b061ea28ad34"},{"name":"GetSecondaryRange","event":[{"listen":"prerequest","script":{"id":"4fec78e3-5c75-416a-88e5-66d4b2607f4b","exec":["var invalidToken= false;","var current_timestamp = new Date();","","var currentExpiration = pm.environment.get(\"tokenExpiration\");","","if( currentExpiration === '' ){","    invalidToken = true;","}","if(!invalidToken  ){","    if(current_timestamp >= currentExpiration){","         invalidToken = true;","    }","}","","if(invalidToken){","    pm.sendRequest({","    url: pm.environment.get(\"url\") + '/api/auth/tokenacquisition',","    method: 'POST',","    header: {","        'content-type': 'application/json'","    },","    body: {","        mode: 'raw',","        raw: JSON.stringify({ AccessKey: pm.environment.get(\"accesskey\"), AppId: pm.environment.get(\"appid\") })","    }","}, function (err, res) {","    var data =res.json();","    postman.setEnvironmentVariable(\"token\", data.Token);","    postman.setEnvironmentVariable(\"tokenExpiration\", data.JsExpirationDate);","});","}","","","","  ","  "],"type":"text/javascript"}},{"listen":"test","script":{"id":"7337ce4c-f181-463a-ad0a-9f0f5384f065","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"afca033c-c995-45d6-bbff-76937ac91370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text","description":"Authenticated token provided from the TokenAcquisition method."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available."}],"body":{"mode":"raw","raw":"/*For optimal performance, the address submitted with the request should be exactly as \r\n provided within the SubsequentMethodCallAddress object response from the GetAddress, \r\n GetAddressList and GetStreetWildSearch methods.*/\r\n  \r\n {\r\n\t\"Country\": \"USA\",\r\n    \"Street1\": \"85 Brainerd Rd\",\r\n    \"Street2\": null,\r\n    \"Street3\": null,\r\n    \"Street4\": null,\r\n    \"Street5\": null,\r\n    \"City\": \"Allston\",\r\n    \"State\": \"MA\",\r\n    \"ZipCode\": \"02134\",\r\n    \"Zip4\": \"4529\"\r\n    }"},"url":{"raw":"https://addressvalidation.initiumsoftware.com/api/core/GetSecondaryRange?take=1000000&skip=0&requestId","protocol":"https","host":["addressvalidation","initiumsoftware","com"],"path":["api","core","GetSecondaryRange"],"query":[{"key":"take","value":"1000000","description":"Defines the number of records to take (i.e. display) in the response object.  The default setting is 1 million for the purpose of displaying all ranges.  "},{"key":"skip","value":"0","description":"Defines the number of records to hide (i.e. not display) in the response object.  The default setting is 0. Take and Skip parameters are used together to achieve proper presentation of \"view more\" functionality."},{"key":"requestId","value":null,"description":"Available if a Client requires to send a unique identifier for each method call.  This is empty by default."}]},"description":"This method will return acceptable secondary ranges for a given address.  It is considered a subsequent method call that is recommended following a Response Flag or Developer Code that indicates a problem with the secondary information of a submitted address.  The data will return the range low and high values (indicating odd/even parity) as well as a formatted section that is perfect for simple display at the the user interface level.\n<br/><br/>\n<table>\n    <tr><th>Property</th><th>Definition</th></tr>\n    <tr><td>RequestId</td><td>Optional parameter that can be sent to identify the request.  </td></tr>\n    <tr><td>List</td><td></td></tr>\n    <tr><td>&nbsp;&nbsp;&nbsp;&nbsp; Index</td><td>An ascending value, beginning with zero that orders the values inside the List property.</td></tr>\n    <tr><td>&nbsp;&nbsp;&nbsp;&nbsp; SecondaryUnitAbbreviation</td><td>The abbreviation for the secondary type (e.g. Apt for Apartment).</td></tr>\n    <tr><td>&nbsp;&nbsp;&nbsp;&nbsp; SecondaryUnitLow</td><td>Indicates the lowest number of the secondary range.</td></tr>\n    <tr><td>&nbsp;&nbsp;&nbsp;&nbsp; SecondaryUnitHigh</td><td>Indicates the highest number of the secondary range.</td></tr>\n    <tr><td>&nbsp;&nbsp;&nbsp;&nbsp; SecondaryParity</td><td>Indicates whether the range is odd (O), even (E) or both (B).</td></tr>\n    <tr><td>&nbsp;&nbsp;&nbsp;&nbsp; Formatted</td><td>Provides a single line format for a given range value.  This is a useful format for presentation to end users.</td></tr>\n    <tr><td>ProcessedOn</td><td>Date and time stamp indicating when the address was processed.</td></tr>\n    <tr><td>TotalRecords</td><td>Indicates the total count of records in the List object.</td></tr>\n    <tr><td>MoreResultsAvailable</td><td>Indicates whether there are more range results available to be displayed.  When the value is \"true\", call the service again modifying the <b>take</b> and <b>skip</b> parameters.</td></tr>\n</table>"},"response":[],"_postman_id":"afca033c-c995-45d6-bbff-76937ac91370"},{"name":"GetAddressSuggestion","event":[{"listen":"prerequest","script":{"id":"1679f342-03e7-4162-a7d3-7e26035cb132","exec":["var invalidToken= false;","var current_timestamp = new Date();","","var currentExpiration = pm.environment.get(\"tokenExpiration\");","","if( currentExpiration === '' ){","    invalidToken = true;","}","if(!invalidToken  ){","    if(current_timestamp >= currentExpiration){","         invalidToken = true;","    }","}","","if(invalidToken){","    pm.sendRequest({","    url: pm.environment.get(\"url\") + '/api/auth/tokenacquisition',","    method: 'POST',","    header: {","        'content-type': 'application/json'","    },","    body: {","        mode: 'raw',","        raw: JSON.stringify({ AccessKey: pm.environment.get(\"accesskey\"), AppId: pm.environment.get(\"appid\") })","    }","}, function (err, res) {","    var data =res.json();","    postman.setEnvironmentVariable(\"token\", data.Token);","    postman.setEnvironmentVariable(\"tokenExpiration\", data.JsExpirationDate);","});","}","","","","  ","  var invalidToken= false;","var current_timestamp = new Date();","","var currentExpiration = pm.environment.get(\"tokenExpiration\");","","if( currentExpiration === '' ){","    invalidToken = true;","}","if(!invalidToken  ){","    if(current_timestamp >= currentExpiration){","         invalidToken = true;","    }","}","","if(invalidToken){","    pm.sendRequest({","    url: pm.environment.get(\"url\") + '/api/auth/tokenacquisition',","    method: 'POST',","    header: {","        'content-type': 'application/json'","    },","    body: {","        mode: 'raw',","        raw: JSON.stringify({ AccessKey: pm.environment.get(\"accesskey\"), AppId: pm.environment.get(\"appid\") })","    }","}, function (err, res) {","    var data =res.json();","    postman.setEnvironmentVariable(\"token\", data.Token);","    postman.setEnvironmentVariable(\"tokenExpiration\", data.JsExpirationDate);","});","}","","","","  ","  "],"type":"text/javascript"}},{"listen":"test","script":{"id":"b718796a-c867-44c6-ad9a-e37a7bc9a5c6","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"633bd119-3635-4256-a454-ebdfd24755e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text","description":"Authenticated token provided from the TokenAcquisition method."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available."}],"body":{"mode":"raw","raw":" /*For optimal performance, the address submitted with the request should be exactly as \r\n  provided within the SubsequentMethodCallAddress object response from the GetAddress, \r\n  GetAddressList and GetStreetWildSearch methods.*/\r\n {\r\n  \"Street1\": \"85 brainer rd\",\r\n  \"City\": \" \",\r\n  \"State\": \"\",\r\n  \"ZipCode\": \"02134\",\r\n  \"Country\": \"USA\",\r\n  \"ResponseType\":\"Full\"\r\n}"},"url":{"raw":"{{url}}/api/core/getaddresssuggestion?take=2&skip=0&requestId&resultsExcludeByFlag","host":["{{url}}"],"path":["api","core","getaddresssuggestion"],"query":[{"key":"take","value":"2","description":"Defines the number of records to take (i.e. display) in the response object.  The default setting is 1 million for the purpose of displaying all ranges.  "},{"key":"skip","value":"0","description":"Defines the number of records to hide (i.e. not display) in the response object.  The default setting is 0. Take and Skip parameters are used together to achieve proper presentation of \"view more\" functionality."},{"key":"requestId","value":null,"description":"Available if a Client requires to send a unique identifier for each method call.  This is empty by default."},{"key":"resultsExcludeByFlag","value":null,"description":"This parameter limits the address response results by excluding certain Level 2 response flags. These flags can be found inside GetSummaryFlagsDefinitions (Flags & Info).  Flags that are to be excluded in the response should be separated by commas.  The default setting for this method is: U,M,N."}]},"description":"This method returns possible matching suggestions utilizing fuzzy logic matching algorithms. It is considered a subsequent method call that is recommended following a Response Flag or Developer Code indicating an unmatched initial response.\n\n<br/>\n<br/>\n<table>\n    <tr><th>Property</th><th>Definition</th></tr>\n    <tr><td>RequestId</td><td>Optional parameter that can be sent to identify the request.  This is a useful parameter in the <b>GetStreetWildSearch</b> method to queue responses for presentation to end users.</td></tr>\n    <tr><td>InstantAddressResult</td><td>The parent response object that includes InputAddress, SubsequentMethodCallAddress, StandardizedAddress, InstantAddressResponse and Flags.</td></tr>\n    <tr><td>InputAddress</td><td>Contains the exact input address that is sent to the service for validation.</td></tr>\n    <tr><td>SubsequentMethodCallAddress</td><td>Contains the address to be used to process subsequent method calls.</td></tr>\n    <tr><td>StandardizedAddress</td><td>Contains the standard postal service response format, for the basic address elements only. </td></tr>\n    <tr><td>InstantAddressResponse</td><td>Contains the basic components of the Instant Address response, including the FormattedLines, AdditionalElements and Flags.</td></tr>\n    <tr><td>FormatId</td><td>This is the GUID that represents the address format standards used in processing the request. </td></tr>\n    <tr><td>FormattedLines</td><td>Contains the returned address with formatting standards applied to the basic address elements, based upon the settings of the FormatId.  In addition, certain additional data elements are included in is section, as request by the FormatId.  This section also contains a <b>webformat1</b>, which presents the formatted address in a single line.  This is helpful if presenting address results inside a UI.</td></tr>\n    <tr><td>AdditionalElements</td><td>Contains a comprehensive list of all data elements for a specific address.  This list varies depending on the data set used.</td></tr>\n    <tr><td>Flags</td><td>Contains a list of response flags and messages for each address response.  This section also contains the recommended next actions when the property <b>IntergratorNotes</b> is enabled.</td></tr>\n    <tr><td>ResponseType</td><td>Indicates the type of response requested.  The options are Full, Default, Formatted and Standardized.</td></tr>\n    <tr><td>TotalRecords</td><td>A count that identifies the total number of address records included in the response. </td></tr>\n    <tr><td>MoreResultsAvailable</td><td>Indicates whether more address results are available as part of the request.  </td></tr>\n    <tr><td>ProcessedOn</td><td>Date and time stamp indicating when the address was processed.  </td></tr>\n</table>"},"response":[],"_postman_id":"633bd119-3635-4256-a454-ebdfd24755e2"},{"name":"GetAddressOptions","event":[{"listen":"prerequest","script":{"id":"edb9d99a-e29e-498d-9474-7a4e06131cf9","exec":["var invalidToken= false;","var current_timestamp = new Date();","","var currentExpiration = pm.environment.get(\"tokenExpiration\");","","if( currentExpiration === '' ){","    invalidToken = true;","}","if(!invalidToken  ){","    if(current_timestamp >= currentExpiration){","         invalidToken = true;","    }","}","","if(invalidToken){","    pm.sendRequest({","    url: pm.environment.get(\"url\") + '/api/auth/tokenacquisition',","    method: 'POST',","    header: {","        'content-type': 'application/json'","    },","    body: {","        mode: 'raw',","        raw: JSON.stringify({ AccessKey: pm.environment.get(\"accesskey\"), AppId: pm.environment.get(\"appid\") })","    }","}, function (err, res) {","    var data =res.json();","    postman.setEnvironmentVariable(\"token\", data.Token);","    postman.setEnvironmentVariable(\"tokenExpiration\", data.JsExpirationDate);","});","}","","","","  ","  "],"type":"text/javascript"}},{"listen":"test","script":{"id":"9fa1ae8b-4d96-4402-9c45-bb69ae19c88d","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"d700bda2-2f8a-4734-a070-ad57f61af993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text","description":"Authenticated token provided from the TokenAcquisition method."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available."}],"body":{"mode":"raw","raw":" /*For optimal performance, the address submitted with the request should be exactly as \r\n  provided within the SubsequentMethodCallAddress object response from the GetAddress, \r\n  GetAddressList and GetStreetWildSearch methods.*/\r\n {\r\n  \"Street1\": \"1620 14th S Apt 1\",\r\n  \"City\": \"Birmingham\",\r\n  \"State\": \"AL\",\r\n  \"ZipCode\": \"35205\",\r\n  \"Country\": \"USA\",\r\n  \"ResponseType\":\"Full\"\r\n}"},"url":{"raw":"{{url}}/api/core/getaddressoptions?take=100&skip=0&requestId&resultsExcludeByFlag","host":["{{url}}"],"path":["api","core","getaddressoptions"],"query":[{"key":"take","value":"100","description":"Defines the number of records to take (i.e. display) in the response object.  The default setting is 10.  "},{"key":"skip","value":"0","description":"Defines the number of records to hide (i.e. not display) in the response object.  The default setting is 0. Take and Skip parameters are used together to achieve proper presentation of \"view more\" functionality."},{"key":"requestId","value":null,"description":"Available if a Client requires to send a unique identifier for each method call.  This is empty by default."},{"key":"resultsExcludeByFlag","value":null,"description":"This parameter limits the address response results by excluding certain Level 2 response flags. These flags can be found inside GetSummaryFlagsDefinitions (Flags & Info).  Flags that are to be excluded in the response should be separated by commas.  The default setting for this method is: U,M,N."}]},"description":"This method returns a list of possible options for a submitted address. It is considered a subsequent method call that is recommended following a Response Flag or Developer Code indicating there are multiple response options for the input address.\n\n<br/>\n<br/>\n<table>\n    <tr><th>Property</th><th>Definition</th></tr>\n    <tr><td>RequestId</td><td>Optional parameter that can be sent to identify the request.  This is a useful parameter in the <b>GetStreetWildSearch</b> method to queue responses for presentation to end users.</td></tr>\n    <tr><td>InstantAddressResult</td><td>The parent response object that includes InputAddress, SubsequentMethodCallAddress, StandardizedAddress, InstantAddressResponse and Flags.</td></tr>\n    <tr><td>InputAddress</td><td>Contains the exact input address that is sent to the service for validation.</td></tr>\n    <tr><td>SubsequentMethodCallAddress</td><td>Contains the address to be used to process subsequent method calls.</td></tr>\n    <tr><td>StandardizedAddress</td><td>Contains the standard postal service response format, for the basic address elements only. </td></tr>\n    <tr><td>InstantAddressResponse</td><td>Contains the basic components of the Instant Address response, including the FormattedLines, AdditionalElements and Flags.</td></tr>\n    <tr><td>FormatId</td><td>This is the GUID that represents the address format standards used in processing the request. </td></tr>\n    <tr><td>FormattedLines</td><td>Contains the returned address with formatting standards applied to the basic address elements, based upon the settings of the FormatId.  In addition, certain additional data elements are included in is section, as request by the FormatId.  This section also contains a <b>webformat1</b>, which presents the formatted address in a single line.  This is helpful if presenting address results inside a UI.</td></tr>\n    <tr><td>AdditionalElements</td><td>Contains a comprehensive list of all data elements for a specific address.  This list varies depending on the data set used.</td></tr>\n    <tr><td>Flags</td><td>Contains a list of response flags and messages for each address response.  This section also contains the recommended next actions when the property <b>IntergratorNotes</b> is enabled.</td></tr>\n    <tr><td>ResponseType</td><td>Indicates the type of response requested.  The options are Full, Default, Formatted and Standardized.</td></tr>\n    <tr><td>TotalRecords</td><td>A count that identifies the total number of address records included in the response. </td></tr>\n    <tr><td>MoreResultsAvailable</td><td>Indicates whether more address results are available as part of the request.  </td></tr>\n    <tr><td>ProcessedOn</td><td>Date and time stamp indicating when the address was processed.  </td></tr>\n</table>"},"response":[],"_postman_id":"d700bda2-2f8a-4734-a070-ad57f61af993"}],"id":"33c78cac-a340-454b-8358-0e04773f7242","description":"This section contains methods meant to retrieve additional or subsequent data.  They are generally used in conjunction with the Single Validation and Batch Validaton methods.","event":[{"listen":"prerequest","script":{"id":"f2873343-78cb-4e9b-9d2b-84cff337d8ea","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0095cdf0-7b8a-4253-92c9-6d51f7426b66","type":"text/javascript","exec":[""]}}],"_postman_id":"33c78cac-a340-454b-8358-0e04773f7242"},{"name":"Address Data Queries","item":[{"name":"GetCityStateCountyByZipcode","event":[{"listen":"test","script":{"id":"51656636-7788-4563-a899-20c47997119f","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"900f069f-4b18-4fba-9e82-1e6df7095728","exec":["var invalidToken= false;","var current_timestamp = new Date();","","var currentExpiration = pm.environment.get(\"tokenExpiration\");","","if( currentExpiration === '' ){","    invalidToken = true;","}","if(!invalidToken  ){","    if(current_timestamp >= currentExpiration){","         invalidToken = true;","    }","}","","if(invalidToken){","    pm.sendRequest({","    url: pm.environment.get(\"url\") + '/api/auth/tokenacquisition',","    method: 'POST',","    header: {","        'content-type': 'application/json'","    },","    body: {","        mode: 'raw',","        raw: JSON.stringify({ AccessKey: pm.environment.get(\"accesskey\"), AppId: pm.environment.get(\"appid\") })","    }","}, function (err, res) {","    var data =res.json();","    postman.setEnvironmentVariable(\"token\", data.Token);","    postman.setEnvironmentVariable(\"tokenExpiration\", data.JsExpirationDate);","});","}","","","","  ","  "],"type":"text/javascript"}}],"id":"db111d48-1ea1-4a6c-9abd-bb8134d7e720","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","type":"text","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method."},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available."}],"body":{"mode":"raw","raw":"/*This method allows for retrieval of data based on a single zipcode or\r\nmultiple zipcodes (JSON or Xml list).  There are two properties in the body,\r\nOnlyAcceptableCity and OnlyPreferredCity. If both properties are set to false\r\nthe response object will contain the preferred city name and any acceptable \r\ncity names for each zipcode.  If either is set to true, only the preferred or \r\nacceptable city name will be returned, respectively.  To query which is the preferred\r\ncity name for a given zipcode, search for a true value in the property, \"IsPreferredCityName\"*/\r\n{\r\n\t\"ZipCode\":[\"02453\"],\r\n\t\"OnlyAcceptableCity\":false ,\r\n    \"OnlyPreferredCity\":false \r\n}"},"url":"https://addressvalidation.initiumsoftware.com/api/core/getcitystatecountybyzipcode","description":"This method will retrieve city, state and county information for a single or multiple zipcodes that are sent as part of the request.<br/><br/>\nThis method is only available for US Postal Service data.\n<br/><br/>\n<table width=\"100%\">\n    <tr><th>Property</th><th>Definition</th></tr>\n    <tr><td>InstantAddressResult </td><td>The parent response object that includes the data related to the county query.   </td></tr>\n    <tr><td>CountryId</td><td>The character ISO code that identifies the country.</td></tr>\n    <tr><td>CountryName</td><td>The Country name, spelled out.</td></tr>\n    <tr><td>StateAbbreviation</td><td>2-character alpha code for the State the country resides in.</td></tr>\n    <tr><td>StateName</td><td>The state name, spelled out.</td></tr>\n    <tr><td>StateCode</td><td>2-digit numeric code for the State the country resides in.</td></tr>\n    <tr><td>ZipCode</td><td>5-digit zipcode for the related county.</td></tr>\n    <tr><td>CountyName</td><td>County name, spelled out.</td></tr>\n    <tr><td>CountyId</td><td>3-digit FIPS County Id.</td></tr>\n    <tr><td>AcceptableCityName</td><td>USPS accepted alternative CityName.  If there is more than one AcceptableCityName, they are returned in separate objects.</td></tr>\n    <tr><td>PreferredCityName</td><td>The preferred USPS city name.</td></tr>\n    <tr><td>IsPreferredCityName</td><td>Indicates whether the record inside the list is the preferred city. </td></tr>\n    <tr><td>TotalRecords</td><td>Indicates the total count of records in the List object.</td></tr>\n    <tr><td>MoreResultsAvailable</td><td>Indicates whether there are more results available to be displayed.  When the value is \"true\", call the service again modifying the take and skip parameters.</td></tr>\n    <tr><td>ProcessedOn</td><td>Date and time stamp indicating when the request was processed.</td></tr>\n</table>"},"response":[],"_postman_id":"db111d48-1ea1-4a6c-9abd-bb8134d7e720"}],"id":"e5ac4fa3-5c3a-42aa-b0b2-b5f010f518c9","description":"This section contains methods that retreive subsets of data related to address elements.  These methods do not process complete addresses for deliverability.<br/>\n","event":[{"listen":"prerequest","script":{"id":"3428aaff-32b8-445b-bf5a-7e19006b128f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"06691f5c-49b3-42d9-a388-6d587a58a7f7","type":"text/javascript","exec":[""]}}],"_postman_id":"e5ac4fa3-5c3a-42aa-b0b2-b5f010f518c9"},{"name":"Flags & Info","item":[{"name":"GetDataElements","event":[{"listen":"prerequest","script":{"id":"b9e0ed50-38a1-404e-a1b2-b6218b39c332","exec":["var invalidToken= false;","var current_timestamp = new Date();","","var currentExpiration = pm.environment.get(\"tokenExpiration\");","","if( currentExpiration === '' ){","    invalidToken = true;","}","if(!invalidToken  ){","    if(current_timestamp >= currentExpiration){","         invalidToken = true;","    }","}","","if(invalidToken){","    pm.sendRequest({","    url: pm.environment.get(\"url\") + '/api/auth/tokenacquisition',","    method: 'POST',","    header: {","        'content-type': 'application/json'","    },","    body: {","        mode: 'raw',","        raw: JSON.stringify({ AccessKey: pm.environment.get(\"accesskey\"), AppId: pm.environment.get(\"appid\") })","    }","}, function (err, res) {","    var data =res.json();","    postman.setEnvironmentVariable(\"token\", data.Token);","    postman.setEnvironmentVariable(\"tokenExpiration\", data.JsExpirationDate);","});","}","","","","  ","  "],"type":"text/javascript"}},{"listen":"test","script":{"id":"58901140-2190-4d14-881f-e39501ab8300","exec":["\r","var template = `\r","<style>\r","  * {\r","        font-size: 12px;\r","        font-weight: 400;\r","        line-height: 1.5;\r","        font-family: \"Open Sans\",sans-serif;\r","    }\r","\ttable.table-style-three {\r","\t\tfont-size: 12px;\r","\t\tcolor: #282828;\r","\t\tborder-width: 1px;\r","\t\tborder-color: #3A3A3A;\r","\t\tborder-collapse: collapse;\r","\t\twidth:100%;\r","\t}\r","\ttable.table-style-three th {\r","\t\tborder-width: 1px;\r","\t\tpadding: 8px;\r","\t\tborder-style: solid;\r","\t\tborder-color: #FFF;\r","\t\tbackground-color: #EF5B25;\r","\t\tcolor: #ffffff;\r","\t}\r","\ttable.table-style-three tr:hover td {\r","\t\tcursor: pointer;\r","\t}\r","\ttable.table-style-three tr:nth-child(even) td{\r","\t\tbackground-color: #f6f7f7;\r","\t}\r","\ttable.table-style-three td {\r","\t\tborder-width: 1px;\r","\t\tpadding: 8px;\r","\t\tbackground-color: #ffffff;\r","\t\t\r","\t   max-width:500px;\r","        width:auto;\r","\t\tmin-width:100px;\r","\t}\r","</style>\r","          <table  class=\"table-style-three\" bgcolor=\"#FFFFFF\">\r","            <tr>                \r","                <th>Name</th>\r","                <th>Friendly Name</th>\r","\t\t\t\t<th>Description</th>\r","\t\t\t\t<th>Data Type</th>\r","\t\t\t\t<th>Data Length</th>\r","\t\t\t\t<th>DataSet</th>\r","            </tr>\r","              {{#each response}}\r","            <tr>\r","                <td>{{Name}}</td>\r","                <td>{{FriendlyName}}</td>\r","                <td>{{Description}}</td>\r","                <td>{{DataType}}</td>\r","\t\t\t\t<td>{{DataLength}}</td>\r","\t\t\t\t<td>{{DataSet}}</td>\r","            </tr>\r","             {{/each}}\r","        </table>\r","        \r","    \r","`;\r","// Set visualizer\r","pm.visualizer.set(template, {\r","    // Pass the response body parsed as JSON as `data`\r","    response: pm.response.json()\r","});"],"type":"text/javascript"}}],"id":"9de69ad4-3e83-499a-9aa0-9dba171b8c6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"url":{"raw":"{{url}}/api/core/getdataelements?dataSet=","host":["{{url}}"],"path":["api","core","getdataelements"],"query":[{"key":"dataSet","value":""}]},"description":"In addition to a basic formatted address, additional data fields can be returned as part of the response object.  The data avaliable varies by postal data set, and the actual data returned in the response object is governed by the FormatId registered with your REST API connection. <br/>\n<br/>\nThe example response is a partial list only.\n<br/><br/>\n<table>\n    <tr><th>Property</th><th>Definition</th></tr>\n    <tr><td>Id</td><td>Instant Address generated unique identifier for the data element.</td></tr>\n    <tr><td>DataSet</td><td>Indicates the postal data set the data elements belongs to.</td></tr>\n    <tr><td>Name</td><td>The database name of the data element.</td></tr>\n    <tr><td>FriendlyName</td><td>A simpler version of the data element name more appropriate for end user consumption.</td></tr>\n    <tr><td>Description</td><td>A summary definition that explains what the data element represents.</td></tr>\n    <tr><td>DataType</td><td>Indicates the type of data that should be expected in the field value.</td></tr>\n    <tr><td>DataLength</td><td>Indicates the max length of the data element field.</td></tr>\n    <tr><td>Language</td><td>Indicates the language used in the data element name and description.</td></tr>\n    <tr><td>UpdatedOn</td><td>Indicates the last update to any of the data element definitions.</td></tr>\n    </table>"},"response":[],"_postman_id":"9de69ad4-3e83-499a-9aa0-9dba171b8c6d"},{"name":"GetDeveloperCodes","event":[{"listen":"prerequest","script":{"id":"b9b4b688-0ad9-452b-b09e-426ced83f3dc","exec":["var invalidToken= false;","var current_timestamp = new Date();","","var currentExpiration = pm.environment.get(\"tokenExpiration\");","","if( currentExpiration === '' ){","    invalidToken = true;","}","if(!invalidToken  ){","    if(current_timestamp >= currentExpiration){","         invalidToken = true;","    }","}","","if(invalidToken){","    pm.sendRequest({","    url: pm.environment.get(\"url\") + '/api/auth/tokenacquisition',","    method: 'POST',","    header: {","        'content-type': 'application/json'","    },","    body: {","        mode: 'raw',","        raw: JSON.stringify({ AccessKey: pm.environment.get(\"accesskey\"), AppId: pm.environment.get(\"appid\") })","    }","}, function (err, res) {","    var data =res.json();","    postman.setEnvironmentVariable(\"token\", data.Token);","    postman.setEnvironmentVariable(\"tokenExpiration\", data.JsExpirationDate);","});","}","","","","  ","  "],"type":"text/javascript"}},{"listen":"test","script":{"id":"a0a0b9bb-c0e7-4d43-9a8e-9d5b4dc12c8a","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var template = `","<style>","  * {","        font-size: 12px;","    }","<style>","  * {","        font-size: 12px;","        font-weight: 400;","        line-height: 1.5;","        font-family: \"Open Sans\",sans-serif;","    }","   <style type=\"text/css\">","\ttable.table-style-three {","\t\tfont-size: 12px;","\t\tcolor: #282828;","\t\tborder-width: 1px;","\t\tborder-color: #3A3A3A;","\t\tborder-collapse: collapse;","\t\twidth:100%;","\t}","\ttable.table-style-three th {","\t\tborder-width: 1px;","\t\tpadding: 8px;","\t\tborder-style: solid;","\t\tborder-color: #FFF;","\t\tbackground-color: #EF5B25;","\t\tcolor: #ffffff;","\t}","\ttable.table-style-three tr:hover td {","\t\tcursor: pointer;","\t}","\ttable.table-style-three tr:nth-child(even) td{","\t\tbackground-color: #f6f7f7;","\t}","\ttable.table-style-three td {","\t\tborder-width: 1px;","\t\tpadding: 8px;","\t\tbackground-color: #ffffff;","\t\t","\t   max-width:500px;","        width:auto;","\t\tmin-width:100px;","\t}","</style>"," ","          <table class=\"table-style-three\" bgcolor=\"#FFFFFF\">","            <tr>                ","                <th>Code</th>","                <th>UI Summary</th>","                <th>UI Tooltip</th>","                <th>UI Message</th>","                <th>Recommended Action</th>","                <th>DataSet</th>","            </tr>","              {{#each response}}","            <tr>","                <td>{{Code}}</td>","                <td>{{UISummary}}</td>  ","                <td>{{UITooltip}}</td>","                <td>{{UIMessage}}</td>","                <td>{{RecommendedAction}}</td>","                <td>{{DataSet}}</td>","                ","            </tr>","             {{/each}}","        </table>","        ","    ","`;","// Set visualizer","pm.visualizer.set(template, {","    // Pass the response body parsed as JSON as `data`","    response: pm.response.json()","});"],"type":"text/javascript"}}],"id":"cf92a525-9be7-4b32-8c1d-78669876b4a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"Authenticated token provided from the TokenAcquisition method.","key":"token","type":"text","value":"{{token}}"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"url":{"raw":"{{url}}api/core/getdevelopercodes?dataSet=","host":["{{url}}api"],"path":["core","getdevelopercodes"],"query":[{"key":"dataSet","value":""}]},"description":"Developer codes are returned within the object response to provide integrators with specific instrutcions depending on the validation level achieved by the address submitted.<br/>\n<br/>\nThe codes are grouped by response flag categories and provide suggestions or requirements on next action.  In addition, UI messaging text if provided for each code, allowing for simple and clear messaging to end users.\n<br/>\n<br/>\nThe example response is a partial list only.\n<br/>\n<br/>\n\n<table>\n    <tr><th>Property</th><th>Definition</th></tr>\n    <tr><td>DataSet</td><td>Indicates the postal data set the data elements belongs to.</td></tr>\n    <tr><td>Code</td><td>A unique alpha numeric code for the specific response code.</td></tr>\n    <tr><td>UISummary</td><td>Short text meant to be used at the UI level for presentation to end users.</td></tr>\n    <tr><td>UITooltip</td><td>Short text meant to be used for a tooltip summary presentation to end users.</td></tr>\n    <tr><td>UIMessage</td><td>Long text meant to be used at the UI level for presentation to end users.</td></tr>\n    <tr><td>RecommendedAction</td><td>Explanatory text for integrators that explains the recommended course of action for the specific response/developer code.  This includes possible subsequent method calls and messaging to end users.</td></tr>\n    <tr><td>Language</td><td>Indicates the language used in developer code description, messaging and instruction.</td></tr>\n    <tr><td>UpdatedOn</td><td>Indicates the last update to the developer code details.</td></tr>\n</table>"},"response":[],"_postman_id":"cf92a525-9be7-4b32-8c1d-78669876b4a9"},{"name":"GetResponseTypes","event":[{"listen":"prerequest","script":{"id":"b9e0ed50-38a1-404e-a1b2-b6218b39c332","exec":["var invalidToken= false;","var current_timestamp = new Date();","","var currentExpiration = pm.environment.get(\"tokenExpiration\");","","if( currentExpiration === '' ){","    invalidToken = true;","}","if(!invalidToken  ){","    if(current_timestamp >= currentExpiration){","         invalidToken = true;","    }","}","","if(invalidToken){","    pm.sendRequest({","    url: pm.environment.get(\"url\") + '/api/auth/tokenacquisition',","    method: 'POST',","    header: {","        'content-type': 'application/json'","    },","    body: {","        mode: 'raw',","        raw: JSON.stringify({ AccessKey: pm.environment.get(\"accesskey\"), AppId: pm.environment.get(\"appid\") })","    }","}, function (err, res) {","    var data =res.json();","    postman.setEnvironmentVariable(\"token\", data.Token);","    postman.setEnvironmentVariable(\"tokenExpiration\", data.JsExpirationDate);","});","}","","","","  ","  "],"type":"text/javascript"}},{"listen":"test","script":{"id":"58901140-2190-4d14-881f-e39501ab8300","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","","var template = `","<style>","  * {","        font-size: 12px;","    }"," <style>","  * {","        font-size: 12px;","        font-weight: 400;","        line-height: 1.5;","        font-family: \"Open Sans\",sans-serif;","    }","   <style type=\"text/css\">","\ttable.table-style-three {","\t\tfont-size: 12px;","\t\tcolor: #282828;","\t\tborder-width: 1px;","\t\tborder-color: #3A3A3A;","\t\tborder-collapse: collapse;","\t\twidth:100%;","\t}","\ttable.table-style-three th {","\t\tborder-width: 1px;","\t\tpadding: 8px;","\t\tborder-style: solid;","\t\tborder-color: #FFF;","\t\tbackground-color: #EF5B25;","\t\tcolor: #ffffff;","\t}","\ttable.table-style-three tr:hover td {","\t\tcursor: pointer;","\t}","\ttable.table-style-three tr:nth-child(even) td{","\t\tbackground-color: #f6f7f7;","\t}","\ttable.table-style-three td {","\t\tborder-width: 1px;","\t\tpadding: 8px;","\t\tbackground-color: #ffffff;","        width:auto;","\t\tmin-width:200px;","\t}","</style>","          <table class=\"table-style-three\" bgcolor=\"#FFFFFF\">","            <tr>                ","                <th>Id</th>","                <th>Description</th>","            </tr>","              {{#each response}}","            <tr>","                <td>{{Id}}</td>","                <td>{{Description}}</td>  ","                ","            </tr>","             {{/each}}","        </table>","`;","// Set visualizer","pm.visualizer.set(template, {","    // Pass the response body parsed as JSON as `data`","    response: pm.response.json()","});"],"type":"text/javascript"}}],"id":"1ae28c53-c336-477e-9de2-8ac85532b4bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"Authenticated token provided from the TokenAcquisition method.","key":"token","type":"text","value":"{{token}}"},{"description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/api/core/getresponsetypes","description":"<br/>\nThis method returns the response type definitions that can be received from the Instant Address service.  These types apply to the following methods (only): GetAddress, GetStreetWildSearch, GetAddressList, GetAddressOptions, GetAddressSuggestion.  The response example is a partial list.\n<br/>\n<br/>\n<table>\n    <tr><th>Property</th><th>Definition</th></tr>\n    <tr><td>Id</td><td>Indicates the response type.  The value can be either Full, Default, Formatted or Standardized.</td></tr>\n    <tr><td>Description</td><td>Provides a description of which properties are inside the response type.</td></tr>\n</table>"},"response":[],"_postman_id":"1ae28c53-c336-477e-9de2-8ac85532b4bb"},{"name":"GetSummaryFlagsDefinitions","event":[{"listen":"prerequest","script":{"id":"e8cf802e-910b-4446-ab96-ec1ef25b2775","exec":["var invalidToken= false;","var current_timestamp = new Date();","","var currentExpiration = pm.environment.get(\"tokenExpiration\");","","if( currentExpiration === '' ){","    invalidToken = true;","}","if(!invalidToken  ){","    if(current_timestamp >= currentExpiration){","         invalidToken = true;","    }","}","","if(invalidToken){","    pm.sendRequest({","    url: pm.environment.get(\"url\") + '/api/auth/tokenacquisition',","    method: 'POST',","    header: {","        'content-type': 'application/json'","    },","    body: {","        mode: 'raw',","        raw: JSON.stringify({ AccessKey: pm.environment.get(\"accesskey\"), AppId: pm.environment.get(\"appid\") })","    }","}, function (err, res) {","    var data =res.json();","    postman.setEnvironmentVariable(\"token\", data.Token);","    postman.setEnvironmentVariable(\"tokenExpiration\", data.JsExpirationDate);","});","}","","","","  ","  "],"type":"text/javascript"}},{"listen":"test","script":{"id":"f3158aea-36fb-42cf-b207-1580c52c60cf","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var template = `"," <style>","  * {","        font-size: 12px;","        font-weight: 400;","        line-height: 1.5;","        font-family: \"Open Sans\",sans-serif;","    }","   <style type=\"text/css\">","\ttable.table-style-three {","\t\tfont-size: 12px;","\t\tcolor: #282828;","\t\tborder-width: 1px;","\t\tborder-color: #3A3A3A;","\t\tborder-collapse: collapse;","\t\twidth:100%;","\t}","\ttable.table-style-three th {","\t\tborder-width: 1px;","\t\tpadding: 8px;","\t\tborder-style: solid;","\t\tborder-color: #FFF;","\t\tbackground-color: #EF5B25;","\t\tcolor: #ffffff;","\t}","\ttable.table-style-three tr:hover td {","\t\tcursor: pointer;","\t}","\ttable.table-style-three tr:nth-child(even) td{","\t\tbackground-color: #f6f7f7;","\t}","\ttable.table-style-three td {","\t\tborder-width: 1px;","\t\tpadding: 8px;","\t\tbackground-color: #ffffff;","\t\t","\t   max-width:500px;","        width:auto;","\t\tmin-width:100px;","\t}","</style>"," ","          <table class=\"table-style-three\" bgcolor=\"#FFFFFF\">","            <tr>                ","                <th>Level</th>","                <th>Flag</th>","                <th>Name</th>","                <th>Summary</th>","                <th>Short Description</th>","                <th>Long Description</th>","                <th>DataSet</th>","            </tr>","              {{#each response}}","            <tr>","                <td>{{Level}}</td>","                <td>{{Flag}}</td>  ","                <td>{{Name}}</td>  ","                <td>{{Summary}}</td>  ","                <td>{{ShortDescription}}</td>  ","                <td>{{LongDescription}}</td>  ","                <td>{{DataSet}}</td>  ","            </tr>","             {{/each}}","        </table>","`;","// Set visualizer","pm.visualizer.set(template, {","    // Pass the response body parsed as JSON as `data`","    response: pm.response.json()","});"],"type":"text/javascript"}}],"id":"f8a08ddb-f837-4e0d-a768-7a274225aefe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"url":{"raw":"{{url}}/api/core/getsummaryflagsdefinitions?dataSet=","host":["{{url}}"],"path":["api","core","getsummaryflagsdefinitions"],"query":[{"key":"dataSet","value":""}]},"description":"The response object includes a series of validation response flags that provide detailed and hierarchical information related to the deliverability of a given address. <br/>\n<br/>\nThis method provides the defintions of the individual flags that belong to the following flag levels: Verification Flag, Response Flag and Address Change Flags.\n<br/>\n<br/>\nThe example response is a partial list only.\n<br/>\n<br/>\n<table>\n    <tr><th>Property</th><th>Definition</th></tr>\n    <tr><td>DataSet</td><td>Indicates the postal data set the response flag belongs to.</td></tr>\n    <tr><td>Level</td><td>This is a single numeric value indicating the flag level response.  The possibilities are 1, 2 or 3.</td></tr>\n    <tr><td>Flag</td><td>The specific response flag for the level indicated.  </td></tr>\n    <tr><td>Name</td><td>The full name of the response flag for the level indicated.</td></tr>\n    <tr><td>Summary</td><td>Brief text summarizes the response flag definition.</td></tr>\n    <tr><td>ShortDescription</td><td>Short text that defines the response flag.  </td></tr>\n    <tr><td>LongDescription</td><td>Long text that defines the response flag.</td></tr>\n    <tr><td>Language</td><td>The language used in the response flag details.</td></tr>\n    <tr><td>UpdatedOn</td><td>Indicates the last update to the response flag details.</td></tr>\n</table>"},"response":[],"_postman_id":"f8a08ddb-f837-4e0d-a768-7a274225aefe"}],"id":"e48dbf94-eeb8-4120-bd32-09be63268893","description":"This section contains methods to retrieve definitions related to address data elements, integration developer codes and Insant Address matching response flags.","event":[{"listen":"prerequest","script":{"id":"6354204a-ae48-49a5-a119-5bd018e4aad5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d1585f2a-3f05-488c-a69e-ae9333deab61","type":"text/javascript","exec":[""]}}],"_postman_id":"e48dbf94-eeb8-4120-bd32-09be63268893"},{"name":"Legacy Methods","item":[{"name":"Batch Validation","item":[{"name":"GetAddressList","event":[{"listen":"test","script":{"id":"fb0cc8c3-5449-425c-9002-7394ce7430f3","exec":["","pm.sendRequest(\"https://postman-echo.com/get\", function (err, response) {","    console.log(response.json());","    ","});pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","var template = `","<style>","   * {","        font-size: 12px;","   }"," \ttable {","\t\t\twidth: 100%;","\t\t\toverflow: hidden;","\t\t\tbackground: #FFF;","\t\t\tcolor: #0373b5;","\t\t\tfont-family: sans-serif;","\t\t\tborder-collapse: collapse;","\t\t}","\t\ttable th, table td {","\t\t\tpadding: 1em;","\t\t}","\t\ttable th {","\t\t\tborder: 1px solid #FFF;","\t\t\tbackground-color: #0373b5;","\t\t\tcolor: #FFF;","\t\t\ttext-align: left;","\t\t}","\t\ttable td {","\t\t\tborder: 1px solid #b9e6ff;","\t\t}","\t\ttable tr:nth-child(odd) {","\t\t\tbackground-color: #daecf6;","\t\t}","\t\tlabel{","\t\t   color: #0373b5;","\t\t    font-size: 14px;","\t\t}","</style>"," {{#each response.InstantAddressResult}}"," <label>InputAddress  </label>","        <table bgcolor=\"#FFFFFF\">","            <tr>","                <th>Street1</th>","                <th>Street2</th>","                <th>Street3</th>","                <th>Street4</th>","                <th>Street5</th>","                <th>City</th>","                <th>State</th>","                <th>ZipCode</th>","                <th>Country</th>","                <th>Reference1</th>","                <th>Reference2</th>","                <th>Reference3</th>","            </tr>","            <tr>","                <td>{{InputAddress.Street1}}</td>","                <td>{{InputAddress.Street2}}</td>","                <td>{{InputAddress.Street3}}</td>","                <td>{{InputAddress.Street4}}</td>","                <td>{{InputAddress.Street5}}</td>","                <td>{{InputAddress.City}}</td>","                <td>{{InputAddress.State}}</td>","                <td>{{InputAddress.ZipCode}}  </td>","                <td>{{InputAddress.Country}}</td>","                <td>{{InputAddress.Reference1}}</td>","                <td>{{InputAddress.Reference2}}</td>","                <td>{{InputAddress.Reference3}}</td>","            </tr>","        </table>","     <label>SubsequentMethodCallAddress  </label>  ","            <table bgcolor=\"#FFFFFF\">","            <tr>","                <th>Street1</th>","                <th>Street2</th>","                <th>Street3</th>","                <th>Street4</th>","                <th>Street5</th>","                <th>City</th>","                <th>State</th>","                <th>ZipCode</th>","                <th>Country</th>","            </tr>","            <tr>","                <td>{{SubsequentMethodCallAddress.Street1}}</td>","                <td>{{SubsequentMethodCallAddress.Street2}}</td>","                <td>{{SubsequentMethodCallAddress.Street3}}</td>","                <td>{{SubsequentMethodCallAddress.Street4}}</td>","                <td>{{SubsequentMethodCallAddress.Street5}}</td>","                <td>{{SubsequentMethodCallAddress.City}}</td>","                <td>{{SubsequentMethodCallAddress.State}}</td>","                <td>{{SubsequentMethodCallAddress.ZipCode}}  </td>","                <td>{{SubsequentMethodCallAddress.Country}}</td>","            </tr>","        </table>","       <label>StandardizedAddress  </label>    ","      ","            <table bgcolor=\"#FFFFFF\">","            <tr>","                <th>Street1</th>","                <th>Street2</th>","                <th>Street3</th>","                <th>Street4</th>","                <th>Street5</th>","                <th>City</th>","                <th>State</th>","                <th>ZipCode</th>","                <th>Country</th>","            </tr>","            <tr>","                <td>{{StandardizedAddress.Street1}}</td>","                <td>{{StandardizedAddress.Street2}}</td>","                <td>{{StandardizedAddress.Street3}}</td>","                <td>{{StandardizedAddress.Street4}}</td>","                <td>{{StandardizedAddress.Street5}}</td>","                <td>{{StandardizedAddress.City}}</td>","                <td>{{StandardizedAddress.State}}</td>","                <td>{{StandardizedAddress.ZipCode}}  </td>","                <td>{{StandardizedAddress.Country}}</td>","            </tr>","        </table>","      <label>InstantAddressResponse  </label>        ","         {{#each InstantAddressResponse}}","         ","          <table bgcolor=\"#FFFFFF\">","            <tr>","                <th>AddressLineReference</th>","                <th>Description</th>","                <th>Value</th>","            </tr>","              {{#each FormattedLines}}","            <tr>","                <td>{{AddressLineReference}}</td>","                <td>{{Description}}</td>","                <td>{{Value}}</td>","                 ","            </tr>","             {{/each}}","        </table>","        ","         {{/each}}","        {{/each}}","`;","// Set visualizer","pm.visualizer.set(template, {","    // Pass the response body parsed as JSON as `data`","    response: pm.response.json()","});"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"a93110b3-20b1-4fdf-90f8-a9f2e39e2125","exec":["var invalidToken= false;","var current_timestamp = new Date();","","var currentExpiration = pm.environment.get(\"tokenExpiration\");","","if( currentExpiration === '' ){","    invalidToken = true;","}","if(!invalidToken  ){","    if(current_timestamp >= currentExpiration){","         invalidToken = true;","    }","}","","if(invalidToken){","    pm.sendRequest({","    url: pm.environment.get(\"url\") + '/api/auth/tokenacquisition',","    method: 'POST',","    header: {","        'content-type': 'application/json'","    },","    body: {","        mode: 'raw',","        raw: JSON.stringify({ AccessKey: pm.environment.get(\"accesskey\"), AppId: pm.environment.get(\"appid\") })","    }","}, function (err, res) {","    var data =res.json();","    postman.setEnvironmentVariable(\"token\", data.Token);","    postman.setEnvironmentVariable(\"tokenExpiration\", data.JsExpirationDate);","});","}","","","","  ","  "],"type":"text/javascript"}}],"id":"e116a290-b3f5-4bfd-ba55-a9322b1203dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"Authenticated token provided from the TokenAcquisition method.","key":"token","type":"text","value":"{{token}}"},{"description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"  /*For optimal performance, the addresses submitted with the request should contain street\r\n  information, city, state and zipcode.  If this is not possible, street information with\r\n  zipcode, or street information with a city/state combination are recommended.*/\r\n [\r\n    {\r\n        \"Reference1\": \"7780A6E4-8776-4FF3-9D39-02F7DB99BDA8\",\r\n        \"Street1\": \"1008 AVERY CREEK DR\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"WOODSTOCK\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30188-2351\",\r\n        \"Country\": \"840\"\r\n    },\r\n    {\r\n        \"Reference1\": \"92293BBF-70BF-4019-8E3B-02F7F0F16647\",\r\n        \"Street1\": \"4608 LEE THOMPSON ST\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"DUBLIN\",\r\n        \"State\": \"CA\",\r\n        \"ZipCode\": \"94568-7349\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"E1ACF1FE-CD44-4A27-933E-02F80E61591C\",\r\n        \"Street1\": \"2310 PEACOCK DR\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"DUBLIN\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"31021-3016\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"1C14E115-4B9E-49B4-8FCB-02F90400053E\",\r\n        \"Street1\": \"3244 SAVILLE ST SW\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ATLANTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30331-5446\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"4893AE81-0057-45D0-94A6-02F908316F89\",\r\n        \"Street1\": \"P. O. BOX 2970\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"SPRINGFIELD\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"31329\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"5C5072C3-AB47-45F9-BAC4-02F92766D93C\",\r\n        \"Street1\": \"4492 BALMORAL RD NW\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"KENNESAW\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30144-5140\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"AC38F748-3DEF-4757-A2F8-02F9C2CDEFC3\",\r\n        \"Street1\": \"3385 FALLING BROOK DR\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"MARIETTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30062-5368\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"540E2143-D91A-4483-8030-02FA6918E18E\",\r\n        \"Street1\": \"8513 CHERRY BLOSSOM DR\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"WINDSOR\",\r\n        \"State\": \"CO\",\r\n        \"ZipCode\": \"80550-8040\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"147A2135-8DC2-452A-B229-02FAB7ACE00C\",\r\n        \"Street1\": \"3 INDIAN RIVER AVE APT 906\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"TITUSVILLE\",\r\n        \"State\": \"FL\",\r\n        \"ZipCode\": \"32796-5821\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"7412C646-7795-43C6-A9BC-02FAC6A11773\",\r\n        \"Street1\": \"1648 DUNCAN DR NW\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ATLANTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30318-2792\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"5B2966CD-91A6-493B-AAA5-02FAD5199619\",\r\n        \"Street1\": \"1833 INDIAN HILLS RD\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"PELHAM\",\r\n        \"State\": \"AL\",\r\n        \"ZipCode\": \"35124-1009\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"D9169988-3A3E-48A3-AE08-02FAFBD65DCD\",\r\n        \"Street1\": \"108 KITTANSETT CT\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"MACON\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"31210-4773\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"79B91F39-CBF6-4AFB-93CE-02FB37B00FD6\",\r\n        \"Street1\": \"705 TOWN BLVD NE APT 643\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"BROOKHAVEN\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30319-3096\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"0524397A-6BDF-4C4E-BC55-02FB5CD96BA9\",\r\n        \"Street1\": \"6891 GLENLAKE PKWY APT F\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"SANDY SPRINGS\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30328-7240\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"72EFED34-2776-43FC-8D99-02FB86509EE4\",\r\n        \"Street1\": \"3225 NOBILITY WAY SE\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ATLANTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30339-3624\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"0ACF9858-A79D-430C-96BB-02FC6F775991\",\r\n        \"Street1\": \"40 OAK LANDING LN\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"DOUGLASVILLE\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30134-7843\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"D2AE018D-ADDC-43C0-8768-02FC71854177\",\r\n        \"Street1\": \"8505 CHELTENHAM CIR\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"LOUISVILLE\",\r\n        \"State\": \"KY\",\r\n        \"ZipCode\": \"40222-5338\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"D6544536-E7AC-472D-8723-02FC8D394601\",\r\n        \"Street1\": \"2231 BROADWAY AVE SW APT D\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ROANOKE\",\r\n        \"State\": \"VA\",\r\n        \"ZipCode\": \"24014-1700\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"800D9A79-D0B8-4F83-B224-02FC9FCC9A8F\",\r\n        \"Street1\": \"651 NE SWANN CIR\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"LEES SUMMIT\",\r\n        \"State\": \"MO\",\r\n        \"ZipCode\": \"64086-8463\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"794C32E9-E4FE-4120-8951-02FCE5327ADE\",\r\n        \"Street1\": \"6855 N WATERWAY DR\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"MIAMI\",\r\n        \"State\": \"FL\",\r\n        \"ZipCode\": \"33155-3860\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"5B005E29-9592-4341-8FA3-02FDA146F520\",\r\n        \"Street1\": \"342 WILLOW POINTE\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"LAGRANGE\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30240-7774\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"848A8019-0C5A-4EF1-8C77-02FDA7E14C61\",\r\n        \"Street1\": \"162 AMETHYST DR\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"BRANDON\",\r\n        \"State\": \"MS\",\r\n        \"ZipCode\": \"39047-6385\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"0D6F35E4-8A90-41CF-91B0-02FDF8138D35\",\r\n        \"Street1\": \"8041 HENDERSON CT\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ALPHARETTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30004-3872\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"A8CC1F75-0FD1-4D04-A6E7-02FE4F263DDC\",\r\n        \"Street1\": \"2504 CUMBERLAND CT SE\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"SMYRNA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30080-4696\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"74AEBF3B-5515-497C-962E-02FEC66FA603\",\r\n        \"Street1\": \"1960 WOODLAND HILLS AVE NW\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ATLANTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30318-3066\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"F48228A5-D3D9-44D2-8E09-03008B8F2FAE\",\r\n        \"Street1\": \"4 OLDE SPRINGS LN\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"CHERRY HILL\",\r\n        \"State\": \"NJ\",\r\n        \"ZipCode\": \"08034-1144\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"A30DEA13-AA5B-45C5-B2D7-0300D032F21F\",\r\n        \"Street1\": \"3178 CONVAIR LN\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"DECATUR\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30032-2440\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"E879A24C-87ED-46ED-A51E-03011D02FE6D\",\r\n        \"Street1\": \"210 STURDIVANT RD\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"DURHAM\",\r\n        \"State\": \"NC\",\r\n        \"ZipCode\": \"27705-7547\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"D9A22A93-21AA-40D3-869E-0301C345B432\",\r\n        \"Street1\": \"6723 NE 24TH AVE\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"PORTLAND\",\r\n        \"State\": \"OR\",\r\n        \"ZipCode\": \"97211-5903\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"D0B7718E-2D12-48FE-9C61-0301EF629B77\",\r\n        \"Street1\": \"1056 Green Acres Rd Ste 2\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"Eugene\",\r\n        \"State\": \"OR\",\r\n        \"ZipCode\": \"97408\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"898480B3-7B6D-488D-9DEA-030247F33026\",\r\n        \"Street1\": \"100 FAIRWAY POINTE CIR\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ORLANDO\",\r\n        \"State\": \"FL\",\r\n        \"ZipCode\": \"32828-8508\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"7085FFA8-E362-43ED-B460-03030A678750\",\r\n        \"Street1\": \"701 STEPHEN MOODY ST SE APT 1017\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ALBUQUERQUE\",\r\n        \"State\": \"NM\",\r\n        \"ZipCode\": \"87123-4022\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"04D7A55E-BABE-4E84-956D-030330F4C308\",\r\n        \"Street1\": \"2065 OLD FORGE WAY\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"MARIETTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30068-1515\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"9D0AFE1B-AA81-488D-AF5A-0303BF5FF229\",\r\n        \"Street1\": \"404 WHISPER WIND LN\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"WOODSTOCK\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30188-3786\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"DE1FCE2D-F5DB-47A9-9472-0303EAA536B6\",\r\n        \"Street1\": \"PO BOX 330\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"HOPE\",\r\n        \"State\": \"ID\",\r\n        \"ZipCode\": \"83836-0330\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"35F6B5AC-16D2-4D25-87B0-03043C1B9D81\",\r\n        \"Street1\": \"107 ACORN CT\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"KINGSLAND\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"31548-5613\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"EBD5BA40-36DB-4C9F-A132-03046DE7AA01\",\r\n        \"Street1\": \"1162 OGLETHORPE AVE SW\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ATLANTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30310-2643\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"A349530B-508D-49D0-9BD4-03053B3EFCB9\",\r\n        \"Street1\": \"615 COBB CT\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"WOODSTOCK\",\r\n        \"State\": \"VA\",\r\n        \"ZipCode\": \"22664-1357\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"17DBF748-2631-497F-AC72-03055BC87BDC\",\r\n        \"Street1\": \"1889 DOVONSHIRE RD SW\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"MARIETTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30064-4078\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"B9EA6B81-05BA-4FC7-9381-03066F30FB60\",\r\n        \"Street1\": \"960 Ithaca Dr\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"Boulder\",\r\n        \"State\": \"CO\",\r\n        \"ZipCode\": \"80305\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"81F2C0BD-0AA9-48C8-9C05-03069AC656EB\",\r\n        \"Street1\": \"5135 CEDAR SPRINGS DR APT 203\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"NAPLES\",\r\n        \"State\": \"FL\",\r\n        \"ZipCode\": \"34110-2372\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"3E859881-02FA-4249-A544-03070033F3C9\",\r\n        \"Street1\": \"10630 ROXBURGH LN\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ROSWELL\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30076-3707\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"5013F714-1092-4ED7-989D-03071B8DA348\",\r\n        \"Street1\": \"7 RIDGEWAY RD\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"CLINTON\",\r\n        \"State\": \"CT\",\r\n        \"ZipCode\": \"06413-1039\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"D467A1DF-B215-471C-A89A-03077C8F24F7\",\r\n        \"Street1\": \"565 PEACHTREE ST NE UNIT 1801\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ATLANTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30308-2279\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"DFB03E71-6ADE-4B00-B067-03077D1BA8CA\",\r\n        \"Street1\": \"2039 FISHER TRL NE\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ATLANTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30345-3464\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"4F1A1906-0496-4963-91BA-0307ACD80696\",\r\n        \"Street1\": \"19 BOULDER HILL LN\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"RIDGEFIELD\",\r\n        \"State\": \"CT\",\r\n        \"ZipCode\": \"06877-5003\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"B1A75653-1AFB-4885-A12C-0307CE04B409\",\r\n        \"Street1\": \"58 OLD FULLER MILL RD NE\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"MARIETTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30067-4126\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"FA0E23BA-78A2-4BA9-A038-0307F2BE377F\",\r\n        \"Street1\": \"1620 NATCHEZ WAY\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"GRAYSON\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30017-1000\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"19232AFD-F7E1-404B-90C9-0308143590DE\",\r\n        \"Street1\": \"185 MONTAG CIR NE UNIT 240\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ATLANTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30307-5535\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"AFC65645-BEBC-4FF4-ACEF-0308BF5D2140\",\r\n        \"Street1\": \"124 BRASS OAK DR\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"MADISON\",\r\n        \"State\": \"AL\",\r\n        \"ZipCode\": \"35758-8328\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"03E69DE2-9A52-498C-A8E7-03091848343A\",\r\n        \"Street1\": \"500 TUXEDO LN\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"PEACHTREE CITY\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30269-4070\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"3027A793-10AB-4EA7-996F-03098BA3097A\",\r\n        \"Street1\": \"353 IRONHILL TRCE\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"WOODSTOCK\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30189-6758\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"3E3008BA-8F19-4889-AD3B-0309A5B16D3C\",\r\n        \"Street1\": \"1553 COUNTRY WOOD DR\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"HOSCHTON\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30548-6243\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"0B12BAA6-0A88-4B05-B493-0309D1D6079F\",\r\n        \"Street1\": \"117 WHITFIELD DR\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"TONEY\",\r\n        \"State\": \"AL\",\r\n        \"ZipCode\": \"35773-8990\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"0A9362AC-B12D-4153-86D4-030A12B91501\",\r\n        \"Street1\": \"1781 BERRY LN\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"SNELLVILLE\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30078-5907\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"F937BADC-1D74-4F72-80B9-030A19C97BB9\",\r\n        \"Street1\": \"966 PECAN ST\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"CLARKSTON\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30021-1146\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"AA04C032-3D70-484F-8C09-030A2E184A9C\",\r\n        \"Street1\": \"14 ROCKINGHAM LN\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"OAK RIDGE\",\r\n        \"State\": \"TN\",\r\n        \"ZipCode\": \"37830-9033\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"067788D6-A114-488B-8760-030AAE3FCD76\",\r\n        \"Street1\": \"9 STANFORD PL\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"MONTCLAIR\",\r\n        \"State\": \"NJ\",\r\n        \"ZipCode\": \"07042-5009\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"CAF5250A-A1AB-4D10-8195-030AC6AD89DD\",\r\n        \"Street1\": \"801 DEXTER AVE N APT 632\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"SEATTLE\",\r\n        \"State\": \"WA\",\r\n        \"ZipCode\": \"98109-7300\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"1665F60D-B39E-4A47-B2F3-030B14147F17\",\r\n        \"Street1\": \"2939 MARCELLA DR\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ERIE\",\r\n        \"State\": \"PA\",\r\n        \"ZipCode\": \"16506-4449\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"F07BA070-5A54-4845-ACD9-030C243C0E31\",\r\n        \"Street1\": \"1110 BURYCOVE LN\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"LAWRENCEVILLE\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30043-6287\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"D2B3F19E-3A36-40C1-8CA4-030C663CDB8C\",\r\n        \"Street1\": \"528 TOWNESIDE LN\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"MARIETTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30064-1306\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"157A8C39-5E5A-4928-AC6C-030CF5971290\",\r\n        \"Street1\": \"190 LULLWATER CT\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ROSWELL\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30075-6756\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"4C8964CD-3E9F-4900-8504-030ECAAE7ADA\",\r\n        \"Street1\": \"4 FERNWOOD DR\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ALBANY\",\r\n        \"State\": \"NY\",\r\n        \"ZipCode\": \"12211-1408\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"2B34B93A-3814-43F6-BA3A-030FB3BB60E3\",\r\n        \"Street1\": \"3310 ELLSMERE TRCE\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"MARIETTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30062-6696\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"09601787-41E4-436E-8CB2-030FEB06CC9D\",\r\n        \"Street1\": \"1268 OXFORD RD NE\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ATLANTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30306-2427\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"08BAE240-00C4-4DE2-94E3-031008EB0E78\",\r\n        \"Street1\": \"2011 HARBINS RD\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"DACULA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30019-1841\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"929A09BC-299B-47F2-82E1-031111E0E318\",\r\n        \"Street1\": \"625 GRANT CT\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"SATELLITE BEACH\",\r\n        \"State\": \"FL\",\r\n        \"ZipCode\": \"32937-3946\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"284DCF92-1621-46F4-AD36-031144A8E9FD\",\r\n        \"Street1\": \"3523 BREELAND AVE\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"LOUISVILLE\",\r\n        \"State\": \"KY\",\r\n        \"ZipCode\": \"40241-2601\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"16B3574B-A857-4D08-8191-03118A2E40C1\",\r\n        \"Street1\": \"1198 ASHBOROUGH TER SE APT D\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"MARIETTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30067-6932\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"B7545D7D-00B1-4830-9B5C-0312DA6F57A1\",\r\n        \"Street1\": \"11530 STRICKLAND RD\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ROSWELL\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30076-1228\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"D06FB32C-F286-4364-9786-03132EF42C0D\",\r\n        \"Street1\": \"320 BOULDERCREST WAY\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"WOODSTOCK\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30188-6038\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"3E1E2912-6096-4DF1-8D73-03140D40D9EB\",\r\n        \"Street1\": \"190 HUNTER CT\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"PALM HARBOR\",\r\n        \"State\": \"FL\",\r\n        \"ZipCode\": \"34684-3334\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"5A631222-4688-462B-8701-03144E346AEA\",\r\n        \"Street1\": \"18136 CLIFTON RD\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"LAKEWOOD\",\r\n        \"State\": \"OH\",\r\n        \"ZipCode\": \"44107-1051\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"25F9BEC5-F798-4EDD-A11F-0314C8B814D7\",\r\n        \"Street1\": \"323 AVONDALE DR\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"STERLING\",\r\n        \"State\": \"VA\",\r\n        \"ZipCode\": \"20164-1208\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"55B75F71-9B0B-4078-A268-0314CD1275DD\",\r\n        \"Street1\": \"3210 WILDE LAKE BLVD\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"PENSACOLA\",\r\n        \"State\": \"FL\",\r\n        \"ZipCode\": \"32526-8753\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"953B8702-2569-4FD9-A2FD-0314F1E5CA86\",\r\n        \"Street1\": \"809 E FRANKLIN ST APT B\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"CHAPEL HILL\",\r\n        \"State\": \"NC\",\r\n        \"ZipCode\": \"27514-3227\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"F8A439C3-B8A7-422A-9C12-0314FD6CCBFB\",\r\n        \"Street1\": \"570 HUIET DR\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"MCDONOUGH\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30252-8505\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"E9B402E1-43CF-4C20-A915-031521A3543E\",\r\n        \"Street1\": \"720 MIX AVE UNIT 202\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"HAMDEN\",\r\n        \"State\": \"CT\",\r\n        \"ZipCode\": \"06514-2290\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"1D2A8737-1A2B-49FC-9939-031599F96BFB\",\r\n        \"Street1\": \"10030 NW 44TH TER APT 303\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"DORAL\",\r\n        \"State\": \"FL\",\r\n        \"ZipCode\": \"33178-3328\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"B64EF85B-419E-4E59-820C-0315B6D82C9C\",\r\n        \"Street1\": \"2480 HIGH FALLS RD\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"JACKSON\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30233-5767\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"5B5EBD69-0DEC-4AD4-B577-0315D76E9428\",\r\n        \"Street1\": \"320 BELMONT CHASE CT\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ALPHARETTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30005-7884\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"458A73A7-3FC9-414F-A899-03163FFB90A3\",\r\n        \"Street1\": \"851 CROSS ST\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ROSSVILLE\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30741-7004\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"5088A84E-7E25-425E-B6E0-03166891067F\",\r\n        \"Street1\": \"9 WILSON RD\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"LEXINGTON\",\r\n        \"State\": \"MA\",\r\n        \"ZipCode\": \"02421-7426\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"0A317DB7-1977-4345-B189-03167C79EA8E\",\r\n        \"Street1\": \"1644 BASS RD APT 2028\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"MACON\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"31210-6531\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"1E8720CC-99B2-4548-B400-031683FD2261\",\r\n        \"Street1\": \"9819 AUTUMN WAY DR\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"HOUSTON\",\r\n        \"State\": \"TX\",\r\n        \"ZipCode\": \"77064-3839\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"EE10DC33-D2F5-4254-8CD6-031698EB6547\",\r\n        \"Street1\": \"15832 BERLIN TPKE\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"PURCELLVILLE\",\r\n        \"State\": \"VA\",\r\n        \"ZipCode\": \"20132-2952\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"A6990882-7961-41F9-936F-0316B58CE7ED\",\r\n        \"Street1\": \"3 HEATHERSTONE LN\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"SAVANNAH\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"31411-2555\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"E63D5F71-5810-41CE-A731-0316D1201EC2\",\r\n        \"Street1\": \"2500 SHALLOWFORD RD NE APT 1301\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ATLANTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30345-1207\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"7E0EA394-BD91-45E5-A69D-03170CFF9C11\",\r\n        \"Street1\": \"803 PLAINTAIN DR\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"WOODSTOCK\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30188-7099\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"06EC9B74-C5BD-4200-9FEA-03170ED1C141\",\r\n        \"Street1\": \"1811 WELLBOURNE DR NE\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ATLANTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30324-4901\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"5166EF5C-F922-4802-A390-03177571E1C5\",\r\n        \"Street1\": \"101 BEVIL RIDGE RD SE\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"EMERSON\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30137-2259\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"81DAD2BC-9D97-42F5-9D6C-0317881160BE\",\r\n        \"Street1\": \"319 MADDEN BRIDGE RD\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"MOLENA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30258-2207\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"BAC80775-33C0-4153-A9E1-03179DE0F762\",\r\n        \"Street1\": \"31 SALMON RD\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"LANDING\",\r\n        \"State\": \"NJ\",\r\n        \"ZipCode\": \"07850-1620\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"FCA9746A-D276-4D23-B6FA-0317FF69F6AA\",\r\n        \"Street1\": \"2888 MITCHELL CV NE\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"BROOKHAVEN\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30319-2696\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"B5549BAA-05C8-4711-B30B-031898A510B2\",\r\n        \"Street1\": \"732 SAN RAMON AVE\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"SUNNYVALE\",\r\n        \"State\": \"CA\",\r\n        \"ZipCode\": \"94085-3455\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"82382A39-004F-4375-99D2-03196C42768E\",\r\n        \"Street1\": \"4877 SPINEPOINT WAY\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"DOUGLASVILLE\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30135-2092\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"73C259FF-2EBF-4D9C-9623-03196F1DC06C\",\r\n        \"Street1\": \"619 KINGS BRG NE\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"ATLANTA\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30329-2554\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"D4450490-73DB-467D-85D2-031AC2DE06DC\",\r\n        \"Street1\": \"3104 SAINT IVES COUNTRY CLUB PKWY\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"DULUTH\",\r\n        \"State\": \"GA\",\r\n        \"ZipCode\": \"30097-2035\",\r\n        \"Country\": \"USA\"\r\n    },\r\n    {\r\n        \"Reference1\": \"46BA18EB-660A-4A35-8415-031B062862BD\",\r\n        \"Street1\": \"101 CLOVERLY LN\",\r\n        \"Street2\": \"\",\r\n        \"Street3\": \"\",\r\n        \"Street4\": \"\",\r\n        \"Street5\": \"\",\r\n        \"City\": \"WEST CHESTER\",\r\n        \"State\": \"PA\",\r\n        \"ZipCode\": \"19380-3873\",\r\n        \"Country\": \"USA\"\r\n    }\r\n]\r\n"},"url":{"raw":"{{url}}/api/core/getaddresslist?transactionId","host":["{{url}}"],"path":["api","core","getaddresslist"],"query":[{"key":"transactionId","value":null,"description":"GUID retrieved from StartBatchTransaction that can be used to group 100 count batches into a single transaction."}]},"description":"This method is meant to process address candidate records in batch.  The maximum number of records that can be sent in a single batch is 100.  If more than 100 records are sent in a single batch, the service will return an error message. <br/>\n<br/>\nIf you are processing tens of thousands of records and want to group all mini baches into a larger transaction ID, you first need to call the function StartBatchTransaction to retrieve a GUID from the service.  This GUID can then be sent as a parameter (transactionId) for each mini batch.\n<br/>\n<br/>\nThe example request and response in this example contain less than 100 records.\n\n<br/>\n<br/>\n<table>\n    <tr><th>Property</th><th>Definition</th></tr>\n    <tr><td>RequestId</td><td>Optional parameter that can be sent to identify the request.  This is a useful parameter in the <b>GetStreetWildSearch</b> method to queue responses for presentation to end users.</td></tr>\n    <tr><td>InstantAddressResult</td><td>The parent response object that includes InputAddress, SubsequentMethodCallAddress, StandardizedAddress, InstantAddressResponse and Flags.</td></tr>\n    <tr><td>InputAddress</td><td>Contains the exact input address that is sent to the service for validation.</td></tr>\n    <tr><td>SubsequentMethodCallAddress</td><td>Contains the address to be used to process subsequent method calls.</td></tr>\n    <tr><td>StandardizedAddress</td><td>Contains the standard postal service response format, for the basic address elements only. </td></tr>\n    <tr><td>InstantAddressResponse</td><td>Contains the basic components of the Instant Address response, including the FormattedLines, AdditionalElements and Flags.</td></tr>\n    <tr><td>FormatId</td><td>This is the GUID that represents the address format standards used in processing the request. </td></tr>\n    <tr><td>FormattedLines</td><td>Contains the returned address with formatting standards applied to the basic address elements, based upon the settings of the FormatId.  In addition, certain additional data elements are included in is section, as request by the FormatId.  This section also contains a <b>webformat1</b>, which presents the formatted address in a single line.  This is helpful if presenting address results inside a UI.</td></tr>\n    <tr><td>AdditionalElements</td><td>Contains a comprehensive list of all data elements for a specific address.  This list varies depending on the data set used.</td></tr>\n    <tr><td>Flags</td><td>Contains a list of response flags and messages for each address response.  This section also contains the recommended next actions when the property <b>IntergratorNotes</b> is enabled.</td></tr>\n    <tr><td>ResponseType</td><td>Indicates the type of response requested.  The options are Full, Default, Formatted and Standardized.</td></tr>\n    <tr><td>TotalRecords</td><td>A count that identifies the total number of address records included in the response. </td></tr>\n    <tr><td>MoreResultsAvailable</td><td>Indicates whether more address results are available as part of the request.  </td></tr>\n    <tr><td>ProcessedOn</td><td>Date and time stamp indicating when the address was processed.  </td></tr>\n</table>"},"response":[],"_postman_id":"e116a290-b3f5-4bfd-ba55-a9322b1203dc"},{"name":"StartBatchTransaction","id":"4d63268a-fe2f-4d83-ba7d-02346a406b8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","description":"Authenticated token provided from the TokenAcquisition method.","type":"text"},{"key":"Content-Type","value":"application/json","description":"Indicates the structure of the data used in the Request. <br/>\nThis example utilizes JSON but XML(application/xml) is also available.","type":"text"}],"url":{"raw":"{{url}}/api/core/startbatchtransaction?Name=&Description=&TotalRecords=","host":["{{url}}"],"path":["api","core","startbatchtransaction"],"query":[{"key":"Name","value":"","description":"Recommended and generated by the client that names the batch transaction.  The length limit is 200."},{"key":"Description","value":"","description":"Provides a description of the transaction, also generated by the client and recommended.  The length limit is 500."},{"key":"TotalRecords","value":"","description":"Generated by the client.  This indicates the expected total count of all records in the mini batches.  For example, if you grouped 5 mini batches, 4 with 100 records and the last with 33 records, the TotalRecords value would be 433. "}]},"description":"This method is optional and returns a single GUID.  The GUID is meant to be a unique identifier to group a series of mini batches into a single transaction.  The GUID would be sent as a parameter (transactionId) within the GetAddressList call, for each mini batch you wish to group together.\n\n  <table>\n        <tr><th>Property</th><th>Definition</th></tr>\n        <tr><td>TransactionId</td><td>This GUID is meant to be a unique identifier to group a series of mini batches into a single transaction.  The GUID would be sent as a parameter (transactionId) within the <b>GetAddressList</b> call, for each mini batch you wish to group together.</td></tr>\n        <tr><td>Batch</td><td>This property will be empty with the <b>GetAddressList</b> method.</td></tr>\n    </table>"},"response":[],"_postman_id":"4d63268a-fe2f-4d83-ba7d-02346a406b8d"}],"id":"356bdbfb-c11c-4a01-8e2a-34731b95adc0","description":"The section contains the the primary method for validating addresses in batches (GetAddressList), and an optional method (StartBatchTransaction) for creating a transaction ID to group mini batches into a single transaction.  ","event":[{"listen":"prerequest","script":{"id":"94592235-af2c-4b7c-a858-3711fcd4d664","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cc7620e3-b7c0-4db1-8c9a-857b201113ff","type":"text/javascript","exec":[""]}}],"_postman_id":"356bdbfb-c11c-4a01-8e2a-34731b95adc0"}],"id":"4c3db50b-5f4e-4541-b0ab-7a5258f08f2c","_postman_id":"4c3db50b-5f4e-4541-b0ab-7a5258f08f2c"},{"name":"Resources","item":[{"name":"NcoaPAF","id":"69f623f7-18d6-4a78-84fc-a7f68fe8af30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"48g7J62i5kLfYTIjx28BACK31s9+dLqVlt0Cbw6w01pgmLcPOnFLKqc+4uP7tQfEyN7IQzHCMuzAZD+9b1oAKG3k98ol+YpAk5p3IVkwPgkUj+H3IKIX3ySTg3X1O2kbVhJS6plm3MyveLlNrsXD3/MLQzBBVNgznpZwt7PIPwkCCO10U1LmKAparNqdyc2N","type":"text","disabled":true},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"accesskey","value":"{{accesskey}}","type":"text"},{"key":"appid","value":"{{appid}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/resources/v1/ncoaPaf","description":"This method retrieves information on any current Processing Acknowledgement Forms (PAF) you have on file with Initium Software.\n\nAn active PAF is required to process data against the Instant Address National Change of Address (NCOA) service.\n\n**Response Properties:**\n\n| **Property** | **Definition** |\n| --- | --- |\n| PafKey | Instant Address PAF identifier. This is the ID that needs to be used when running a Bulk Transaction in NCOA processing mode. |\n| PafId | Original PAF ID generated when the PAF was originally created. This PAF ID is only used for reporting purposes to the USPS. |\n| PafName | The name given to the PAF by a person in your organization. |\n| CreatedOn | The date the PAF was originally created by a person in your organization. This is returned MM/DD/YYYY. |\n| ExpirationDate | The date the PAF is set to expire. This is returned MM/DD/YYYY. Initium Software requires that PAF's be renewed every year. |\n| CreatedSignedBy | Name of the person in your organization who created and signed the PAF. |"},"response":[{"id":"4c4305c1-7cdc-4461-9cf2-5961c488de63","name":"NcoaPAF","originalRequest":{"method":"POST","header":[{"key":"token","value":"48g7J62i5kLfYTIjx28BACK31s9+dLqVlt0Cbw6w01pgmLcPOnFLKqc+4uP7tQfEyN7IQzHCMuzAZD+9b1oAKG3k98ol+YpAk5p3IVkwPgkUj+H3IKIX3ySTg3X1O2kbVhJS6plm3MyveLlNrsXD3/MLQzBBVNgznpZwt7PIPwkCCO10U1LmKAparNqdyc2N","type":"text","disabled":true},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"accesskey","value":"{{accesskey}}","type":"text"},{"key":"appid","value":"{{appid}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/provisioning/v1/ncoaPaf"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=60"},{"key":"Content-Length","value":"208"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Thu, 08 Dec 2022 16:04:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"PafKey\": \"7b79d990-ae76-4efe-88c4-d69b71a94fb6\",\n            \"PafId\": \"G6COEG3JRVSUR0AK4T9J\",\n            \"PafName\": \"Constituent Master File\",\n            \"CreatedOn\": \"1/01/2023\",\n            \"ExpirationDate\": \"1/01/2024\",\n            \"CreatedSignedBy\": \"David Simpson\"\n        }\n    ]\n}"}],"_postman_id":"69f623f7-18d6-4a78-84fc-a7f68fe8af30"}],"id":"56603ffe-e945-4b1e-a05e-abc9f1db2c30","description":"This section contains a collection of methods that retrieve data for your organization.","_postman_id":"56603ffe-e945-4b1e-a05e-abc9f1db2c30"}],"event":[{"listen":"prerequest","script":{"id":"f6c28246-c9e5-4c1d-bbd2-79a06f01aae1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ff7f884a-fa79-4859-a974-d6e35d5e9804","type":"text/javascript","exec":[""]}}]}