POST api/Partner/UpdateStatePartner

Request Information

URI Parameters

None.

Body Parameters

PartnerList
NameDescriptionTypeAdditional information
PartnerID

integer

None.

PartnerName

string

None.

CreatedBy

integer

None.

ParentID

integer

None.

JoinDate

string

None.

Note

string

None.

ContactName

string

None.

ContactPhone

string

None.

ContactEmail

string

None.

Code

string

None.

LockedBy

integer

None.

LockedNote

string

None.

UnLockBy

integer

None.

UnLockNote

string

None.

IsLock

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PartnerID": 1,
  "PartnerName": "sample string 2",
  "CreatedBy": 3,
  "ParentID": 4,
  "JoinDate": "sample string 5",
  "Note": "sample string 6",
  "ContactName": "sample string 7",
  "ContactPhone": "sample string 8",
  "ContactEmail": "sample string 9",
  "Code": "sample string 10",
  "LockedBy": 11,
  "LockedNote": "sample string 12",
  "UnLockBy": 13,
  "UnLockNote": "sample string 14",
  "IsLock": 15
}

application/xml, text/xml

Sample:

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseModelOfObject
NameDescriptionTypeAdditional information
status

integer

None.

data

Object

None.

page

PageModel

None.

error

ErrorModel

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "data": {},
  "page": {
    "Page": 1,
    "AllPage": 2,
    "Size": 3,
    "TotalCount": 4
  },
  "error": {
    "message": "sample string 1",
    "code": "sample string 2",
    "page": {
      "Page": 1,
      "AllPage": 2,
      "Size": 3,
      "TotalCount": 4
    }
  }
}

application/xml, text/xml

Sample: