SavePersonDeliveryAddress

Paths

Example

Example request object

{
  "DeliveryAddress": {
    "Id": "00000000-0000-0000-0000-000000000000",
    "PersonId": "00000000-0000-0000-0000-000000000000",
    "Address": {
      "Box": null,
      "Country": null,
      "Number": null,
      "Street": null,
      "Town": null,
      "ZipCode": null,
      "LocationName": null,
      "CountryDescription": null,
      "LocationId": null,
      "Telephone": null,
      "Email": null
    },
    "Description": "string_example",
    "PersonName": {
      "First": null,
      "Last": null,
      "Middle": null,
      "Initials": null
    }
  },
  "CreateInvalidZipcodes": false,
  "Context": {
    "DivisionId": "00000000-0000-0000-0000-000000000000",
    "Language": "string_example",
    "ShopId": "00000000-0000-0000-0000-000000000000",
    "SessionId": "00000000-0000-0000-0000-000000000000",
    "Origin": 0,
    "Password": "string_example",
    "Encode": false,
    "AccessToken": "string_example"
  }
}

Example response object

{
  "Result": {
    "DeliveryAddress": {
      "Id": "00000000-0000-0000-0000-000000000000",
      "PersonId": "00000000-0000-0000-0000-000000000000",
      "Address": null,
      "Description": null,
      "PersonName": null
    },
    "ValidationResults": null
  }
}

ShouldBeExecuted

Postdata

Response