Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id of the Policy |
code | string | true | Code of the Policy |
name | string | true | Name of the Policy |
JSON representation
{ "id": 1, "code": "P1", "name": "Policy1" }
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id of the Policy |
code | string | true | Code of the Policy |
name | string | true | Name of the Policy |
{ "id": 1, "code": "P1", "name": "Policy1" }