Service used to register and change Ahgora PontoWeb cost centers.
Batch sending allowed, maximum 1000 records per request, or 1mb (mega) |
Users
Item | Description |
|---|---|
| Flow: | Client → PontoWeb |
| Route: | https://api.ahgora.com.br/costcenter |
| Method: | POST |
| Cost Centers | |||
| Field | Type | Required | Description |
| codigo | String | Yes | Cost Center Code |
| nome | String | Yes | Cost Center Name |
[
{
"codigo": "00000001",
"nome": "RH"
},
{
"codigo": "00000002",
"nome": "ADM"
}
] |
{
"company": "a000101",
"unique": "bd751350",
"message": "Cost center's Integration on progress"
} |
For more details, use the Process service. To find out more, click here. |
{
"message": "Request format must be an Array",
"code": 400
} |
{
"message": "Unauthorized",
"code": 401
} |
{
"error": {
"message": "Forbidden",
"code": 403
}
} |
Note: Check the user's permissions to access the route/service.