POST api/Street/AddStreetMobile
Request Information
URI Parameters
None.
Body Parameters
Street| Name | Description | Type | Additional information |
|---|---|---|---|
| StreetId | integer |
None. |
|
| CityId | integer |
None. |
|
| StreetName_En | string |
Max length: 150 |
|
| StreetName_Ar | string |
Max length: 150 |
|
| StreetCode | string |
Max length: 20 |
|
| IsActive | boolean |
None. |
|
| City | City |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MobileReturnObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Status | boolean |
None. |
|
| Obj | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Status": true,
"Obj": {}
}
application/xml, text/xml
Sample:
<MobileReturnObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OpexCourierHub.Entities"> <Message>sample string 1</Message> <Obj /> <Status>true</Status> </MobileReturnObject>