Add OapApi.v1 module
This commit is contained in:
21
docs/api/OverseasAutoProtectionApi/Application.md
Normal file
21
docs/api/OverseasAutoProtectionApi/Application.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Application
|
||||
|
||||
An application.
|
||||
|
||||
```
|
||||
{
|
||||
"id": "(string)",
|
||||
"status": "(InProgress|Submitted)",
|
||||
"terms": { "hasReadInstructions": ... }
|
||||
}
|
||||
```
|
||||
|
||||
| field | type | description |
|
||||
| --- | --- | --- |
|
||||
| id | string | A unique identifier for the application. |
|
||||
| status | [ApplicationStatus](ApplicationStatus.md) | The current status of this application. |
|
||||
| terms | [ApplicationTerms](ApplicationTerms.md) | Terms the user must accept to start, continue an accept an application. |
|
||||
|
||||
Represents a user's application, whether in progress or submitted.
|
||||
|
||||
<!-- DO NOT EDIT: generated by fsdgenmd -->
|
||||
Reference in New Issue
Block a user