HOw to format vendor record to insert it?

HOw to format vendor record to insert it?

Hi I need to know how do you format vendor record to send it to the api endpoint and inserte. Most there is an imcomplete example in your api documentation and folliwing that I could make this:

<Vendors>
<row no="1">
<FL val="Vendor Name">Scott</FL>
<FL val="Phone">James</FL>
<FL val="E-mail"> test2@test.com</FL>
<FL val="Category">CG</FL>
<FL val="Vendor Address"></FL>
</row>
</Vendors>

However to insert the address I see the fields look different:

Vendor Address
  • Street
  • City
  • State
  • Postal Code
  • Country
How am I suppose to format that in the xml?