Skip to content

Inventory API wrong datatypes on Location #1

@shafaqat-ali-cms365

Description

@shafaqat-ali-cms365
public class Location
{
    public Address Address { get; set; }

    public GeoCoordinates GeoCoordinates { get; set; }

    public string LocationId { get; set; }
}

public class GeoCoordinates
{
    public string Latitude { get; set; }
    public string Longitude { get; set; }
} 

Latitude and Longitude should be a decimal. Please check it, it's thrown an exception.

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions