GET api/EntityOracle/GetAllOperatorsForDGSync
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OperatorForDGSync| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| INV_ASSOCIATE_NAME | string |
None. |
|
| INV_ASSOCIATE_EMAIL | string |
None. |
|
| INV_MANAGER_NAME | string |
None. |
|
| INV_MANAGER_EMAIL | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": "sample string 1",
"INV_ASSOCIATE_NAME": "sample string 2",
"INV_ASSOCIATE_EMAIL": "sample string 3",
"INV_MANAGER_NAME": "sample string 4",
"INV_MANAGER_EMAIL": "sample string 5"
},
{
"ID": "sample string 1",
"INV_ASSOCIATE_NAME": "sample string 2",
"INV_ASSOCIATE_EMAIL": "sample string 3",
"INV_MANAGER_NAME": "sample string 4",
"INV_MANAGER_EMAIL": "sample string 5"
}
]