PmJobModifications
PmJobModifications
This type represents modifications to a PM job. It shall comply with the provisions defined in table 6.5.2.12-1.
JSON Example
{
"callbackUri": "string",
"authentication": {
"authType": [
"string"
],
"paramsBasic": {
"userName": "string",
"password": "string"
},
"paramsOauth2ClientCredentials": {
"clientId": "string",
"clientPassword": "string",
"tokenEndpoint": "string"
}
}
}