using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using WIDESEA_Model.Models; namespace WIDESEA_Model { public class PickAndPostResponse { public string MSGTY { get; set; } public string MSGTX { get; set; } public DATA MyProperty { get; set; } } public class DATA { public string WMS_NO { get; set; } public string SAP_NO { get; set; } } }