Create a BP Address
    • 25 Sep 2024
    • 1 Minute to read
    • Dark
      Light

    Create a BP Address

    • Dark
      Light

    Article summary

    Post
    /sys-rest-api/rest/1/bpaddresses

    Create Business Partner Addresses

    Security
    HTTP
    Type basic

    Basic authentication

    Header parameters
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceItem+json
    Body parameters
    object
    Example{ "BpadAddTypeCode": "ON", "BpadAddPrimaryFlag": "N", "BpadBpCode": "CAD", "BpadAdd1": "4800 keele st", "BpadVUuid": "" }
    BpadAddTypeCode
    string

    Key value 2; part of the unique identifier of the record. Address type code in upper case. There is no master table for these codes but no code may be used more than once for any business partner

    BpadAddPrimaryFlag
    string

    Primary Address Code – ‘Y’ or ‘N’. Set to ‘N’

    BpadBpCode
    string

    Key value 1; part of the unique identifier of the record. Business partner code

    BpadAdd1
    string

    First line of the address

    BpadVUuid
    string

    Unique ID for record, leave blank

    Responses
    201

    Created

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    {
      "BpadActiveFlag": null,
      "BpadAdd1": "4800 keele st",
      "BpadAdd2": null,
      "BpadAdd3": null,
      "BpadAddEmail": null,
      "BpadAddFax": null,
      "BpadAddName": null,
      "BpadAddPhone": null,
      "BpadAddPhone2": null,
      "BpadAddPrimaryFlag": "N",
      "BpadAddTypeCode": "ON",
      "BpadBillToFlag": null,
      "BpadBpCode": "CAD",
      "BpadBpName": null,
      "BpadBpVenName": null,
      "BpadCompCode": null,
      "BpadCompName": null,
      "BpadContactName": null,
      "BpadCountry": null,
      "BpadIuCreateDate": null,
      "BpadIuCreateUser": null,
      "BpadIuUpdateDate": null,
      "BpadIuUpdateUser": null,
      "BpadName2": null,
      "BpadName3": null,
      "BpadName4": null,
      "BpadOmOnlyFlag": null,
      "BpadOrderFromFlag": null,
      "BpadPostalCode": null,
      "BpadRegionCode": null,
      "BpadRemitToFlag": null,
      "BpadShipToFlag": null,
      "BpadVUuid": "F26706F8360652F4E05316821FACACA4",
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/sys-rest-api/rest/1/bpaddresses/F26706F8360652F4E05316821FACACA4",
          "name": "bpaddresses",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/sys-rest-api/rest/1/bpaddresses/F26706F8360652F4E05316821FACACA4",
          "name": "bpaddresses",
          "kind": "item"
        }
      ]
    }
    object