POST api/v4/PowerStationSurvey/UpdatePowerStation_User

Request Information

URI Parameters

None.

Body Parameters

UpdatePowerStation_User_v4
NameDescriptionTypeAdditional information
pw_id

string

None.

pw_name

string

None.

owner_id

string

None.

owner_name

string

None.

owner_phone

string

None.

owner_phone_code

string

None.

contacts_phone_code

string

None.

contacts_phone

string

None.

org_code

string

None.

org_name

string

None.

installer_phone_code

string

None.

installer_phone

string

None.

list_pwvisitor

Collection of UpdatewOwner_v4

None.

current_user_id

string

None.

notes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "pw_id": "sample string 1",
  "pw_name": "sample string 2",
  "owner_id": "sample string 3",
  "owner_name": "sample string 4",
  "owner_phone": "sample string 5",
  "owner_phone_code": "sample string 6",
  "contacts_phone_code": "sample string 7",
  "contacts_phone": "sample string 8",
  "org_code": "sample string 9",
  "org_name": "sample string 10",
  "installer_phone_code": "sample string 11",
  "installer_phone": "sample string 12",
  "list_pwvisitor": [
    {
      "visitor_id": "sample string 1",
      "visitor_name": "sample string 2",
      "visitor_phone": "sample string 3",
      "visitor_phone_code": "sample string 4"
    },
    {
      "visitor_id": "sample string 1",
      "visitor_name": "sample string 2",
      "visitor_phone": "sample string 3",
      "visitor_phone_code": "sample string 4"
    }
  ],
  "current_user_id": "sample string 13",
  "notes": "sample string 14"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.