# /producertransaction/v1/order/status Endpoint: GET /producertransaction/v1/order/status Version: v1 ## Query parameters: - `order_num` (string) ## Response 200 fields (application/json): - `order` (object) - `order.orderDetails` (object) - `order.orderDetails.clientOrderNumber` (string,null) Client Order Number is a unique reference number for each record that is sent by the client. - `order.orderDetails.orderNumber` (string,null) Confirmation number generated by RegEd when order is created - `order.orderDetails.orderSequence` (string,null) Confirmation number generated by RegEd when order is created - `order.orderDetails.orderStatus` (string,null) Current Status of order. (17, 19, 23, 24, 25) - `order.orderDetails.niprProcessed` (string,null) Is order processed at NIPR? (Y/N) - `order.orderDetails.modifiedDate` (string,null) Date of last modification of Filing - `order.itemDetails` (object) - `order.itemDetails.item` (array,null) - `order.itemDetails.item.itemNumber` (string,null) A unique identifier for each record, generated by RegEd - `order.itemDetails.item.serviceType` (string,null) Service Type “Appointment” or “Appointment Termination” - `order.itemDetails.item.fType` (string,null) Filing Type (A-Appointment, T-Appointment Termination). - `order.itemDetails.item.taxId` (string,null) Applicant’s SSN - `order.itemDetails.item.juris` (string,null) Filing State (Two-Letter State Code). - `order.itemDetails.item.modifiedDate` (string,null) Date Order is Created - `order.itemDetails.item.sponsoringCompany` (string,null) Name of the Sponsoring Insurance Company - `order.itemDetails.item.validationStatus` (string,null) Validation Status of the Order - `order.itemDetails.item.itemStatus` (string,null) Numerical Status of an Item - `order.itemDetails.item.itemStatusDescription` (string,null) Description of Numerical Status of an Item - `order.itemDetails.item.itemComments` (string,null) Comments from NIPR - `order.itemDetails.item.loas` (array,null) Possible multiple occurrence of Line of Authority - `order.itemDetails.item.loas.description` (string,null) - `order.itemDetails.item.loas.niprCode` (string,null) - `order.itemDetails.item.loas.effectiveDate` (string,null) Effective Date of Appointment or Appointment Termination - `order.itemDetails.item.loas.reason` (string,null) - `order.itemDetails.item.validationMessages` (array,null) Description of missing mandatory fields. - `order.itemDetails.target` (string,null) Name of Applicant - `order.itemDetails.addedDate` (string,null) Date Order is Created ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields