POST api/JankariPortal/UpdatePartner/{partnerid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| partnerid | string |
Required |
Body Parameters
Partner| Name | Description | Type | Additional information |
|---|---|---|---|
| partnerid | string |
None. |
|
| partnername | string |
None. |
|
| company | string |
None. |
|
| contactpersonname | string |
None. |
|
| state | string |
None. |
|
| district | string |
None. |
|
| city | string |
None. |
|
| address | string |
None. |
|
| phoneno | string |
None. |
|
| createdby | string |
None. |
|
| createdon | date |
None. |
|
| updatedby | string |
None. |
|
| updatedon | date |
None. |
|
| seqno | integer |
None. |
|
| status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"partnerid": "sample string 1",
"partnername": "sample string 2",
"company": "sample string 3",
"contactpersonname": "sample string 4",
"state": "sample string 5",
"district": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"phoneno": "sample string 9",
"createdby": "sample string 10",
"createdon": "2025-10-30T02:53:39.4297289+05:30",
"updatedby": "sample string 11",
"updatedon": "2025-10-30T02:53:39.4297289+05:30",
"seqno": 1,
"status": 1
}
application/xml, text/xml
Sample:
<Partner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <address>sample string 8</address> <city>sample string 7</city> <company>sample string 3</company> <contactpersonname>sample string 4</contactpersonname> <createdby>sample string 10</createdby> <createdon>2025-10-30T02:53:39.4297289+05:30</createdon> <district>sample string 6</district> <partnerid>sample string 1</partnerid> <partnername>sample string 2</partnername> <phoneno>sample string 9</phoneno> <seqno>1</seqno> <state>sample string 5</state> <status>1</status> <updatedby>sample string 11</updatedby> <updatedon>2025-10-30T02:53:39.4297289+05:30</updatedon> </Partner>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>