Marine Corps Basic Order
A Marine Corps Basic Order is an official directive issued by the Commandant of the Marine Corps or other authorized entities within the Marine Corps. These orders provide policies, procedures, and guidelines for a wide range of activities and administrative tasks, including permanent change of station.
To use the Upload PDF endpoint for this document, you must use MARINE_CORPS_BASIC_ORDER
in the form_type
parameter.
Field descriptions
The following fields are available on this document type:
JSON Attribute | Data Type | Description |
---|---|---|
marine_corps_basic_order-Part1-General:hqmcOrderDetails(Date) | Date | HQMC Order Details (Date) |
marine_corps_basic_order-Part1-General:estimatedDetachDate | Date | Estimated Detach Date |
marine_corps_basic_order-Part1-General:memberFirstName | Text | Member First Name |
marine_corps_basic_order-Part1-General:memberMiddleNameOrInitial | Text | Member Middle Name Or Initial |
marine_corps_basic_order-Part1-General:memberLastName | Text | Member Last Name |
marine_corps_basic_order-Part1-General:presentCommand | Text | Present Command |
marine_corps_basic_order-Part1-General:futureCommand | Text | Future Command |
Sample document
Sample JSON result
{
"pk": 50782597,
"uuid": "02c650f4-8a08-4d2c-aad6-9a6b4f22564f",
"name": "MARINE_CORPS_BASIC_ORDER",
"created": "2024-05-29T18:21:19Z",
"created_ts": "2024-05-29T18:21:19Z",
"verified_pages_count": 1,
"book_status": "ACTIVE",
"id": 50782597,
"forms": [
{
"pk": 55590582,
"uuid": "46395c2c-b145-401c-b4bb-2a5667146965",
"uploaded_doc_pk": 72182088,
"form_type": "MARINE_CORPS_BASIC_ORDER",
"raw_fields": {
"marine_corps_basic_order-Part1-General:futureCommand": {
"value": "SPECIAL EDUCATION - ARIZONA FL",
"is_empty": false,
"alias_used": null,
"source_filename": "MARINE_CORPS_BASIC_ORDER.pdf",
"confidence": 1.0
},
"marine_corps_basic_order-Part1-General:memberLastName": {
"value": "SAMPLE",
"is_empty": false,
"alias_used": null,
"source_filename": "MARINE_CORPS_BASIC_ORDER.pdf",
"confidence": 1.0
},
"marine_corps_basic_order-Part1-General:presentCommand": {
"value": "CA123 CAMP",
"is_empty": false,
"alias_used": null,
"source_filename": "MARINE_CORPS_BASIC_ORDER.pdf",
"confidence": 1.0
},
"marine_corps_basic_order-Part1-General:memberFirstName": {
"value": "JOHN",
"is_empty": false,
"alias_used": null,
"source_filename": "MARINE_CORPS_BASIC_ORDER.pdf",
"confidence": 1.0
},
"marine_corps_basic_order-Part1-General:estimatedDetachDate": {
"value": "06/01/2023",
"is_empty": false,
"alias_used": null,
"source_filename": "MARINE_CORPS_BASIC_ORDER.pdf",
"confidence": 1.0
},
"marine_corps_basic_order-Part1-General:hqmcOrderDetails(Date)": {
"value": "05/14/2023",
"is_empty": false,
"alias_used": null,
"source_filename": "MARINE_CORPS_BASIC_ORDER.pdf",
"confidence": 1.0
},
"marine_corps_basic_order-Part1-General:memberMiddleNameOrInitial": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "MARINE_CORPS_BASIC_ORDER.pdf",
"confidence": 1.0
}
},
"form_config_pk": 581146,
"tables": [],
"attribute_data": null
}
],
"book_is_complete": true
}
Updated 5 months ago