GET api/orders/review/{import_key}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
import_key

string

Required

Body Parameters

None.

Response Information

Resource Description

pCart_ff_log_load_Result
NameDescriptionTypeAdditional information
cart_ff_log_id

integer

None.

vendor_order_number

string

None.

import_key

string

None.

customer_id

integer

None.

cname

string

None.

json_response

string

None.

date_created

date

None.

isError

boolean

None.

key

string

None.

value

string

None.

type

byte

None.

Response Formats

application/json, text/json

Sample:
{
  "cart_ff_log_id": 1,
  "vendor_order_number": "sample string 2",
  "import_key": "sample string 3",
  "customer_id": 4,
  "cname": "sample string 5",
  "json_response": "sample string 6",
  "date_created": "2024-09-19T06:57:38.9831251-05:00",
  "isError": true,
  "key": "sample string 9",
  "value": "sample string 10",
  "type": 64
}