Discussions

Ask a Question
Back to All

Create Work Order Error - "Time Zone is undefined"

I send a Create Work Order command (json below). Post to endpoint "/api/v1/cmd/WoCreateCommand". I received the following error response:

{"ErrorMessage":"Time Zone is undefined","ErrorCode":"BUSINESS_LOGIC_ERROR","TimeStamp":"2025-04-22T01:05:07.1069613Z"}

Is this a configuration error? Or is there a problem with something I sent?

Here is the Command.WorkOrder json:
{
"Items": [
{
"Asset": {
"Id": 2166796
},
"Task": {
"Id": 19211
},
"Comment": "Title: Test issue 2 \r\nDescription: This is another test"
}
],
"ContactName": "LoadTest utaharea70",
"ContactAddress": {
"AddrTypeId": "Contact",
"Address": "(801) 240-1000"
},
"TypeCategory": 4,
"SubType": {
"Id": 259
},
"Customer": {
"Id": 2166704
},
"Documents": null,
"CustomFields": [
{
"Id": 0,
"Descriptor": {
"ActorTypeId": "WO",
"Name": "FIR_IssueId",
"Id": 1038
},
"ObjectId": 0,
"ObjectTypeId": "WO",
"Value": "4106233"
},
{
"Id": 0,
"Descriptor": {
"ActorTypeId": "WO",
"Name": "FIR_Location",
"Id": 1039
},
"ObjectId": 0,
"ObjectTypeId": "WO",
"Value": "Nursery"
}
]
}