POST api/Values/MAddAppShop
Request Information
URI Parameters
None.
Body Parameters
AppShopsDetailDomain| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| AppShopID | integer |
None. |
|
| ShopName | string |
None. |
|
| OwnerName | string |
None. |
|
| ContactPerson | string |
None. |
|
| ContactNO | string |
None. |
|
| ShopLatitude | decimal number |
None. |
|
| ShopLongitude | decimal number |
None. |
|
| ShopLocation | SqlGeography |
None. |
|
| UserID | integer |
None. |
|
| CreatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"AppShopID": 2,
"ShopName": "sample string 3",
"OwnerName": "sample string 4",
"ContactPerson": "sample string 5",
"ContactNO": "sample string 6",
"ShopLatitude": 7.0,
"ShopLongitude": 8.0,
"ShopLocation": null,
"UserID": 9,
"CreatedDate": "2026-09-16T19:04:38.243918+05:00"
}
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. |