POST api/CallBacks
Request Information
URI Parameters
None.
Body Parameters
CallBack| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
String length: inclusive between 0 and 50 |
|
| string |
String length: inclusive between 0 and 50 |
||
| ContactNo | decimal number |
Required |
|
| Skype | string |
String length: inclusive between 0 and 50 |
|
| Country | string |
String length: inclusive between 0 and 500 |
|
| AddDate | date |
Required |
|
| IPAddress | string |
Required |
|
| ByWhichDomain | string |
Required |
|
| Status | string |
String length: inclusive between 0 and 100 |
|
| HandleBy | string |
String length: inclusive between 0 and 100 |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Email": "sample string 3",
"ContactNo": 4.0,
"Skype": "sample string 5",
"Country": "sample string 6",
"AddDate": "2025-11-03T07:53:36.8026634Z",
"IPAddress": "sample string 8",
"ByWhichDomain": "sample string 9",
"Status": "sample string 10",
"HandleBy": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CallBack| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
String length: inclusive between 0 and 50 |
|
| string |
String length: inclusive between 0 and 50 |
||
| ContactNo | decimal number |
Required |
|
| Skype | string |
String length: inclusive between 0 and 50 |
|
| Country | string |
String length: inclusive between 0 and 500 |
|
| AddDate | date |
Required |
|
| IPAddress | string |
Required |
|
| ByWhichDomain | string |
Required |
|
| Status | string |
String length: inclusive between 0 and 100 |
|
| HandleBy | string |
String length: inclusive between 0 and 100 |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Email": "sample string 3",
"ContactNo": 4.0,
"Skype": "sample string 5",
"Country": "sample string 6",
"AddDate": "2025-11-03T07:53:36.8339058Z",
"IPAddress": "sample string 8",
"ByWhichDomain": "sample string 9",
"Status": "sample string 10",
"HandleBy": "sample string 11"
}