This operation was normalized from a MapmyIndia-generation specification. Validate its current Mappls host, path, package entitlement, authentication generation, and commercial availability before production use.
Call the operation
https://workmate.mapmyindia.com/apis/taskshttps://workmate.mapmyindia.com/apis/Parameters
apiVersionrequiredAPI version should be mentioned in the header along with bearer Token. Available version is v1.0.0, Default version is v1.0.0
v1.0.0Body schema
namerequiredName of the Task or Task Summary
Collect the cash from customerdescriptionDeatailed description for the Task
Collect the cash and give the invoice and update the SystemownerIdThe user who creates the task. Unique id of the user
2121assigneeIdrequiredId of the user to whom this task is assinged. Unique id of the user.
3232clientIdrequiredUnique id of the client. This is the place user will perform the task.
YOUR_CLIENT_IDprioiritypriority of the Task. 0 - None, 1 - Low, 2 - Medium, 3- High.
1taskListIdUnique Id number of the task list.
23{
"name": "Collect the cash from customer",
"assigneeId": 3232,
"clientId": 3222
}Build your request in eight languages
Change source-backed examples once, validate required inputs, and copy the synchronized cURL, JavaScript, Python, Java, C#, Go, PHP, or Ruby request. Credentials remain environment references, and this page never sends a provider request.
https://workmate.mapmyindia.com/apis/taskscurl --request POST \
--url 'https://workmate.mapmyindia.com/apis/tasks' \
--header "Accept: application/json" \
--header "Authorization: Bearer ${MAPPLS_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--data-raw '{"name":"Collect the cash from customer","assigneeId":3232,"clientId":3222}'Credential-safe by constructionSet MAPPLS_ACCESS_TOKEN only in your trusted runtime. Code generation stays local. Sandbox execution sends only bounded fixture inputs to this developer platform and never reads a credential or calls Mappls.
Send a production-shaped request
Examples use environment-backed access tokens, explicit timeouts where supported, status checks, and JSON bodies derived from the source schema. Replace sample identifiers and coordinates with values from your application.
curl --request POST \
--url 'https://workmate.mapmyindia.com/apis/tasks' \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"name": "Collect the cash from customer",
"assigneeId": 3232,
"clientId": 3222
}'Responses
Task Created
Bad Request - Invalid ID supplied or invalid data type.
Unauthorized Request. Access to API is forbidden.
User type is Field user. Only manager and admin type user have the access to this API
Not Found - URL Not Found
201 response fields
idUnique Id of the Task.
12{
"id": 12
}Operate it safely
This operation creates or triggers durable state. Supply an idempotency strategy and persist the returned identifier before continuing.
Contract provenance
- Source file
contenthub/dochub/mapmyindia-workmate-apis/custom/Task-Management.json- SHA-256
0e978659200a849331e1bf5dca4d90ff915eb72100ef85155b046cd98b007365- Normalization
- Fields are parsed from OpenAPI. Operational guidance and language samples are generated and labeled separately.
- Source record
- Open repository audit