New

Sage 200 API - Set Postal Name in Sop_orders_delivery_address

Hi,

Would it be possible to add the postal_name field to the Sop_orders_delivery_address endpoint as a POST/PUT field.

Sage 200 field PostalName in SopDocDelAddress.

Thanks

  • That version won't support it. You will need 200 2022 R1. Version number is 12.00.0046.

  • Thanks Daniel,

    Currently testing against:

    Sage 200 Version 12.00.0041

    Thanks

  • What version of Sage 200 are you running? All additional fields/endpoints are only relevant since the version they were added. This means there is a good chance this will only work on Sage 200 2022 R1. Endpoint changes are not rolled back into previous versions.

  • Hi, this is my first post, so apologies if this has already been asked/addressed some time ago. Slight smile 

    Wondered if this ever got added/resolved? I can see the field is now exposed via the API and the documentation implies it can be used for POST/PUT when I attempt to set on creation of a sop order, the main delivery address details (address_1, address_2 etc) populate fine, but not the Postal Name or telephone or email etc. On creation, there are no error messages and the response contains the delivery address, but does not contain the attributes for Postal_Name or other fields it failed to update. 

    i.e.

    Response.

        "delivery_address": {
            "contact"" Mr Test Contact",
            "address_1""Address 1",
            "address_2""Address 2",
            "address_3""Address 3",
            "address_4""Address 4",
            "city""Birmingham",
            "county""West Midlands",
            "postcode""TEST",
            "address_country_code_id"13,
            "id"1234567
        }
    Thanks