POST api/Whatsapp/SaveInstance
Request Information
URI Parameters
None.
Body Parameters
tbl_whatsapplogin| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| user_id | string |
None. |
|
| instance_id | string |
None. |
|
| phone_number | string |
None. |
|
| created_at | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"user_id": "sample string 2",
"instance_id": "sample string 3",
"phone_number": "sample string 4",
"created_at": "2025-11-08T14:54:48.1712637+05:30"
}
application/xml, text/xml
Sample:
<tbl_whatsapplogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MatchDealsWebAPI_New.Models"> <created_at>2025-11-08T14:54:48.1712637+05:30</created_at> <id>1</id> <instance_id>sample string 3</instance_id> <phone_number>sample string 4</phone_number> <user_id>sample string 2</user_id> </tbl_whatsapplogin>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |