go back Home

RowQuoteHdrXFgp

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.

<quote_hdr_x_fgp company_id="..." hxf_uid="..." add_timestamp="..." add_userid="..." date_value="..." equipment_match_id="..." fgp_uid="..." float_value="..." hdr_uid="..." hxf_origin_code="..." integer_value="..." mod_timestamp="..." mod_userid="..." text_value="..." time_value="..." timestamp_value="..."/>

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":"quote_hdr_x_fgp","company_id":"...","hxf_uid":"...","add_timestamp":"...","add_userid":"...","date_value":"...","equipment_match_id":"...","fgp_uid":"...","float_value":"...","hdr_uid":"...","hxf_origin_code":"...","integer_value":"...","mod_timestamp":"...","mod_userid":"...","text_value":"...","time_value":"...","timestamp_value":"..."}

Fields

key name size type
company_id 4 String
hxf_uid 10 int
add_timestamp 19 Date
add_userid 25 String
date_value 10 Date
equipment_match_id 10 int
fgp_uid 10 int
float_value 53.4 BigDecimal
hdr_uid 10 int
hxf_origin_code 1 String
integer_value 10 int
mod_timestamp 19 Date
mod_userid 25 String
text_value 32 String
time_value 19 Date
timestamp_value 19 Date