POST api/System/InsertSBUInfo?vOpenMode={vOpenMode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vOpenMode | boolean |
Required |
Body Parameters
SbuInfoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SbuID | integer |
None. |
|
| SbuTitle | string |
None. |
|
| Phone | string |
None. |
|
| Address | string |
None. |
|
| Logo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SbuID": 1,
"SbuTitle": "sample string 2",
"Phone": "sample string 3",
"Address": "sample string 4",
"Logo": "sample string 5"
}
application/xml, text/xml
Sample:
<SbuInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RiceMillsERP_API.Models"> <Address>sample string 4</Address> <Logo>sample string 5</Logo> <Phone>sample string 3</Phone> <SbuID>1</SbuID> <SbuTitle>sample string 2</SbuTitle> </SbuInfoModel>
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. |