Task - API Specifications

create a new Task

post
Body
orderIdstring · uuid · min: 36 · max: 36Optional

ID of the order, this task is associated with

Responses
201

ResponseInfo with task created successfully

*/*
post
/task/v1/create

update a Task

post
Body
orderIdstring · uuid · min: 36 · max: 36Optional

ID of the order, this task is associated with

Responses
post
/task/v1/update

search for task(s)

post

search task(s) based on different parameters

Body
Responses
post
/task/v1/search

task exits or not

post
Body
Responses
201

ResponseInfo with task(s) updated successfully

*/*
post
/task/v1/exists

Last updated