POST api/Master/HSNMasterInsertUpdate
Request Information
URI Parameters
None.
Body Parameters
HSNMasterModelName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Id | integer |
None. |
|
QUALITY | integer |
None. |
|
FAB_TYPE | integer |
None. |
|
TaxPer | decimal number |
None. |
|
Action | string |
None. |
|
SessionId | string |
None. |
|
UserId | integer |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
ClientId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "Id": 2, "QUALITY": 3, "FAB_TYPE": 4, "TaxPer": 5.0, "Action": "sample string 6", "SessionId": "sample string 7", "UserId": 8, "PageIndex": 9, "PageSize": 10, "ClientId": 11 }
application/xml, text/xml
Sample:
<HSNMasterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MODEL.Master"> <Action xmlns="http://schemas.datacontract.org/2004/07/MODEL.Common">sample string 6</Action> <ClientId xmlns="http://schemas.datacontract.org/2004/07/MODEL.Common">11</ClientId> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/MODEL.Common">9</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/MODEL.Common">10</PageSize> <SessionId xmlns="http://schemas.datacontract.org/2004/07/MODEL.Common">sample string 7</SessionId> <UserId xmlns="http://schemas.datacontract.org/2004/07/MODEL.Common">8</UserId> <FAB_TYPE>4</FAB_TYPE> <Id>2</Id> <Name>sample string 1</Name> <QUALITY>3</QUALITY> <TaxPer>5</TaxPer> </HSNMasterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |