Issues with sending work order through API
I'm trying to pass a work order to WMS through api. This is the current data structure that I'm sending.
<LgfData>
<Header>
<DocumentVersion>9.0.0</DocumentVersion>
<OriginSystem>NetSuite</OriginSystem>
<ClientEnvCode>SANDBOX</ClientEnvCode>
<ParentCompanyCode>****</ParentCompanyCode>
<Entity>work_order</Entity>
<TimeStamp>2023-11-01T01:16:19</TimeStamp>
<MessageId>Record Type: workorder, internalid: 00000001</MessageId>
</Header>
<ListOfWorkOrders>
<work_order>
<work_order_hdr>
<hdr_group_nbr>00000001</hdr_group_nbr>
<facility_code>TST</facility_code>
<company_code>****</company_code>
<work_order_nbr>HDO000001_00000001</work_order_nbr>
<action_code>CREATE</action_code>
<work_order_type>Assembly</work_order_type>
<reqd_by_date>2023-11-01</reqd_by_date>
<priority>1</priority>
<cust_field_2>DDA</cust_field_2>