go back Home

RowHandlingRequirement

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<handling_requirement company_id="..." hdr_uid="..." add_timestamp="..." add_userid="..." date_title="..." float_title="..." gla_uid="..." hdr_description="..." hdr_id="..." hdr_move_type="..." hdr_order="..." hdr_title="..." hdr_web_order="..." include_mobile="..." include_on_dr="..." include_on_manifest="..." integer_title="..." mod_timestamp="..." mod_userid="..." need_date="..." need_float="..." need_integer="..." need_text="..." need_time="..." need_timestamp="..." text_title="..." time_title="..." timestamp_title="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"__type":"handling_requirement","company_id":"...","hdr_uid":"...","add_timestamp":"...","add_userid":"...","date_title":"...","float_title":"...","gla_uid":"...","hdr_description":"...","hdr_id":"...","hdr_move_type":"...","hdr_order":"...","hdr_title":"...","hdr_web_order":"...","include_mobile":"...","include_on_dr":"...","include_on_manifest":"...","integer_title":"...","mod_timestamp":"...","mod_userid":"...","need_date":"...","need_float":"...","need_integer":"...","need_text":"...","need_time":"...","need_timestamp":"...","text_title":"...","time_title":"...","timestamp_title":"..."}

Fields

key name size type
company_id 4 String
hdr_uid 10 int
add_timestamp 19 Date
add_userid 25 String
date_title 16 String
float_title 16 String
gla_uid 10 int
hdr_description 128 String
hdr_id 2 String
hdr_move_type 4 String
hdr_order 10 int
hdr_title 32 String
hdr_web_order 10 int
include_mobile 1 String
include_on_dr 1 String
include_on_manifest 1 String
integer_title 16 String
mod_timestamp 19 Date
mod_userid 25 String
need_date 1 String
need_float 1 String
need_integer 1 String
need_text 1 String
need_time 1 String
need_timestamp 1 String
text_title 16 String
time_title 16 String
timestamp_title 16 String