POST InstaUser/Update
Request Information
URI Parameters
None.
Body Parameters
InstaUsersName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
targetName | string |
None. |
|
addedDate | date |
None. |
|
followerCount | integer |
None. |
|
followingCount | integer |
None. |
|
hasProfilePhoto | integer |
None. |
|
profilePicture | string |
None. |
|
bio | string |
None. |
|
fromWhere | integer |
None. |
|
category | integer |
None. |
|
mediaCount | integer |
None. |
|
isPrivate | integer |
None. |
|
fullName | string |
None. |
|
lastTakenDay | date |
None. |
|
accType | integer |
None. |
|
addedFrom | integer |
None. |
|
pk | integer |
None. |
|
inProgress | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "targetName": "sample string 2", "addedDate": "2021-04-23T11:51:12.2222999+03:00", "followerCount": 1, "followingCount": 1, "hasProfilePhoto": 1, "profilePicture": "sample string 3", "bio": "sample string 4", "fromWhere": 1, "category": 1, "mediaCount": 1, "isPrivate": 1, "fullName": "sample string 5", "lastTakenDay": "2021-04-23T11:51:12.2222999+03:00", "accType": 1, "addedFrom": 1, "pk": 1, "inProgress": 7 }
text/html
Sample:
{"id":1,"targetName":"sample string 2","addedDate":"2021-04-23T11:51:12.2222999+03:00","followerCount":1,"followingCount":1,"hasProfilePhoto":1,"profilePicture":"sample string 3","bio":"sample string 4","fromWhere":1,"category":1,"mediaCount":1,"isPrivate":1,"fullName":"sample string 5","lastTakenDay":"2021-04-23T11:51:12.2222999+03:00","accType":1,"addedFrom":1,"pk":1,"inProgress":7}
application/xml, text/xml
Sample:
<InstaUsers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NivendWebApi"> <accType>1</accType> <addedDate>2021-04-23T11:51:12.2222999+03:00</addedDate> <addedFrom>1</addedFrom> <bio>sample string 4</bio> <category>1</category> <followerCount>1</followerCount> <followingCount>1</followingCount> <fromWhere>1</fromWhere> <fullName>sample string 5</fullName> <hasProfilePhoto>1</hasProfilePhoto> <id>1</id> <inProgress>7</inProgress> <isPrivate>1</isPrivate> <lastTakenDay>2021-04-23T11:51:12.2222999+03:00</lastTakenDay> <mediaCount>1</mediaCount> <pk>1</pk> <profilePicture>sample string 3</profilePicture> <targetName>sample string 2</targetName> </InstaUsers>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MResultName | Description | Type | Additional information |
---|---|---|---|
Result | boolean |
None. |
|
Data | Object |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Result": true, "Data": {}, "Message": "sample string 3" }
text/html
Sample:
{"Result":true,"Data":{},"Message":"sample string 3"}
application/xml, text/xml
Sample:
<MResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NivendWebApi.Models"> <Data /> <Message>sample string 3</Message> <Result>true</Result> </MResult>