POST api/PathoSlabArea/AddPathoSlabArea
Request Information
URI Parameters
None.
Body Parameters
PathoSlabArea| Name | Description | Type | Additional information |
|---|---|---|---|
| SlabAreaId | integer |
None. |
|
| SlabAreaName | string |
None. |
|
| Country_Id | integer |
None. |
|
| State_Id | integer |
None. |
|
| City_Id | integer |
None. |
|
| OperationType | string |
None. |
|
| CreatedBy | integer |
None. |
|
| Notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SlabAreaId": 1,
"SlabAreaName": "sample string 2",
"Country_Id": 3,
"State_Id": 4,
"City_Id": 5,
"OperationType": "sample string 6",
"CreatedBy": 7,
"Notes": "sample string 8"
}
application/xml, text/xml
Sample:
<PathoSlabArea xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INTEGRAFFAPI.Models"> <City_Id>5</City_Id> <Country_Id>3</Country_Id> <CreatedBy>7</CreatedBy> <Notes>sample string 8</Notes> <OperationType>sample string 6</OperationType> <SlabAreaId>1</SlabAreaId> <SlabAreaName>sample string 2</SlabAreaName> <State_Id>4</State_Id> </PathoSlabArea>
application/x-www-form-urlencoded
Sample:
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. |