Developer Q&A
Create a Work Order
almost 6 years ago by Mehmet
Hi,
I am a newbie and exploring the API.
I am checking out the example published at GitHub and to create a work order, there is a bunch of information required as below:
public static int SpaceUnitAssetId { get; set; } = 173;
public static int SpaceUnitSubAssetId { get; set; } = 173;
public static int TaskId { get; set; } = 14096;
public static int CustomerId { get; set; } = 14;
public static int WorkZoneId { get; set; } = 28;
public static int SubTypeId => 4;
Does anyone know how to retrieve this information in the first place to create a work order?
Appreciated much.
Regards