Update Address

주소록 수정 API

Update Address List

PATCH https://uprism.io:30443/v1/users/{userId}/address/{addressIdx}

해당 사용자의 주소록 리스트를 수정하는 API

Path Parameters

NameTypeDescription

addressIdx

string

주소록 ID

userId

string

서브사용자 ID

Headers

NameTypeDescription

Authorization

string

"Bearer " + {accessToken}

Request Body

NameTypeDescription

address_user_name

string

주소록 이름

email

string

이메일 주소

class_name

string

직급명

post

string

추가 주소

{
    "code": 200,
    "message": "success",
    "response": {
        "idx": "5C20E37C-A6DB-4634-9DF5-F48957E373A9",
        "group_name": "아무거나",
        "address_user_name": "김응철",
        "email": "ekim@uprism.com",
        "class_name": "대리",
        "post": "dkanrjsk"
    }
}

Last updated