ApWorkFlow

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getApWorkFlow

post
Authorizations
Body
ApWorkFlowApInvoiceTypeintegerRequired
Responses
200

Successful operation.

application/json
post
/getApWorkFlow
POST /nexum/627/2022.01/parameter/getApWorkFlow HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 152

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "ApWorkFlowApInvoiceType": 1,
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ApWorkFlow": {
    "Event": [
      {
        "EntryId": 1,
        "Event": 1
      }
    ],
    "ApInvoiceType": 1
  }
}

getApWorkFlowSelectFields

post
Authorizations
Body
ApWorkFlowApInvoiceTypeintegerOptional
Responses
200

Successful operation.

application/json
post
/getApWorkFlowSelectFields
POST /nexum/627/2022.01/parameter/getApWorkFlowSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 261

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "ApWorkFlowApInvoiceType": 1,
  "SelectableFields": {
    "IncludeAllApWorkFlowFields": true,
    "ApWorkFlowFields": {
      "ApInvoiceType": true,
      "Event": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ApWorkFlow": {
    "Event": [
      {
        "EntryId": 1,
        "Event": 1
      }
    ],
    "ApInvoiceType": 1
  }
}

getApWorkFlowPagedList

post
Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getApWorkFlowPagedList
POST /nexum/627/2022.01/parameter/getApWorkFlowPagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 218

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ApWorkFlow": [
    {
      "Event": [
        {
          "EntryId": 1,
          "Event": 1
        }
      ],
      "ApInvoiceType": 1
    }
  ],
  "Token": "text"
}

getApWorkFlowListSelectFields

post
Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getApWorkFlowListSelectFields
POST /nexum/627/2022.01/parameter/getApWorkFlowListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 233

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllApWorkFlowFields": true,
    "ApWorkFlowFields": {
      "ApInvoiceType": true,
      "Event": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ApWorkFlowList": {
    "hasReachedMaximumListSize": true,
    "ApWorkFlow": [
      {
        "Event": [
          {
            "EntryId": 1,
            "Event": 1
          }
        ],
        "ApInvoiceType": 1
      }
    ]
  }
}

searchApWorkFlowSelectFields

post

Search AP workflow select fields

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/searchApWorkFlowSelectFields
POST /nexum/627/2022.01/parameter/searchApWorkFlowSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 265

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllApWorkFlowFields": true,
    "ApWorkFlowFields": {
      "ApInvoiceType": true,
      "Event": [
        1
      ]
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ApWorkFlowList": {
    "hasReachedMaximumListSize": true,
    "ApWorkFlow": [
      {
        "Event": [
          {
            "EntryId": 1,
            "Event": 1
          }
        ],
        "ApInvoiceType": 1
      }
    ]
  }
}

getApWorkFlowPagedListSelectFields

post
Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getApWorkFlowPagedListSelectFields
POST /nexum/627/2022.01/parameter/getApWorkFlowPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 327

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllApWorkFlowFields": true,
    "ApWorkFlowFields": {
      "ApInvoiceType": true,
      "Event": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ApWorkFlow": [
    {
      "Event": [
        {
          "EntryId": 1,
          "Event": 1
        }
      ],
      "ApInvoiceType": 1
    }
  ],
  "Token": "text"
}

searchApWorkFlowPagedSelectFields

post

Search AP workflow paged select fields

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

application/json
post
/searchApWorkFlowPagedSelectFields
POST /nexum/627/2022.01/parameter/searchApWorkFlowPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 342

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllApWorkFlowFields": true,
    "ApWorkFlowFields": {
      "ApInvoiceType": true,
      "Event": [
        1
      ]
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ApWorkFlow": [
    {
      "Event": [
        {
          "EntryId": 1,
          "Event": 1
        }
      ],
      "ApInvoiceType": 1
    }
  ],
  "Token": "text"
}

updateApWorkFlowByID

post

Update AP Workflow by ID

Authorizations
Body
ApWorkFlowApInvoiceTypeintegerOptional
Responses
200

Successful operation.

application/json
post
/updateApWorkFlowByID
POST /nexum/627/2022.01/parameter/updateApWorkFlowByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 216

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "ApWorkFlowApInvoiceType": 1,
  "ApWorkFlowUpdatableFields": {
    "Event": [
      {
        "EntryId": 1,
        "Event": 1
      }
    ]
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {
    "isAllFieldsUpdateSuccess": true,
    "FailedUpdateStatus": [
      {
        "Record": "text",
        "ErrorCode": "text",
        "ErrorMessage": "text",
        "PrimaryKeyField": [
          {
            "Name": "text",
            "Value": "text"
          }
        ]
      }
    ]
  }
}

Last updated

Was this helpful?