POST api/zalo/UpdateZaloToken
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objData | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Job": {
"Id": 1,
"ScheduleName": "sample string 2",
"ScheduleGroup": "sample string 3",
"ScheduleKey": "sample string 4",
"ScheduleTime": "sample string 5",
"ScheduleDescription": "sample string 6",
"ApplicationID": "sample string 7",
"ServicesUrl": "sample string 8",
"IsActive": 9,
"CreatedDate": "2026-04-12T18:31:12.8212357+07:00",
"CreatedUser": "sample string 11",
"InUse": 12,
"UpdatedDate": "2026-04-12T18:31:12.8212357+07:00",
"UpdatedUser": "sample string 13",
"DeletedUser": "sample string 14",
"DeletedDate": "2026-04-12T18:31:12.8212357+07:00"
},
"IsAuto": true,
"Data": {}
}
application/xml, text/xml
Sample:
<DataSend xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLO">
<Data />
<IsAuto>true</IsAuto>
<Job>
<CreatedDate>2026-04-12T18:31:12.8212357+07:00</CreatedDate>
<CreatedUser>sample string 11</CreatedUser>
<DeletedDate>2026-04-12T18:31:12.8212357+07:00</DeletedDate>
<DeletedUser>sample string 14</DeletedUser>
<InUse>12</InUse>
<UpdatedDate>2026-04-12T18:31:12.8212357+07:00</UpdatedDate>
<UpdatedUser>sample string 13</UpdatedUser>
<ApplicationID>sample string 7</ApplicationID>
<Id>1</Id>
<IsActive>9</IsActive>
<ScheduleDescription>sample string 6</ScheduleDescription>
<ScheduleGroup>sample string 3</ScheduleGroup>
<ScheduleKey>sample string 4</ScheduleKey>
<ScheduleName>sample string 2</ScheduleName>
<ScheduleTime>sample string 5</ScheduleTime>
<ServicesUrl>sample string 8</ServicesUrl>
</Job>
</DataSend>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.