...
The service request contains:
Name | Data Type | Required? | Default Value | Discussion |
---|---|---|---|---|
Resources | list of TerminatedResource items | yes |
| See description of Resource below |
Each TerminatedResource item contains:
Name | Data Type | Required? | Default Value | Discussion |
---|---|---|---|---|
ReferenceSystemId | string(20) | yes |
| Resource reference system ID |
TerminationDate | date | yes |
| The resource will be marked inactive on the following date. |
TerminateUserFlag | boolean | no | false | Set to true to terminate (make inactive) the user as well. |
...
The following data is returned:
Name | Data Type | Discussion |
---|---|---|
TerminateResourceErrors | list of TerminateResourceError items | see below |
Each TerminateResourceError item contains:
Name | Data Type | Discussion |
---|---|---|
Index | int | Index of the record (position in Resources) that failed. |
OpsError | OpsWebError | See 1.2.3 above. |
...