POST api/WaBaSms/SaveWabaJobDetails
Request Information
URI Parameters
None.
Body Parameters
WabaJobDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| WaBaJobId | integer |
None. |
|
| PhoneNoId | string |
None. |
|
| WaBaJobStatus | integer |
None. |
|
| IsScheduled | integer |
None. |
|
| ScheduledDate | date |
None. |
|
| ScheduledTime | time interval |
None. |
|
| StatusTime | date |
None. |
|
| UserId | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| AddedBy | string |
None. |
|
| UpdatedBy | string |
None. |
|
| AddedTime | date |
None. |
|
| UpdatedTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"WaBaJobId": 1,
"PhoneNoId": "sample string 2",
"WaBaJobStatus": 3,
"IsScheduled": 4,
"ScheduledDate": "2026-03-07T04:42:19.0192659+05:30",
"ScheduledTime": "00:00:00.1234567",
"StatusTime": "2026-03-07T04:42:19.0192659+05:30",
"UserId": 8,
"IsDeleted": true,
"IsActive": true,
"AddedBy": "sample string 11",
"UpdatedBy": "sample string 12",
"AddedTime": "2026-03-07T04:42:19.0192659+05:30",
"UpdatedTime": "2026-03-07T04:42:19.0192659+05:30"
}
application/xml, text/xml
Sample:
<WabaJobDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PingPromos.BE.WaBa"> <AddedBy>sample string 11</AddedBy> <AddedTime>2026-03-07T04:42:19.0192659+05:30</AddedTime> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <IsScheduled>4</IsScheduled> <PhoneNoId>sample string 2</PhoneNoId> <ScheduledDate>2026-03-07T04:42:19.0192659+05:30</ScheduledDate> <ScheduledTime>PT0.1234567S</ScheduledTime> <StatusTime>2026-03-07T04:42:19.0192659+05:30</StatusTime> <UpdatedBy>sample string 12</UpdatedBy> <UpdatedTime>2026-03-07T04:42:19.0192659+05:30</UpdatedTime> <UserId>8</UserId> <WaBaJobId>1</WaBaJobId> <WaBaJobStatus>3</WaBaJobStatus> </WabaJobDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.