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/clientshttps://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
clientNamerequiredName of the client or customer location
ABN pvt.ltdaddressClient location address.
237, okhla phase 3, new delhi -110020contactPersonNameClients or customers Contact person name
DineshemailIdClients or Customers contact email id.
workmate@mapmyindia.commobileNoClient or Customer contact mobile number
9348332321typeIdCustomer or client category based on your compnay details
1latLatitude of the client location.
28.612964longLongitude of the client location.
77.268118viewRightClients view right to the users. 0-public , 1-team , 2-manager
2departmentsDepartments details associated with the clients
exampledepartments[].nameName of the department
product teamdepartments[].contactPersonNameName of the department contact person
sundaramdepartments[].mobileNoDepartment cotnact person mobile number
9349439334departments[].emailIdDepartment cotnact person email Id
sales@mapmyindia.com{
"clientName": "ABN pvt.ltd"
}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/clientscurl --request POST \
--url 'https://workmate.mapmyindia.com/apis/clients' \
--header "Accept: application/json" \
--header "Authorization: Bearer ${MAPPLS_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--data-raw '{"clientName":"ABN pvt.ltd"}'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/clients' \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"clientName": "ABN pvt.ltd"
}'Responses
Client Created
Bad Request - Invalid ID supplied or invalid data type.
Unauthorized Request. Access to API is forbidden.
The user type is Field user. Only manager and admin type users have the access to this API
Not Found - URL Not Found
201 response fields
idUnique Id of the client
1212{
"id": 1212
}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/Client-Management.json- SHA-256
61d557dd95d6c5b53e7beff879c160d64a1a449abd0f1a5ed3b76f6e7ff467ce- Normalization
- Fields are parsed from OpenAPI. Operational guidance and language samples are generated and labeled separately.
- Source record
- Open repository audit